<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20181222 07:50:28.705" 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="20181222 07:50:29.311" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181222 07:50:29.311" starttime="20181222 07:50:29.304"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.311" starttime="20181222 07:50:29.304"></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="20181222 07:50:29.318" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181222 07:50:29.318" starttime="20181222 07:50:29.312"></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="20181222 07:50:29.319" starttime="20181222 07:50:29.318"></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="20181222 07:50:29.319" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181222 07:50:29.319" starttime="20181222 07:50:29.319"></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="20181222 07:50:29.320" level="INFO">${cluster_size} = 3</msg>
<status status="PASS" endtime="20181222 07:50:29.320" starttime="20181222 07:50:29.319"></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="20181222 07:50:29.320" starttime="20181222 07:50:29.320"></status>
</kw>
<msg timestamp="20181222 07:50:29.320" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:29.320" level="INFO">${possibly_int_of_members} = 3</msg>
<status status="PASS" endtime="20181222 07:50:29.320" starttime="20181222 07:50:29.320"></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="20181222 07:50:29.321" level="INFO">${int_of_members} = 3</msg>
<status status="PASS" endtime="20181222 07:50:29.321" starttime="20181222 07:50:29.321"></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="20181222 07:50:29.322" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:29.322" starttime="20181222 07:50:29.322"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181222 07:50:29.322" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:29.322" starttime="20181222 07:50:29.322"></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="20181222 07:50:29.323" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181222 07:50:29.323" starttime="20181222 07:50:29.323"></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="20181222 07:50:29.325" starttime="20181222 07:50:29.324"></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="20181222 07:50:29.325" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:29.325" starttime="20181222 07:50:29.325"></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="20181222 07:50:29.325" starttime="20181222 07:50:29.325"></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="20181222 07:50:29.326" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181222 07:50:29.326" starttime="20181222 07:50:29.326"></status>
</kw>
<msg timestamp="20181222 07:50:29.327" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181222 07:50:29.327" starttime="20181222 07:50:29.326"></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="20181222 07:50:29.327" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.15:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac2020d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 07:50:29.329" starttime="20181222 07:50:29.327"></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="20181222 07:50:29.329" starttime="20181222 07:50:29.329"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.329" starttime="20181222 07:50:29.324"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.329" starttime="20181222 07:50:29.323"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 07:50:29.330" starttime="20181222 07:50:29.330"></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="20181222 07:50:29.331" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:29.331" starttime="20181222 07:50:29.331"></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="20181222 07:50:29.331" starttime="20181222 07:50:29.331"></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="20181222 07:50:29.332" level="INFO">${session} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181222 07:50:29.332" starttime="20181222 07:50:29.332"></status>
</kw>
<msg timestamp="20181222 07:50:29.332" level="INFO">${session_alias} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181222 07:50:29.332" starttime="20181222 07:50:29.332"></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="20181222 07:50:29.333" level="INFO">Creating Session using : alias=ClusterManagement__session_2, url=http://192.0.2.23:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac278950&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 07:50:29.333" starttime="20181222 07:50:29.333"></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="20181222 07:50:29.334" starttime="20181222 07:50:29.333"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.334" starttime="20181222 07:50:29.330"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.334" starttime="20181222 07:50:29.329"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 07:50:29.335" starttime="20181222 07:50:29.335"></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="20181222 07:50:29.336" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:29.336" starttime="20181222 07:50:29.335"></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="20181222 07:50:29.336" starttime="20181222 07:50:29.336"></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="20181222 07:50:29.337" level="INFO">${session} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181222 07:50:29.337" starttime="20181222 07:50:29.337"></status>
</kw>
<msg timestamp="20181222 07:50:29.337" level="INFO">${session_alias} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181222 07:50:29.337" starttime="20181222 07:50:29.336"></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="20181222 07:50:29.338" level="INFO">Creating Session using : alias=ClusterManagement__session_3, url=http://192.0.2.46:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6abf4ce90&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 07:50:29.338" starttime="20181222 07:50:29.337"></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="20181222 07:50:29.338" starttime="20181222 07:50:29.338"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.339" starttime="20181222 07:50:29.334"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.339" starttime="20181222 07:50:29.334"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.339" starttime="20181222 07:50:29.323"></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="20181222 07:50:29.339" level="INFO">${ClusterManagement__member_index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:29.339" starttime="20181222 07:50:29.339"></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="20181222 07:50:29.340" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.15', 2: u'192.0.2.23', 3: u'192.0.2.46'}</msg>
<status status="PASS" endtime="20181222 07:50:29.340" starttime="20181222 07:50:29.339"></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="20181222 07:50:29.340" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1', u'ClusterManagement__session_2', u'ClusterManagement__session_3']</msg>
<status status="PASS" endtime="20181222 07:50:29.340" starttime="20181222 07:50:29.340"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.340" starttime="20181222 07:50:29.321"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.340" starttime="20181222 07:50:29.312"></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="20181222 07:50:29.342" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:29.342" starttime="20181222 07:50:29.342"></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="20181222 07:50:29.343" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:29.343" starttime="20181222 07:50:29.343"></status>
</kw>
<msg timestamp="20181222 07:50:29.343" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:29.343" starttime="20181222 07:50:29.341"></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="20181222 07:50:29.344" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:29.344" starttime="20181222 07:50:29.344"></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="20181222 07:50:29.345" 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="20181222 07:50:29.345" 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="20181222 07:50:29.346" starttime="20181222 07:50:29.345"></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="20181222 07:50:29.348" starttime="20181222 07:50:29.348"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:50:29.348" 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="20181222 07:50:29.349" 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="20181222 07:50:29.349" starttime="20181222 07:50:29.348"></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="20181222 07:50:29.349" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.15" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:50:29.349" starttime="20181222 07:50:29.349"></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="20181222 07:50:29.350" level="INFO">${conn_id} = 1</msg>
<status status="PASS" endtime="20181222 07:50:29.350" starttime="20181222 07:50:29.349"></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="20181222 07:50:29.351" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:29.351" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:29.351" starttime="20181222 07:50:29.351"></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="20181222 07:50:29.352" starttime="20181222 07:50:29.351"></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="20181222 07:50:29.352" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:29.747" level="INFO">Read output: Last login: Sat Dec 22 07:50:23 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:29.747" starttime="20181222 07:50:29.352"></status>
</kw>
<msg timestamp="20181222 07:50:29.747" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:29.747" starttime="20181222 07:50:29.352"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.748" starttime="20181222 07:50:29.350"></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="20181222 07:50:29.748" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 07:50:29.793" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 07:50:29.793" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:50:29.793" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:29.793" starttime="20181222 07:50:29.748"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:29.858" starttime="20181222 07:50:29.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:29.858" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:29.858" starttime="20181222 07:50:29.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:29.859" starttime="20181222 07:50:29.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>"${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="20181222 07:50:29.860" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:29.860" starttime="20181222 07:50:29.860"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.860" starttime="20181222 07:50:29.859"></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="20181222 07:50:29.861" starttime="20181222 07:50:29.861"></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="20181222 07:50:29.862" starttime="20181222 07:50:29.862"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:29.862" starttime="20181222 07:50:29.862"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.863" starttime="20181222 07:50:29.860"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.863" starttime="20181222 07:50:29.347"></status>
</kw>
<msg timestamp="20181222 07:50:29.863" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:29.863" starttime="20181222 07:50:29.347"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.863" starttime="20181222 07:50:29.346"></status>
</kw>
<msg timestamp="20181222 07:50:29.863" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:29.863" starttime="20181222 07:50:29.346"></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="20181222 07:50:29.864" starttime="20181222 07:50:29.864"></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="20181222 07:50:29.865" starttime="20181222 07:50:29.864"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:29.865" starttime="20181222 07:50:29.865"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.865" starttime="20181222 07:50:29.863"></status>
</kw>
<msg timestamp="20181222 07:50:29.865" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:50:29.865" starttime="20181222 07:50:29.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:29.866" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:29.866" starttime="20181222 07:50:29.865"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.866" starttime="20181222 07:50:29.343"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:29.866" starttime="20181222 07:50:29.343"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 07:50:29.867" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:29.867" starttime="20181222 07:50:29.867"></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="20181222 07:50:29.868" 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="20181222 07:50:29.868" 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="20181222 07:50:29.868" starttime="20181222 07:50:29.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>${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="20181222 07:50:29.871" starttime="20181222 07:50:29.871"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:50:29.871" 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="20181222 07:50:29.872" 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="20181222 07:50:29.872" starttime="20181222 07:50:29.871"></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="20181222 07:50:29.872" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.23" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:50:29.872" starttime="20181222 07:50:29.872"></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="20181222 07:50:29.873" level="INFO">${conn_id} = 4</msg>
<status status="PASS" endtime="20181222 07:50:29.873" starttime="20181222 07:50:29.872"></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="20181222 07:50:29.874" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:29.874" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:29.874" starttime="20181222 07:50:29.874"></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="20181222 07:50:29.875" starttime="20181222 07:50:29.875"></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="20181222 07:50:29.876" level="INFO">Logging into '192.0.2.23:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:30.271" level="INFO">Read output: Last login: Sat Dec 22 07:48:49 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:30.271" starttime="20181222 07:50:29.875"></status>
</kw>
<msg timestamp="20181222 07:50:30.271" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.271" starttime="20181222 07:50:29.875"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.272" starttime="20181222 07:50:29.873"></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="20181222 07:50:30.273" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 07:50:30.307" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 07:50:30.308" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:50:30.308" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:30.308" starttime="20181222 07:50:30.272"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.372" starttime="20181222 07:50:30.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="20181222 07:50:30.373" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:30.373" starttime="20181222 07:50:30.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:30.374" starttime="20181222 07:50:30.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>"${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="20181222 07:50:30.375" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.375" starttime="20181222 07:50:30.375"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.375" starttime="20181222 07:50:30.374"></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="20181222 07:50:30.377" starttime="20181222 07:50:30.377"></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="20181222 07:50:30.378" starttime="20181222 07:50:30.378"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.378" starttime="20181222 07:50:30.378"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.379" starttime="20181222 07:50:30.376"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.379" starttime="20181222 07:50:29.870"></status>
</kw>
<msg timestamp="20181222 07:50:30.379" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.379" starttime="20181222 07:50:29.869"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.379" starttime="20181222 07:50:29.869"></status>
</kw>
<msg timestamp="20181222 07:50:30.379" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.379" starttime="20181222 07:50:29.868"></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="20181222 07:50:30.381" starttime="20181222 07:50:30.380"></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="20181222 07:50:30.381" starttime="20181222 07:50:30.381"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.382" starttime="20181222 07:50:30.382"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.382" starttime="20181222 07:50:30.380"></status>
</kw>
<msg timestamp="20181222 07:50:30.382" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:50:30.382" starttime="20181222 07:50:29.867"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:30.383" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:30.383" starttime="20181222 07:50:30.383"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.383" starttime="20181222 07:50:29.866"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.383" starttime="20181222 07:50:29.866"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 07:50:30.385" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:30.385" starttime="20181222 07:50:30.384"></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="20181222 07:50:30.387" 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="20181222 07:50:30.387" 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="20181222 07:50:30.387" starttime="20181222 07:50:30.386"></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="20181222 07:50:30.390" starttime="20181222 07:50:30.390"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:50:30.390" 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="20181222 07:50:30.390" 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="20181222 07:50:30.390" starttime="20181222 07:50:30.390"></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="20181222 07:50:30.391" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.46" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:50:30.391" starttime="20181222 07:50:30.391"></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="20181222 07:50:30.392" level="INFO">${conn_id} = 7</msg>
<status status="PASS" endtime="20181222 07:50:30.392" starttime="20181222 07:50:30.391"></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="20181222 07:50:30.392" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:30.393" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:30.393" starttime="20181222 07:50:30.392"></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="20181222 07:50:30.393" starttime="20181222 07:50:30.393"></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="20181222 07:50:30.394" level="INFO">Logging into '192.0.2.46:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:30.767" level="INFO">Read output: Last login: Sat Dec 22 07:48:58 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:30.768" starttime="20181222 07:50:30.394"></status>
</kw>
<msg timestamp="20181222 07:50:30.768" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.768" starttime="20181222 07:50:30.393"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.768" starttime="20181222 07:50:30.392"></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="20181222 07:50:30.769" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 07:50:30.803" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 07:50:30.803" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:50:30.803" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:30.803" starttime="20181222 07:50:30.768"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.867" starttime="20181222 07:50:30.803"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:30.868" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 07:50:30.868" starttime="20181222 07:50:30.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:30.869" starttime="20181222 07:50:30.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>"${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="20181222 07:50:30.869" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.869" starttime="20181222 07:50:30.869"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.869" starttime="20181222 07:50:30.869"></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="20181222 07:50:30.871" starttime="20181222 07:50:30.870"></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="20181222 07:50:30.871" starttime="20181222 07:50:30.871"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.871"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.870"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.389"></status>
</kw>
<msg timestamp="20181222 07:50:30.872" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.388"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.387"></status>
</kw>
<msg timestamp="20181222 07:50:30.872" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:30.872" starttime="20181222 07:50:30.387"></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="20181222 07:50:30.873" starttime="20181222 07:50:30.873"></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="20181222 07:50:30.874" starttime="20181222 07:50:30.874"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:30.874" starttime="20181222 07:50:30.874"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.874" starttime="20181222 07:50:30.873"></status>
</kw>
<msg timestamp="20181222 07:50:30.874" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:50:30.874" starttime="20181222 07:50:30.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:30.875" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:30.875" starttime="20181222 07:50:30.874"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.875" starttime="20181222 07:50:30.383"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.875" starttime="20181222 07:50:30.383"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.875" starttime="20181222 07:50:29.343"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:30.875" starttime="20181222 07:50:29.341"></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="20181222 07:50:30.875" starttime="20181222 07:50:30.875"></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="20181222 07:50:30.897" 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="20181222 07:50:30.897" 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="20181222 07:50:30.897" starttime="20181222 07:50:30.897"></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="20181222 07:50:30.898" level="INFO">{}</msg>
<status status="PASS" endtime="20181222 07:50:30.898" starttime="20181222 07:50:30.897"></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="20181222 07:50:30.898" level="INFO">1</msg>
<status status="PASS" endtime="20181222 07:50:30.898" starttime="20181222 07:50:30.898"></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="20181222 07:50:30.899" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181222 07:50:30.899" starttime="20181222 07:50:30.899"></status>
</kw>
<msg timestamp="20181222 07:50:30.899" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 07:50:30.899" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181222 07:50:30.899" starttime="20181222 07:50:30.898"></status>
</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="20181222 07:50:30.900" starttime="20181222 07:50:30.899"></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="20181222 07:50:30.901" level="INFO">${ip_address} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:30.901" starttime="20181222 07:50:30.900"></status>
</kw>
<msg timestamp="20181222 07:50:30.901" level="INFO">${odl_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:30.901" starttime="20181222 07:50:30.900"></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="20181222 07:50:30.901" starttime="20181222 07:50:30.901"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 07:50:30.902" level="INFO">index=10
path_separator=/
prompt=opendaylight-user
width=80
newline=

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

height=24
encoding=UTF-8
alias=None
host=192.0.2.15
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 07:50:30.902" starttime="20181222 07:50:30.902"></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="20181222 07:50:30.902" starttime="20181222 07:50:30.902"></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="20181222 07:50:30.903" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:32.179" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:32.179" starttime="20181222 07:50:30.903"></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="20181222 07:50:32.181" starttime="20181222 07:50:32.180"></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="20181222 07:50:32.181" starttime="20181222 07:50:32.181"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:32.182"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:32.180"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:30.896"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:30.876"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:30.876"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:32.182" starttime="20181222 07:50:30.876"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 07:50:32.209" 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="20181222 07:50:32.209" 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="20181222 07:50:32.209" starttime="20181222 07:50:32.209"></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="20181222 07:50:32.210" level="INFO">{1: 10}</msg>
<status status="PASS" endtime="20181222 07:50:32.210" starttime="20181222 07:50:32.209"></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="20181222 07:50:32.210" level="INFO">2</msg>
<status status="PASS" endtime="20181222 07:50:32.210" starttime="20181222 07:50:32.210"></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="20181222 07:50:32.211" level="FAIL">Dictionary does not contain key '2'.</msg>
<status status="FAIL" endtime="20181222 07:50:32.211" starttime="20181222 07:50:32.211"></status>
</kw>
<msg timestamp="20181222 07:50:32.212" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 07:50:32.212" level="INFO">${old_connection_index} = Dictionary does not contain key '2'.</msg>
<status status="PASS" endtime="20181222 07:50:32.212" starttime="20181222 07:50:32.210"></status>
</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="20181222 07:50:32.212" starttime="20181222 07:50:32.212"></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="20181222 07:50:32.213" level="INFO">${ip_address} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:32.213" starttime="20181222 07:50:32.213"></status>
</kw>
<msg timestamp="20181222 07:50:32.214" level="INFO">${odl_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:32.214" starttime="20181222 07:50:32.212"></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="20181222 07:50:32.214" starttime="20181222 07:50:32.214"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 07:50:32.215" level="INFO">index=12
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.23
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181222 07:50:32.215" level="INFO">${karaf_connection_object} = index=12
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.23
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 07:50:32.215" starttime="20181222 07:50:32.214"></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="20181222 07:50:32.215" starttime="20181222 07:50:32.215"></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="20181222 07:50:32.216" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:34.209" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:34.210" starttime="20181222 07:50:32.216"></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="20181222 07:50:34.212" starttime="20181222 07:50:34.212"></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="20181222 07:50:34.213" starttime="20181222 07:50:34.213"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:34.213" starttime="20181222 07:50:34.213"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:34.213" starttime="20181222 07:50:34.211"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:34.213" starttime="20181222 07:50:32.208"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:34.213" starttime="20181222 07:50:32.183"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:34.214" starttime="20181222 07:50:32.182"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:34.214" starttime="20181222 07:50:32.182"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 07:50:34.237" 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="20181222 07:50:34.237" 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="20181222 07:50:34.237" starttime="20181222 07:50:34.237"></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="20181222 07:50:34.238" level="INFO">{1: 10, 2: 12}</msg>
<status status="PASS" endtime="20181222 07:50:34.238" starttime="20181222 07:50:34.238"></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="20181222 07:50:34.238" level="INFO">3</msg>
<status status="PASS" endtime="20181222 07:50:34.238" starttime="20181222 07:50:34.238"></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="20181222 07:50:34.240" level="FAIL">Dictionary does not contain key '3'.</msg>
<status status="FAIL" endtime="20181222 07:50:34.240" starttime="20181222 07:50:34.239"></status>
</kw>
<msg timestamp="20181222 07:50:34.240" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 07:50:34.240" level="INFO">${old_connection_index} = Dictionary does not contain key '3'.</msg>
<status status="PASS" endtime="20181222 07:50:34.240" starttime="20181222 07:50:34.239"></status>
</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="20181222 07:50:34.240" starttime="20181222 07:50:34.240"></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="20181222 07:50:34.241" level="INFO">${ip_address} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:34.241" starttime="20181222 07:50:34.241"></status>
</kw>
<msg timestamp="20181222 07:50:34.242" level="INFO">${odl_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:34.242" starttime="20181222 07:50:34.241"></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="20181222 07:50:34.242" starttime="20181222 07:50:34.242"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 07:50:34.243" level="INFO">index=14
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.46
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181222 07:50:34.243" level="INFO">${karaf_connection_object} = index=14
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.46
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 07:50:34.243" starttime="20181222 07:50:34.243"></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="20181222 07:50:34.244" starttime="20181222 07:50:34.243"></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="20181222 07:50:34.244" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:35.525" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:35.525" starttime="20181222 07:50:34.244"></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="20181222 07:50:35.527" starttime="20181222 07:50:35.527"></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="20181222 07:50:35.528" starttime="20181222 07:50:35.527"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:35.528" starttime="20181222 07:50:35.528"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.528" starttime="20181222 07:50:35.526"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:34.236"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:34.214"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:34.214"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:34.214"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:30.875"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.529" starttime="20181222 07:50:29.311"></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="20181222 07:50:35.541" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:35.541" starttime="20181222 07:50:35.540"></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="20181222 07:50:35.541" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:35.541" starttime="20181222 07:50:35.541"></status>
</kw>
<msg timestamp="20181222 07:50:35.541" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:35.541" starttime="20181222 07:50:35.539"></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="20181222 07:50:35.556" level="INFO">${karaf_connection_index} = 10</msg>
<status status="PASS" endtime="20181222 07:50:35.556" starttime="20181222 07:50:35.555"></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="20181222 07:50:35.557" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 07:50:35.557" starttime="20181222 07:50:35.556"></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="20181222 07:50:35.707" 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="20181222 07:50:35.707" starttime="20181222 07:50:35.557"></status>
</kw>
<msg timestamp="20181222 07:50:35.707" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 07:50:35.708" 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="20181222 07:50:35.708" starttime="20181222 07:50:35.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>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="20181222 07:50:35.775" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:35.775" starttime="20181222 07:50:35.709"></status>
</kw>
<msg timestamp="20181222 07:50:35.775" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 07:50:35.775" 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="20181222 07:50:35.775" starttime="20181222 07:50:35.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>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:35.776" starttime="20181222 07:50:35.775"></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="20181222 07:50:35.776" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:35.776" starttime="20181222 07:50:35.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:35.777" starttime="20181222 07:50:35.776"></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="20181222 07:50:35.778" starttime="20181222 07:50:35.778"></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="20181222 07:50:35.778" starttime="20181222 07:50:35.778"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:35.779" starttime="20181222 07:50:35.778"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.779" starttime="20181222 07:50:35.777"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.779" starttime="20181222 07:50:35.555"></status>
</kw>
<msg timestamp="20181222 07:50:35.779" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:35.779" 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="20181222 07:50:35.779" starttime="20181222 07:50:35.554"></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="20181222 07:50:35.779" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:35.780" starttime="20181222 07:50:35.779"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.780" starttime="20181222 07:50:35.553"></status>
</kw>
<msg timestamp="20181222 07:50:35.780" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:35.780" 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="20181222 07:50:35.780" starttime="20181222 07:50:35.542"></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="20181222 07:50:35.780" starttime="20181222 07:50:35.780"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:35.780" starttime="20181222 07:50:35.542"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 07:50:35.790" level="INFO">${karaf_connection_index} = 12</msg>
<status status="PASS" endtime="20181222 07:50:35.790" starttime="20181222 07:50:35.789"></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="20181222 07:50:35.790" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 07:50:35.790" starttime="20181222 07:50:35.790"></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="20181222 07:50:35.920" 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="20181222 07:50:35.921" starttime="20181222 07:50:35.791"></status>
</kw>
<msg timestamp="20181222 07:50:35.921" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 07:50:35.921" 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="20181222 07:50:35.921" starttime="20181222 07:50:35.790"></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="20181222 07:50:36.014" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.014" starttime="20181222 07:50:35.922"></status>
</kw>
<msg timestamp="20181222 07:50:36.014" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 07:50:36.014" 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="20181222 07:50:36.014" starttime="20181222 07:50:35.921"></status>
</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="20181222 07:50:36.015" starttime="20181222 07:50:36.014"></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="20181222 07:50:36.015" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.015" starttime="20181222 07:50:36.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:36.016" starttime="20181222 07:50:36.015"></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="20181222 07:50:36.017" starttime="20181222 07:50:36.017"></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="20181222 07:50:36.017" starttime="20181222 07:50:36.017"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:36.018" starttime="20181222 07:50:36.018"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.018" starttime="20181222 07:50:36.016"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.018" starttime="20181222 07:50:35.789"></status>
</kw>
<msg timestamp="20181222 07:50:36.018" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:36.018" 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="20181222 07:50:36.018" starttime="20181222 07:50:35.789"></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="20181222 07:50:36.019" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:36.019" starttime="20181222 07:50:36.018"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.019" starttime="20181222 07:50:35.788"></status>
</kw>
<msg timestamp="20181222 07:50:36.019" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:36.019" 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="20181222 07:50:36.019" starttime="20181222 07:50:35.781"></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="20181222 07:50:36.019" starttime="20181222 07:50:36.019"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.020" starttime="20181222 07:50:35.780"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 07:50:36.032" level="INFO">${karaf_connection_index} = 14</msg>
<status status="PASS" endtime="20181222 07:50:36.032" starttime="20181222 07:50:36.031"></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="20181222 07:50:36.032" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 07:50:36.032" starttime="20181222 07:50:36.032"></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="20181222 07:50:36.171" 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="20181222 07:50:36.171" starttime="20181222 07:50:36.033"></status>
</kw>
<msg timestamp="20181222 07:50:36.171" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 07:50:36.171" 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="20181222 07:50:36.171" starttime="20181222 07:50:36.032"></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="20181222 07:50:36.332" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.332" starttime="20181222 07:50:36.172"></status>
</kw>
<msg timestamp="20181222 07:50:36.332" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 07:50:36.332" 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="20181222 07:50:36.332" starttime="20181222 07:50:36.172"></status>
</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="20181222 07:50:36.333" starttime="20181222 07:50:36.333"></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="20181222 07:50:36.333" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.334" starttime="20181222 07:50:36.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:36.334" starttime="20181222 07:50:36.334"></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="20181222 07:50:36.335" starttime="20181222 07:50:36.335"></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="20181222 07:50:36.336" starttime="20181222 07:50:36.335"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:36.336" starttime="20181222 07:50:36.336"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.336" starttime="20181222 07:50:36.334"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.336" starttime="20181222 07:50:36.031"></status>
</kw>
<msg timestamp="20181222 07:50:36.336" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:36.336" 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="20181222 07:50:36.336" starttime="20181222 07:50:36.030"></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="20181222 07:50:36.337" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:36.337" starttime="20181222 07:50:36.337"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.337" starttime="20181222 07:50:36.029"></status>
</kw>
<msg timestamp="20181222 07:50:36.337" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:50:36.337" 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="20181222 07:50:36.337" starttime="20181222 07:50:36.020"></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="20181222 07:50:36.338" starttime="20181222 07:50:36.338"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:36.020"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:35.542"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:35.538"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:35.530"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:35.529"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.338" starttime="20181222 07:50:29.303"></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="20181222 07:50:36.339" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181222 07:50:36.339" starttime="20181222 07:50:36.339"></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="20181222 07:50:36.342" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:36.342" starttime="20181222 07:50:36.341"></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="20181222 07:50:36.342" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:36.342" starttime="20181222 07:50:36.342"></status>
</kw>
<msg timestamp="20181222 07:50:36.342" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:36.342" starttime="20181222 07:50:36.340"></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="20181222 07:50:36.343" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:36.343" starttime="20181222 07:50:36.343"></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="20181222 07:50:36.383" 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="20181222 07:50:36.383" 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="20181222 07:50:36.383" starttime="20181222 07:50:36.345"></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.15</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="20181222 07:50:36.392" starttime="20181222 07:50:36.391"></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="20181222 07:50:36.392" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:36.653" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:36.653" starttime="20181222 07:50:36.392"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:50:36.734" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 07:50:36.734" starttime="20181222 07:50:36.654"></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="20181222 07:50:36.736" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:36.737" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.737" starttime="20181222 07:50:36.735"></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="20181222 07:50:36.782" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:36.782" starttime="20181222 07:50:36.737"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:36.784" starttime="20181222 07:50:36.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:36.784" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:36.784" starttime="20181222 07:50:36.784"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.784" starttime="20181222 07:50:36.391"></status>
</kw>
<msg timestamp="20181222 07:50:36.785" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:36.785" starttime="20181222 07:50:36.384"></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="20181222 07:50:36.786" starttime="20181222 07:50:36.786"></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="20181222 07:50:36.786" starttime="20181222 07:50:36.786"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:36.787" starttime="20181222 07:50:36.787"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.787" starttime="20181222 07:50:36.785"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.787" starttime="20181222 07:50:36.344"></status>
</kw>
<msg timestamp="20181222 07:50:36.787" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:36.787" starttime="20181222 07:50:36.344"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.788" starttime="20181222 07:50:36.343"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:36.788" starttime="20181222 07:50:36.343"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 07:50:36.789" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:36.789" starttime="20181222 07:50:36.788"></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="20181222 07:50:36.793" 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="20181222 07:50:36.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="20181222 07:50:36.793" starttime="20181222 07:50:36.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.15</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="20181222 07:50:36.807" starttime="20181222 07:50:36.806"></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="20181222 07:50:36.808" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:36.955" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:36.955" starttime="20181222 07:50:36.808"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.022" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 07:50:37.023" starttime="20181222 07:50:36.956"></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="20181222 07:50:37.060" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:37.060" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.060" starttime="20181222 07:50:37.023"></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="20181222 07:50:37.106" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:37.106" starttime="20181222 07:50:37.061"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.108" starttime="20181222 07:50:37.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.108" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.109" starttime="20181222 07:50:37.108"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.109" starttime="20181222 07:50:36.805"></status>
</kw>
<msg timestamp="20181222 07:50:37.109" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.109" starttime="20181222 07:50:36.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="20181222 07:50:37.111" starttime="20181222 07:50:37.110"></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="20181222 07:50:37.111" starttime="20181222 07:50:37.111"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.111" starttime="20181222 07:50:37.111"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.112" starttime="20181222 07:50:37.109"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.112" starttime="20181222 07:50:36.791"></status>
</kw>
<msg timestamp="20181222 07:50:37.112" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.112" starttime="20181222 07:50:36.790"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.112" starttime="20181222 07:50:36.789"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.112" starttime="20181222 07:50:36.788"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 07:50:37.113" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:37.113" starttime="20181222 07:50:37.112"></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="20181222 07:50:37.116" 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="20181222 07:50:37.116" 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="20181222 07:50:37.116" starttime="20181222 07:50:37.115"></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.15</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="20181222 07:50:37.124" starttime="20181222 07:50:37.123"></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="20181222 07:50:37.124" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:37.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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:37.389" starttime="20181222 07:50:37.124"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.469" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 07:50:37.469" starttime="20181222 07:50:37.389"></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="20181222 07:50:37.471" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:37.472" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.472" starttime="20181222 07:50:37.470"></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="20181222 07:50:37.518" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:37.518" starttime="20181222 07:50:37.472"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.520" starttime="20181222 07:50:37.518"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.521" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.521" starttime="20181222 07:50:37.520"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.521" starttime="20181222 07:50:37.123"></status>
</kw>
<msg timestamp="20181222 07:50:37.521" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.521" starttime="20181222 07:50:37.116"></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="20181222 07:50:37.524" starttime="20181222 07:50:37.523"></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="20181222 07:50:37.524" starttime="20181222 07:50:37.524"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.525" starttime="20181222 07:50:37.525"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.525" starttime="20181222 07:50:37.522"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.525" starttime="20181222 07:50:37.114"></status>
</kw>
<msg timestamp="20181222 07:50:37.525" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.525" starttime="20181222 07:50:37.113"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.526" starttime="20181222 07:50:37.113"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.526" starttime="20181222 07:50:37.112"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.526" starttime="20181222 07:50:36.342"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.526" starttime="20181222 07:50:36.340"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.526" starttime="20181222 07:50:36.340"></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="20181222 07:50:37.529" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:37.529" starttime="20181222 07:50:37.528"></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="20181222 07:50:37.530" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:37.530" starttime="20181222 07:50:37.529"></status>
</kw>
<msg timestamp="20181222 07:50:37.530" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 07:50:37.530" starttime="20181222 07:50:37.528"></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="20181222 07:50:37.531" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:37.531" starttime="20181222 07:50:37.531"></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="20181222 07:50:37.536" 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="20181222 07:50:37.536" 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="20181222 07:50:37.536" starttime="20181222 07:50:37.536"></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.15</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="20181222 07:50:37.547" starttime="20181222 07:50:37.546"></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="20181222 07:50:37.547" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:37.783" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:37.784" starttime="20181222 07:50:37.547"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.860" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 07:50:37.860" starttime="20181222 07:50:37.784"></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="20181222 07:50:37.863" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:37.863" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.863" starttime="20181222 07:50:37.860"></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="20181222 07:50:37.907" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:37.907" starttime="20181222 07:50:37.863"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.909" starttime="20181222 07:50:37.907"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:37.910" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:37.910" starttime="20181222 07:50:37.909"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.910" starttime="20181222 07:50:37.546"></status>
</kw>
<msg timestamp="20181222 07:50:37.910" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.910" starttime="20181222 07:50:37.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_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="20181222 07:50:37.912" starttime="20181222 07:50:37.911"></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="20181222 07:50:37.912" starttime="20181222 07:50:37.912"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:37.912" starttime="20181222 07:50:37.912"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.912" starttime="20181222 07:50:37.911"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.912" starttime="20181222 07:50:37.534"></status>
</kw>
<msg timestamp="20181222 07:50:37.913" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:37.913" starttime="20181222 07:50:37.533"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.913" starttime="20181222 07:50:37.532"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:37.913" starttime="20181222 07:50:37.531"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 07:50:37.913" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:50:37.913" starttime="20181222 07:50:37.913"></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="20181222 07:50:37.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="20181222 07:50:37.916" 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="20181222 07:50:37.916" starttime="20181222 07:50:37.916"></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.15</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="20181222 07:50:37.924" starttime="20181222 07:50:37.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="20181222 07:50:37.924" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:38.146" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:38.146" starttime="20181222 07:50:37.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="20181222 07:50:38.237" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 07:50:38.237" starttime="20181222 07:50:38.147"></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="20181222 07:50:38.240" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:38.240" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:38.240" starttime="20181222 07:50:38.237"></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="20181222 07:50:38.294" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:38.294" starttime="20181222 07:50:38.240"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:38.296" starttime="20181222 07:50:38.295"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:38.297" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:38.297" starttime="20181222 07:50:38.296"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.297" starttime="20181222 07:50:37.923"></status>
</kw>
<msg timestamp="20181222 07:50:38.297" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:38.297" starttime="20181222 07:50:37.916"></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="20181222 07:50:38.298" starttime="20181222 07:50:38.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="20181222 07:50:38.299" starttime="20181222 07:50:38.298"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:38.299" starttime="20181222 07:50:38.299"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.299" starttime="20181222 07:50:38.297"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.299" starttime="20181222 07:50:37.915"></status>
</kw>
<msg timestamp="20181222 07:50:38.299" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:38.299" starttime="20181222 07:50:37.914"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.300" starttime="20181222 07:50:37.914"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.300" starttime="20181222 07:50:37.913"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 07:50:38.300" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:50:38.300" starttime="20181222 07:50:38.300"></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="20181222 07:50:38.302" 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="20181222 07:50:38.302" 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="20181222 07:50:38.302" starttime="20181222 07:50:38.302"></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.15</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="20181222 07:50:38.310" starttime="20181222 07:50:38.310"></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="20181222 07:50:38.311" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:50:38.602" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:50:38.602" starttime="20181222 07:50:38.311"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:50:38.685" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 07:50:38.685" starttime="20181222 07:50:38.602"></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="20181222 07:50:38.688" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:50:38.688" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:38.688" starttime="20181222 07:50:38.686"></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="20181222 07:50:38.734" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:50:38.734" starttime="20181222 07:50:38.689"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:38.736" starttime="20181222 07:50:38.735"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:50:38.737" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:50:38.737" starttime="20181222 07:50:38.736"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.737" starttime="20181222 07:50:38.309"></status>
</kw>
<msg timestamp="20181222 07:50:38.737" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:38.737" starttime="20181222 07:50:38.303"></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="20181222 07:50:38.738" starttime="20181222 07:50:38.738"></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="20181222 07:50:38.739" starttime="20181222 07:50:38.739"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:50:38.739" starttime="20181222 07:50:38.739"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.739" starttime="20181222 07:50:38.738"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.739" starttime="20181222 07:50:38.301"></status>
</kw>
<msg timestamp="20181222 07:50:38.739" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:38.301"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:38.300"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:38.300"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:37.530"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:37.527"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:37.526"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:36.339"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:38.740" starttime="20181222 07:50:36.339"></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="20181222 07:50:38.741" starttime="20181222 07:50:38.741"></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="20181222 07:50:38.742" level="INFO">${OS_CNTL_IP} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:38.742" starttime="20181222 07:50:38.741"></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="20181222 07:50:38.743" level="INFO">${conn_id} = 31</msg>
<status status="PASS" endtime="20181222 07:50:38.743" starttime="20181222 07:50:38.743"></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="20181222 07:50:38.744" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:38.744" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:38.744" starttime="20181222 07:50:38.744"></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="20181222 07:50:38.745" starttime="20181222 07:50:38.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="20181222 07:50:38.745" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:39.090" level="INFO">Read output: Last login: Sat Dec 22 07:50:29 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:39.090" starttime="20181222 07:50:38.745"></status>
</kw>
<msg timestamp="20181222 07:50:39.090" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:39.090" starttime="20181222 07:50:38.745"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.091" starttime="20181222 07:50:38.743"></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="20181222 07:50:39.092" level="INFO">${OS_CNTL_CONN_ID} = 31</msg>
<status status="PASS" endtime="20181222 07:50:39.092" starttime="20181222 07:50:39.091"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.092" starttime="20181222 07:50:38.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>"${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 Control And Two Compute Node Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the control node is different than the compute</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_COMPUTE_1_IP}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.094" level="INFO">${OS_CMP1_IP} = 192.0.2.36</msg>
<status status="PASS" endtime="20181222 07:50:39.094" starttime="20181222 07:50:39.093"></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_COMPUTE_2_IP}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.094" level="INFO">${OS_CMP2_IP} = 192.0.2.21</msg>
<status status="PASS" endtime="20181222 07:50:39.094" starttime="20181222 07:50:39.094"></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>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.095" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.15 | 192.0.2.36 | 192.0.2.21 ]</msg>
<status status="PASS" endtime="20181222 07:50:39.095" starttime="20181222 07:50:39.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>@{OS_CMP_IPS}</arg>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.096" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.36 | 192.0.2.21 ]</msg>
<status status="PASS" endtime="20181222 07:50:39.096" starttime="20181222 07:50:39.095"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CMP1_CONN_ID</arg>
<arg>${OS_COMPUTE_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>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181222 07:50:39.097" level="INFO">${conn_id} = 32</msg>
<status status="PASS" endtime="20181222 07:50:39.097" starttime="20181222 07:50:39.097"></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="20181222 07:50:39.098" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:39.098" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:39.098" starttime="20181222 07:50:39.098"></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="20181222 07:50:39.099" starttime="20181222 07:50:39.098"></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="20181222 07:50:39.100" level="INFO">Logging into '192.0.2.36:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:39.473" level="INFO">Read output: Last login: Sat Dec 22 07:48:41 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:39.473" starttime="20181222 07:50:39.099"></status>
</kw>
<msg timestamp="20181222 07:50:39.473" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:39.474" starttime="20181222 07:50:39.099"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.474" starttime="20181222 07:50:39.097"></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="20181222 07:50:39.474" level="INFO">${OS_CMP1_CONN_ID} = 32</msg>
<status status="PASS" endtime="20181222 07:50:39.475" starttime="20181222 07:50:39.474"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.475" starttime="20181222 07:50:39.096"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CMP2_CONN_ID</arg>
<arg>${OS_COMPUTE_2_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="20181222 07:50:39.476" level="INFO">${conn_id} = 33</msg>
<status status="PASS" endtime="20181222 07:50:39.476" starttime="20181222 07:50:39.476"></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="20181222 07:50:39.477" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:39.477" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:39.477" starttime="20181222 07:50:39.477"></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="20181222 07:50:39.478" starttime="20181222 07:50:39.477"></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="20181222 07:50:39.479" level="INFO">Logging into '192.0.2.21:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:39.905" level="INFO">Read output: Last login: Sat Dec 22 07:48:34 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:39.905" starttime="20181222 07:50:39.478"></status>
</kw>
<msg timestamp="20181222 07:50:39.906" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:39.906" starttime="20181222 07:50:39.478"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.906" starttime="20181222 07:50:39.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>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.907" level="INFO">${OS_CMP2_CONN_ID} = 33</msg>
<status status="PASS" endtime="20181222 07:50:39.907" starttime="20181222 07:50:39.906"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.907" starttime="20181222 07:50:39.475"></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>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CMP2_CONN_ID}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.911" level="INFO">@{OS_ALL_CONN_IDS} = [ 31 | 32 | 33 ]</msg>
<status status="PASS" endtime="20181222 07:50:39.911" starttime="20181222 07:50:39.907"></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_CMP1_CONN_ID}</arg>
<arg>${OS_CMP2_CONN_ID}</arg>
</arguments>
<msg timestamp="20181222 07:50:39.914" level="INFO">@{OS_CMP_CONN_IDS} = [ 32 | 33 ]</msg>
<status status="PASS" endtime="20181222 07:50:39.914" starttime="20181222 07:50:39.911"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.914" starttime="20181222 07:50:39.093"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:39.914" starttime="20181222 07:50:39.092"></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="20181222 07:50:39.915" level="INFO">Length is 3</msg>
<msg timestamp="20181222 07:50:39.915" level="INFO">${OS_NODE_CNT} = 3</msg>
<status status="PASS" endtime="20181222 07:50:39.915" starttime="20181222 07:50:39.914"></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="20181222 07:50:39.915" level="INFO">${OS_NODE_CNT} = 3</msg>
<status status="PASS" endtime="20181222 07:50:39.915" starttime="20181222 07:50:39.915"></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="20181222 07:50:39.928" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 07:50:39.948" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:42.671" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:42.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:42.671" starttime="20181222 07:50:39.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="20181222 07:50:42.672" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 07:50:42.672" starttime="20181222 07:50:42.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="20181222 07:50:42.673" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:42.673" starttime="20181222 07:50:42.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="20181222 07:50:42.674" starttime="20181222 07:50:42.673"></status>
</kw>
<msg timestamp="20181222 07:50:42.674" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 07:50:42.674" starttime="20181222 07:50:39.926"></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="20181222 07:50:42.681" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.15 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 07:50:42.705" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:45.127" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:45.128" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:45.128" starttime="20181222 07:50:42.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="20181222 07:50:45.129" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:45.129" starttime="20181222 07:50:45.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="20181222 07:50:45.129" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:45.129" starttime="20181222 07:50:45.129"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:50:45.130" starttime="20181222 07:50:45.129"></status>
</kw>
<msg timestamp="20181222 07:50:45.130" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181222 07:50:45.130" starttime="20181222 07:50:42.681"></status>
</kw>
<msg timestamp="20181222 07:50:45.130" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181222 07:50:45.131" starttime="20181222 07:50:39.916"></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="20181222 07:50:45.139" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 07:50:45.180" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:48.236" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:48.236" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:48.236" starttime="20181222 07:50:45.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:50:48.238" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 07:50:48.238" starttime="20181222 07:50:48.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="20181222 07:50:48.238" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:48.238" starttime="20181222 07:50:48.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="20181222 07:50:48.239" starttime="20181222 07:50:48.238"></status>
</kw>
<msg timestamp="20181222 07:50:48.239" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 07:50:48.239" starttime="20181222 07:50:45.138"></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="20181222 07:50:48.248" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.36 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 07:50:48.279" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:50.632" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:50.633" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:50.633" starttime="20181222 07:50: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="20181222 07:50:50.634" level="INFO">overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:50.634" starttime="20181222 07:50:50.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="20181222 07:50:50.634" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:50.635" starttime="20181222 07:50:50.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="20181222 07:50:50.635" starttime="20181222 07:50:50.635"></status>
</kw>
<msg timestamp="20181222 07:50:50.636" level="INFO">${hostname} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:50.636" starttime="20181222 07:50:48.247"></status>
</kw>
<msg timestamp="20181222 07:50:50.636" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:50.636" starttime="20181222 07:50:45.131"></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="20181222 07:50:50.646" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 07:50:50.667" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:52.942" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:52.942" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:52.942" starttime="20181222 07:50:50.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="20181222 07:50:52.944" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 07:50:52.944" starttime="20181222 07:50:52.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="20181222 07:50:52.945" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:52.945" starttime="20181222 07:50:52.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="20181222 07:50:52.946" starttime="20181222 07:50:52.945"></status>
</kw>
<msg timestamp="20181222 07:50:52.947" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 07:50:52.947" starttime="20181222 07:50:50.645"></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="20181222 07:50:52.960" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.21 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 07:50:52.988" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:55.457" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:55.458" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:55.458" starttime="20181222 07:50:52.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:50:55.459" level="INFO">overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:55.459" starttime="20181222 07:50:55.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="20181222 07:50:55.459" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:55.459" starttime="20181222 07:50:55.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="20181222 07:50:55.460" starttime="20181222 07:50:55.460"></status>
</kw>
<msg timestamp="20181222 07:50:55.460" level="INFO">${hostname} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:55.460" starttime="20181222 07:50:52.959"></status>
</kw>
<msg timestamp="20181222 07:50:55.461" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:55.461" starttime="20181222 07:50:50.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>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181222 07:50:55.461" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181222 07:50:55.461" starttime="20181222 07:50:55.461"></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="20181222 07:50:55.462" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:55.462" starttime="20181222 07:50:55.461"></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="20181222 07:50:55.462" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 07:50:55.462" starttime="20181222 07:50:55.462"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.462" starttime="20181222 07:50:39.915"></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="20181222 07:50:55.464" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.15 - OS_CONTROL_NODE_IP: 192.0.2.15
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.36 - OS_COMPUTE_1_IP: 192.0.2.36
OS_CMP2_HOSTNA...</msg>
<status status="PASS" endtime="20181222 07:50:55.464" starttime="20181222 07:50:55.463"></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="20181222 07:50:55.464" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.15 - OS_CONTROL_NODE_IP: 192.0.2.15
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.36 - OS_COMPUTE_1_IP: 192.0.2.36
OS_CMP2_HOSTNAME: overcloud-novacompute-0.opnfvlf.org - OS_CMP2_IP: 192.0.2.21 - OS_COMPUTE_2_IP: 192.0.2.21
OS_ALL_IPS: [u'192.0.2.15', u'192.0.2.36', u'192.0.2.21']
OS_CMP_IPS: [u'192.0.2.36', u'192.0.2.21']
OS_NODE_CNT: 3
OS_ALL_CONN_IDS: [31, 32, 33]
OS_CMP_CONN_IDS: [32, 33]</msg>
<status status="PASS" endtime="20181222 07:50:55.464" starttime="20181222 07:50:55.464"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.464" starttime="20181222 07:50:55.463"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.465" starttime="20181222 07:50:38.741"></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="20181222 07:50:55.465" level="INFO">Creating Session using : alias=session, url=http://192.0.2.15:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac238e90&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 07:50:55.466" starttime="20181222 07:50:55.465"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.466" starttime="20181222 07:50:38.740"></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="20181222 07:50:55.467" level="INFO">${suite_} = CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:50:55.467" starttime="20181222 07:50:55.467"></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="20181222 07:50:55.468" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:50:55.468" starttime="20181222 07:50:55.468"></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="20181222 07:50:55.470" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:55.470" starttime="20181222 07:50:55.469"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.15">
<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="20181222 07:50:55.471" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:50:55.471" starttime="20181222 07:50:55.470"></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="20181222 07:50:55.473" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:50:55.473" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:50:55.473" starttime="20181222 07:50:55.472"></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="20181222 07:50:55.474" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181222 07:50:55.474" starttime="20181222 07:50:55.473"></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="20181222 07:50:55.475" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:55.475" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:55.475" starttime="20181222 07:50:55.475"></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="20181222 07:50:55.476" starttime="20181222 07:50:55.476"></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="20181222 07:50:55.478" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:55.822" level="INFO">Read output: Last login: Sat Dec 22 07:50:39 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:55.822" starttime="20181222 07:50:55.477"></status>
</kw>
<msg timestamp="20181222 07:50:55.823" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:55.823" starttime="20181222 07:50:55.477"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.823" starttime="20181222 07:50:55.474"></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="20181222 07:50:55.824" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap</msg>
<status status="PASS" endtime="20181222 07:50:55.824" starttime="20181222 07:50:55.824"></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="20181222 07:50:55.825" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap'.</msg>
<msg timestamp="20181222 07:50:55.828" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 07:50:55.828" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 07:50:55.828" starttime="20181222 07:50:55.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:55.829" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:55.829" starttime="20181222 07:50:55.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 07:50:55.829" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:55.829" starttime="20181222 07:50:55.829"></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="20181222 07:50:55.832" starttime="20181222 07:50:55.832"></status>
</kw>
<msg timestamp="20181222 07:50:55.832" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:55.833" starttime="20181222 07:50:55.831"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.833" starttime="20181222 07:50:55.830"></status>
</kw>
<msg timestamp="20181222 07:50:55.833" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181222 07:50:55.833" starttime="20181222 07:50:55.471"></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="20181222 07:50:55.833" starttime="20181222 07:50:55.833"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:55.833" starttime="20181222 07:50:55.470"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.36">
<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="20181222 07:50:55.834" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.36</msg>
<status status="PASS" endtime="20181222 07:50:55.834" starttime="20181222 07:50:55.834"></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="20181222 07:50:55.837" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:50:55.838" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:50:55.838" starttime="20181222 07:50:55.835"></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="20181222 07:50:55.839" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181222 07:50:55.839" starttime="20181222 07:50:55.838"></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="20181222 07:50:55.841" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:55.841" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:55.841" starttime="20181222 07:50:55.840"></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="20181222 07:50:55.842" starttime="20181222 07:50:55.841"></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="20181222 07:50:55.843" level="INFO">Logging into '192.0.2.36:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:56.197" level="INFO">Read output: Last login: Sat Dec 22 07:50:39 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:56.197" starttime="20181222 07:50:55.842"></status>
</kw>
<msg timestamp="20181222 07:50:56.198" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:56.198" starttime="20181222 07:50:55.842"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.198" starttime="20181222 07:50:55.839"></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="20181222 07:50:56.199" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap</msg>
<status status="PASS" endtime="20181222 07:50:56.199" starttime="20181222 07:50:56.199"></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="20181222 07:50:56.200" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap'.</msg>
<msg timestamp="20181222 07:50:56.204" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 07:50:56.204" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 07:50:56.204" starttime="20181222 07:50:56.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:56.204" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:56.204" starttime="20181222 07:50:56.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 07:50:56.205" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:56.205" starttime="20181222 07:50:56.205"></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="20181222 07:50:56.208" starttime="20181222 07:50:56.208"></status>
</kw>
<msg timestamp="20181222 07:50:56.208" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:56.208" starttime="20181222 07:50:56.207"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.208" starttime="20181222 07:50:56.206"></status>
</kw>
<msg timestamp="20181222 07:50:56.208" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181222 07:50:56.208" starttime="20181222 07:50:55.834"></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="20181222 07:50:56.209" starttime="20181222 07:50:56.209"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.209" starttime="20181222 07:50:55.833"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.21">
<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="20181222 07:50:56.210" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.21</msg>
<status status="PASS" endtime="20181222 07:50:56.210" starttime="20181222 07:50:56.209"></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="20181222 07:50:56.212" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:50:56.212" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:50:56.212" starttime="20181222 07:50:56.212"></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="20181222 07:50:56.214" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181222 07:50:56.214" starttime="20181222 07:50:56.212"></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="20181222 07:50:56.215" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:50:56.215" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:50:56.215" starttime="20181222 07:50:56.215"></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="20181222 07:50:56.216" starttime="20181222 07:50:56.215"></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="20181222 07:50:56.217" level="INFO">Logging into '192.0.2.21:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:50:56.568" level="INFO">Read output: Last login: Sat Dec 22 07:50:39 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:50:56.568" starttime="20181222 07:50:56.216"></status>
</kw>
<msg timestamp="20181222 07:50:56.568" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:56.568" starttime="20181222 07:50:56.216"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.569" starttime="20181222 07:50:56.214"></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="20181222 07:50:56.569" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap</msg>
<status status="PASS" endtime="20181222 07:50:56.569" starttime="20181222 07:50:56.569"></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="20181222 07:50:56.570" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap'.</msg>
<msg timestamp="20181222 07:50:56.573" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 07:50:56.573" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 07:50:56.573" starttime="20181222 07:50:56.570"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:56.574" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:56.574" starttime="20181222 07:50:56.573"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 07:50:56.574" level="INFO">None</msg>
<status status="PASS" endtime="20181222 07:50:56.574" starttime="20181222 07:50:56.574"></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="20181222 07:50:56.577" starttime="20181222 07:50:56.576"></status>
</kw>
<msg timestamp="20181222 07:50:56.577" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:50:56.577" starttime="20181222 07:50:56.576"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.577" starttime="20181222 07:50:56.575"></status>
</kw>
<msg timestamp="20181222 07:50:56.577" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181222 07:50:56.577" starttime="20181222 07:50:56.210"></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="20181222 07:50:56.578" starttime="20181222 07:50:56.578"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.578" starttime="20181222 07:50:56.209"></status>
</kw>
<status status="PASS" endtime="20181222 07:50:56.578" starttime="20181222 07:50:55.470"></status>
</kw>
<msg timestamp="20181222 07:50:56.579" level="INFO">@{conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181222 07:50:56.579" starttime="20181222 07:50:55.469"></status>
</kw>
<msg timestamp="20181222 07:50:56.579" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181222 07:50:56.579" starttime="20181222 07:50:55.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>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181222 07:50:56.580" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181222 07:50:56.580" starttime="20181222 07:50:56.579"></status>
</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="20181222 07:50:56.582" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:56.582" starttime="20181222 07:50:56.582"></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="20181222 07:50:56.584" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181222 07:50:56.611" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:50:59.007" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:50:59.008" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:50:59.008" starttime="20181222 07:50:56.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="20181222 07:50:59.010" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:50:59.010" starttime="20181222 07:50:59.009"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:50:59.011" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:50:59.011" starttime="20181222 07:50:59.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="20181222 07:50:59.013" starttime="20181222 07:50:59.012"></status>
</kw>
<msg timestamp="20181222 07:50:59.013" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:50:59.013" starttime="20181222 07:50:56.582"></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="20181222 07:50:59.014" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:50:59.014" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:50:59.017" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:59.017" starttime="20181222 07:50:59.013"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:50:59.019" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:50:59.020" starttime="20181222 07:50:59.019"></status>
</kw>
<msg timestamp="20181222 07:50:59.020" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:59.020" starttime="20181222 07:50:56.581"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181222 07:50:59.021" starttime="20181222 07:50:59.021"></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="20181222 07:50:59.024" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:50:59.024" starttime="20181222 07:50:59.023"></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="20181222 07:50:59.027" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181222 07:50:59.048" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:02.790" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:02.790" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:02.790" starttime="20181222 07:50:59.026"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:02.791" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:02.792" starttime="20181222 07:51:02.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="20181222 07:51:02.792" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:02.792" starttime="20181222 07:51:02.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="20181222 07:51:02.793" starttime="20181222 07:51:02.792"></status>
</kw>
<msg timestamp="20181222 07:51:02.793" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:51:02.793" starttime="20181222 07:50:59.024"></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="20181222 07:51:02.794" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:51:02.794" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:51:02.794" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:02.794" starttime="20181222 07:51:02.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:51:02.795" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:02.795" starttime="20181222 07:51:02.794"></status>
</kw>
<msg timestamp="20181222 07:51:02.795" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:02.795" starttime="20181222 07:50:59.022"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181222 07:51:02.795" starttime="20181222 07:51:02.795"></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="20181222 07:51:02.797" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:02.797" starttime="20181222 07:51:02.796"></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="20181222 07:51:02.798" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181222 07:51:02.825" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:05.362" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:05.363" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:05.363" starttime="20181222 07:51:02.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="20181222 07:51:05.365" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:05.365" starttime="20181222 07:51:05.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="20181222 07:51:05.367" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:05.367" starttime="20181222 07:51:05.366"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:05.368" starttime="20181222 07:51:05.367"></status>
</kw>
<msg timestamp="20181222 07:51:05.369" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:51:05.369" starttime="20181222 07:51:02.797"></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="20181222 07:51:05.370" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:51:05.370" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:51:05.370" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:05.371" starttime="20181222 07:51:05.370"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:51:05.371" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:05.372" starttime="20181222 07:51:05.371"></status>
</kw>
<msg timestamp="20181222 07:51:05.372" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:05.372" starttime="20181222 07:51:02.796"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181222 07:51:05.373" starttime="20181222 07:51:05.372"></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="20181222 07:51:05.375" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:05.375" starttime="20181222 07:51:05.374"></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="20181222 07:51:05.378" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181222 07:51:05.407" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:07.945" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:07.946" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:07.946" starttime="20181222 07:51:05.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="20181222 07:51:07.947" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:07.947" starttime="20181222 07:51:07.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="20181222 07:51:07.949" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:07.949" starttime="20181222 07:51:07.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="20181222 07:51:07.951" starttime="20181222 07:51:07.950"></status>
</kw>
<msg timestamp="20181222 07:51:07.951" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:51:07.951" starttime="20181222 07:51:05.375"></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="20181222 07:51:07.952" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:51:07.952" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:51:07.952" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:07.952" starttime="20181222 07:51:07.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:51:07.953" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:51:07.953" starttime="20181222 07:51:07.952"></status>
</kw>
<msg timestamp="20181222 07:51:07.953" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:07.953" starttime="20181222 07:51:05.373"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181222 07:51:07.953" starttime="20181222 07:51:07.953"></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="20181222 07:51:07.954" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:07.954" starttime="20181222 07:51:07.954"></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="20181222 07:51:07.956" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181222 07:51:07.976" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:10.445" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:10.445" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:10.445" starttime="20181222 07:51:07.955"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:10.446" level="INFO">[
  {
    "Subnets": "efaf0f42-1e23-4906-a1db-f5def9de0dac", 
    "ID": "fabaf5e5-91e8-452d-951f-4a659655a5af", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181222 07:51:10.446" starttime="20181222 07:51:10.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="20181222 07:51:10.447" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:10.447" starttime="20181222 07:51:10.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="20181222 07:51:10.448" starttime="20181222 07:51:10.447"></status>
</kw>
<msg timestamp="20181222 07:51:10.448" level="INFO">${json} = [
  {
    "Subnets": "efaf0f42-1e23-4906-a1db-f5def9de0dac", 
    "ID": "fabaf5e5-91e8-452d-951f-4a659655a5af", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181222 07:51:10.448" starttime="20181222 07:51:07.955"></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="20181222 07:51:10.449" level="INFO">To JSON using : content=[
  {
    "Subnets": "efaf0f42-1e23-4906-a1db-f5def9de0dac", 
    "ID": "fabaf5e5-91e8-452d-951f-4a659655a5af", 
    "Name": "external"
  }
] </msg>
<msg timestamp="20181222 07:51:10.449" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:51:10.449" level="INFO">@{list} = [ {u'Subnets': u'efaf0f42-1e23-4906-a1db-f5def9de0dac', u'ID': u'fabaf5e5-91e8-452d-951f-4a659655a5af', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181222 07:51:10.449" starttime="20181222 07:51:10.448"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:51:10.450" level="INFO">[{u'Subnets': u'efaf0f42-1e23-4906-a1db-f5def9de0dac', u'ID': u'fabaf5e5-91e8-452d-951f-4a659655a5af', u'Name': u'external'}]</msg>
<status status="PASS" endtime="20181222 07:51:10.450" starttime="20181222 07:51:10.449"></status>
</kw>
<msg timestamp="20181222 07:51:10.450" level="INFO">@{networks} = [ {u'Subnets': u'efaf0f42-1e23-4906-a1db-f5def9de0dac', u'ID': u'fabaf5e5-91e8-452d-951f-4a659655a5af', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181222 07:51:10.450" starttime="20181222 07:51:07.953"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'efaf0f42-1e23-4906-a1db-f5def9de0dac', u'ID': u'fabaf5e5-91e8-452d-951f-4a659655a5af', 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="20181222 07:51:10.459" level="INFO">Starting process:
openstack subnet delete efaf0f42-1e23-4906-a1db-f5def9de0dac</msg>
<msg timestamp="20181222 07:51:10.480" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:14.005" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:14.005" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:14.006" starttime="20181222 07:51: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="20181222 07:51:14.007" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:14.007" starttime="20181222 07:51:14.006"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:14.007" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:14.007" starttime="20181222 07:51:14.007"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:14.008" starttime="20181222 07:51:14.008"></status>
</kw>
<msg timestamp="20181222 07:51:14.009" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:14.009" starttime="20181222 07:51:10.459"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:14.009" starttime="20181222 07:51:10.451"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:14.009" starttime="20181222 07:51:10.451"></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="20181222 07:51:14.022" level="INFO">Starting process:
openstack network delete fabaf5e5-91e8-452d-951f-4a659655a5af</msg>
<msg timestamp="20181222 07:51:14.043" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:17.918" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:17.919" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:17.919" starttime="20181222 07:51:14.021"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:17.920" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:17.920" starttime="20181222 07:51:17.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="20181222 07:51:17.921" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:17.921" starttime="20181222 07:51:17.920"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:17.921" starttime="20181222 07:51:17.921"></status>
</kw>
<msg timestamp="20181222 07:51:17.922" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:17.922" starttime="20181222 07:51:14.020"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:17.922" starttime="20181222 07:51:14.010"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:17.922" starttime="20181222 07:51:14.009"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:17.922" starttime="20181222 07:51:10.450"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:17.922" starttime="20181222 07:51:10.450"></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="20181222 07:51:17.924" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:51:17.924" starttime="20181222 07:51:17.924"></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="20181222 07:51:17.925" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181222 07:51:17.959" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:20.671" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:20.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:20.671" starttime="20181222 07:51:17.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="20181222 07:51:20.673" level="INFO">[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181222 07:51:20.673" starttime="20181222 07:51:20.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="20181222 07:51:20.673" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:20.673" starttime="20181222 07:51:20.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="20181222 07:51:20.674" starttime="20181222 07:51:20.674"></status>
</kw>
<msg timestamp="20181222 07:51:20.675" level="INFO">${json} = [
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181222 07:51:20.675" starttime="20181222 07:51:17.924"></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="20181222 07:51:20.676" level="INFO">To JSON using : content=[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181222 07:51:20.676" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:51:20.676" level="INFO">@{list} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 07:51:20.676" starttime="20181222 07:51:20.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="20181222 07:51:20.677" level="INFO">[{u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}, {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}]</msg>
<status status="PASS" endtime="20181222 07:51:20.677" starttime="20181222 07:51:20.676"></status>
</kw>
<msg timestamp="20181222 07:51:20.677" level="INFO">@{security_groups} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 07:51:20.677" starttime="20181222 07:51:17.923"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}">
<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="20181222 07:51:20.679" starttime="20181222 07:51:20.678"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:20.679" starttime="20181222 07:51:20.678"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}">
<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="20181222 07:51:20.680" starttime="20181222 07:51:20.679"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:20.680" starttime="20181222 07:51:20.679"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:20.680" starttime="20181222 07:51:20.677"></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="20181222 07:51:20.682" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181222 07:51:20.682" starttime="20181222 07:51:20.681"></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="20181222 07:51:20.693" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181222 07:51:20.719" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:24.099" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:24.100" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:24.100" starttime="20181222 07:51:20.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="20181222 07:51:24.101" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:24.101" starttime="20181222 07:51:24.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="20181222 07:51:24.102" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:24.102" starttime="20181222 07:51:24.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="20181222 07:51:24.103" starttime="20181222 07:51:24.103"></status>
</kw>
<msg timestamp="20181222 07:51:24.104" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:24.104" starttime="20181222 07:51:20.692"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:24.104" starttime="20181222 07:51:20.682"></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="20181222 07:51:24.119" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181222 07:51:24.140" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:26.317" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:26.317" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:26.317" starttime="20181222 07:51:24.118"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:26.319" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:26.319" starttime="20181222 07:51:26.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="20181222 07:51:26.320" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:26.320" starttime="20181222 07:51:26.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="20181222 07:51:26.321" starttime="20181222 07:51:26.320"></status>
</kw>
<msg timestamp="20181222 07:51:26.322" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:26.322" starttime="20181222 07:51:24.117"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:26.322" starttime="20181222 07:51:24.104"></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="20181222 07:51:26.333" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181222 07:51:26.372" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:28.465" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:28.466" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:28.466" starttime="20181222 07:51:26.333"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:28.467" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:28.467" starttime="20181222 07:51:28.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="20181222 07:51:28.467" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:28.468" starttime="20181222 07:51:28.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="20181222 07:51:28.468" starttime="20181222 07:51:28.468"></status>
</kw>
<msg timestamp="20181222 07:51:28.469" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:28.469" starttime="20181222 07:51:26.332"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:28.469" starttime="20181222 07:51:26.322"></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="20181222 07:51:28.480" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181222 07:51:28.504" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:31.116" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:31.117" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:31.117" starttime="20181222 07:51:28.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="20181222 07:51:31.118" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:31.118" starttime="20181222 07:51:31.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="20181222 07:51:31.119" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:31.119" starttime="20181222 07:51:31.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="20181222 07:51:31.119" starttime="20181222 07:51:31.119"></status>
</kw>
<msg timestamp="20181222 07:51:31.120" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:31.120" starttime="20181222 07:51:28.477"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:31.120" starttime="20181222 07:51:28.469"></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="20181222 07:51:31.129" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181222 07:51:31.163" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:33.765" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:33.765" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:33.765" starttime="20181222 07:51:31.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:33.766" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 4a2f90af-d183-47be-9bb6-34a424df6ca6 | default | Default security group | 43d5250bf1cc4643bdce886e771097cb |
| 85374a30-1fb2-4159-9221-eeb3c09bd09d | default | Default security group | 2d1119acee4b4132b2e8b4b404322ee5 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:33.767" starttime="20181222 07:51:33.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="20181222 07:51:33.767" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:33.767" starttime="20181222 07:51:33.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="20181222 07:51:33.768" starttime="20181222 07:51:33.768"></status>
</kw>
<msg timestamp="20181222 07:51:33.769" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181222 07:51:33.769" starttime="20181222 07:51:31.128"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:33.769" starttime="20181222 07:51:31.120"></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="20181222 07:51:33.778" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181222 07:51:33.814" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:36.189" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:36.189" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:36.189" starttime="20181222 07:51:33.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="20181222 07:51:36.190" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 07f08b69-dea3-456b-993e-1dd2eac28834 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 08eb08bf-68ad-4d2a-a064-9f5f8376dd65 | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| 27717a38-3a11-4963-b299-3674f9bbebd8 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 4e56f9ce-ddbf-4155-a1af-7a7206b6d62f | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| a4737060-e6fb-4f26-b3fc-4106db5694b1 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| d0304e8a-7f0f-4514-8a12-45d41d77dfbe | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e25007ba-b679-4260-91ea-544bf1e68680 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e4f55e48-f31e-4732-be83-7f86cbeb1b6e | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:36.190" starttime="20181222 07:51:36.190"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:36.191" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:36.191" starttime="20181222 07:51:36.191"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:36.191" starttime="20181222 07:51:36.191"></status>
</kw>
<msg timestamp="20181222 07:51:36.192" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181222 07:51:36.192" starttime="20181222 07:51:33.777"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:36.192" starttime="20181222 07:51:33.769"></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="20181222 07:51:36.203" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181222 07:51:36.222" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:38.810" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:38.811" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:38.811" starttime="20181222 07:51:36.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="20181222 07:51:38.812" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:38.813" starttime="20181222 07:51:38.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="20181222 07:51:38.813" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:38.813" starttime="20181222 07:51:38.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="20181222 07:51:38.815" starttime="20181222 07:51:38.814"></status>
</kw>
<msg timestamp="20181222 07:51:38.815" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:38.815" starttime="20181222 07:51:36.202"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:38.815" starttime="20181222 07:51:36.192"></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="20181222 07:51:38.827" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181222 07:51:38.856" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:41.225" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:41.226" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:41.226" starttime="20181222 07:51:38.826"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.227" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:41.227" starttime="20181222 07:51:41.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="20181222 07:51:41.228" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:41.228" starttime="20181222 07:51:41.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="20181222 07:51:41.228" starttime="20181222 07:51:41.228"></status>
</kw>
<msg timestamp="20181222 07:51:41.229" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:51:38.825"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:51:38.815"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:51:20.682"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:51:20.681"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:50:56.581"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.229" starttime="20181222 07:50:56.580"></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} = 31">
<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="20181222 07:51:41.231" starttime="20181222 07:51:41.231"></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="20181222 07:51:41.232" 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="20181222 07:51:41.232" starttime="20181222 07:51:41.231"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.233" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.233" starttime="20181222 07:51:41.233"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.234" starttime="20181222 07:51:41.234"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.235" starttime="20181222 07:51:41.234"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.242" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.242" starttime="20181222 07:51:41.235"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.289" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.289" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.289" starttime="20181222 07:51:41.242"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.289" starttime="20181222 07:51:41.232"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.289" starttime="20181222 07:51:41.232"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.291" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.291" starttime="20181222 07:51:41.291"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.291" starttime="20181222 07:51:41.291"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.292" starttime="20181222 07:51:41.292"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.295" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.295" starttime="20181222 07:51:41.292"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.319" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.319" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.319" starttime="20181222 07:51:41.295"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.319" starttime="20181222 07:51:41.290"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.319" starttime="20181222 07:51:41.290"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.321" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.321" starttime="20181222 07:51:41.320"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.321" starttime="20181222 07:51:41.321"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.321" starttime="20181222 07:51:41.321"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.324" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.324" starttime="20181222 07:51:41.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="20181222 07:51:41.351" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.351" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.351" starttime="20181222 07:51:41.325"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.352" starttime="20181222 07:51:41.320"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.352" starttime="20181222 07:51:41.320"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.353" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.353" starttime="20181222 07:51:41.353"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.353" starttime="20181222 07:51:41.353"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.354" starttime="20181222 07:51:41.353"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.356" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.357" starttime="20181222 07:51:41.354"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.377" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.377" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.377" starttime="20181222 07:51:41.357"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.377" starttime="20181222 07:51:41.352"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.378" starttime="20181222 07:51:41.352"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.379" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.379" starttime="20181222 07:51:41.378"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.379" starttime="20181222 07:51:41.379"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.379" starttime="20181222 07:51:41.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="20181222 07:51:41.382" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.382" starttime="20181222 07:51:41.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="20181222 07:51:41.401" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.401" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.401" starttime="20181222 07:51:41.382"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.402" starttime="20181222 07:51:41.378"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.402" starttime="20181222 07:51:41.378"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.403" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.403" starttime="20181222 07:51:41.403"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.404" starttime="20181222 07:51:41.403"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.404" starttime="20181222 07:51:41.404"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.407" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.407" starttime="20181222 07:51:41.404"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.428" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.428" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.428" starttime="20181222 07:51:41.407"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.429" starttime="20181222 07:51:41.402"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.429" starttime="20181222 07:51:41.402"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.430" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.431" starttime="20181222 07:51:41.430"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.431" starttime="20181222 07:51:41.431"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.432" starttime="20181222 07:51:41.432"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.435" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.435" starttime="20181222 07:51:41.432"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.452" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.452" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.452" starttime="20181222 07:51:41.435"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.453" starttime="20181222 07:51:41.429"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.453" starttime="20181222 07:51:41.429"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.454" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.454" starttime="20181222 07:51:41.454"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.455" starttime="20181222 07:51:41.454"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.455" starttime="20181222 07:51:41.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="20181222 07:51:41.458" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.458" starttime="20181222 07:51:41.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="20181222 07:51:41.474" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.474" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.474" starttime="20181222 07:51:41.458"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.474" starttime="20181222 07:51:41.453"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.474" starttime="20181222 07:51:41.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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.475" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.475" starttime="20181222 07:51:41.475"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.476" starttime="20181222 07:51:41.475"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.476" starttime="20181222 07:51:41.476"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.478" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.479" starttime="20181222 07:51:41.476"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.496" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.496" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.496" starttime="20181222 07:51:41.479"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.496" starttime="20181222 07:51:41.474"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.496" starttime="20181222 07:51:41.474"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.497" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.497" starttime="20181222 07:51:41.497"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.498" starttime="20181222 07:51:41.497"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.498" starttime="20181222 07:51:41.498"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.500" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.500" starttime="20181222 07:51:41.498"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.517" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.518" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.518" starttime="20181222 07:51:41.501"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.518" starttime="20181222 07:51:41.496"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.518" starttime="20181222 07:51:41.496"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.518" starttime="20181222 07:51:41.232"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.519" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 07:51:41.519" starttime="20181222 07:51:41.519"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.519" starttime="20181222 07:51:41.519"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.520" starttime="20181222 07:51:41.519"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.522" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181222 07:51:41.522" starttime="20181222 07:51:41.520"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.600" 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_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-2 ~]$</msg>
<msg timestamp="20181222 07:51:41.600" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 07:51:41.600" starttime="20181222 07:51:41.522"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.601" starttime="20181222 07:51:41.518"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.601" starttime="20181222 07:51:41.230"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.601" starttime="20181222 07:51:41.230"></status>
</kw>
<kw type="foritem" name="${conn_id} = 32">
<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="20181222 07:51:41.603" starttime="20181222 07:51:41.602"></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="20181222 07:51:41.605" 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="20181222 07:51:41.605" starttime="20181222 07:51:41.604"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.607" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.607" starttime="20181222 07:51:41.607"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.608" starttime="20181222 07:51:41.608"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.609" starttime="20181222 07:51:41.608"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.615" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.615" starttime="20181222 07:51:41.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="20181222 07:51:41.640" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.641" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.641" starttime="20181222 07:51:41.615"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.641" starttime="20181222 07:51:41.606"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.641" starttime="20181222 07:51:41.605"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.642" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.643" starttime="20181222 07:51:41.642"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.643" starttime="20181222 07:51:41.643"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.644" starttime="20181222 07:51:41.643"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.646" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.646" starttime="20181222 07:51:41.644"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.666" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.666" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.666" starttime="20181222 07:51:41.647"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.666" starttime="20181222 07:51:41.641"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.667" starttime="20181222 07:51:41.641"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.668" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.668" starttime="20181222 07:51:41.668"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.668" starttime="20181222 07:51:41.668"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.669" starttime="20181222 07:51:41.669"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.672" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.672" starttime="20181222 07:51:41.669"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.688" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.688" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.688" starttime="20181222 07:51:41.672"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.688" starttime="20181222 07:51:41.667"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.688" starttime="20181222 07:51:41.667"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.690" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.690" starttime="20181222 07:51:41.689"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.690" starttime="20181222 07:51:41.690"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.691" starttime="20181222 07:51:41.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="20181222 07:51:41.693" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.693" starttime="20181222 07:51:41.691"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.710" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.710" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.710" starttime="20181222 07:51:41.694"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.710" starttime="20181222 07:51:41.689"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.710" starttime="20181222 07:51:41.689"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.713" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.713" starttime="20181222 07:51:41.712"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.713" starttime="20181222 07:51:41.713"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.714" starttime="20181222 07:51:41.713"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.716" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.716" starttime="20181222 07:51:41.714"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.732" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.732" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.732" starttime="20181222 07:51:41.717"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.733" starttime="20181222 07:51:41.711"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.733" starttime="20181222 07:51:41.710"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.734" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.734" starttime="20181222 07:51:41.733"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.734" starttime="20181222 07:51:41.734"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.735" starttime="20181222 07:51:41.734"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.737" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.737" starttime="20181222 07:51:41.735"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.755" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.755" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.755" starttime="20181222 07:51:41.737"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.756" starttime="20181222 07:51:41.733"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.756" starttime="20181222 07:51:41.733"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.757" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.757" starttime="20181222 07:51:41.756"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.757" starttime="20181222 07:51:41.757"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.758" starttime="20181222 07:51:41.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="20181222 07:51:41.760" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.760" starttime="20181222 07:51:41.758"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.776" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.776" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.776" starttime="20181222 07:51:41.760"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.777" starttime="20181222 07:51:41.756"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.777" starttime="20181222 07:51:41.756"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.778" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.778" starttime="20181222 07:51:41.777"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.778" starttime="20181222 07:51:41.778"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.779" starttime="20181222 07:51:41.778"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.781" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.781" starttime="20181222 07:51:41.779"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.802" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.802" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.802" starttime="20181222 07:51:41.782"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.802" starttime="20181222 07:51:41.777"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.802" starttime="20181222 07:51:41.777"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.803" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.803" starttime="20181222 07:51:41.803"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.803" starttime="20181222 07:51:41.803"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.804" starttime="20181222 07:51:41.804"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.806" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.806" starttime="20181222 07:51:41.804"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.821" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.821" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.821" starttime="20181222 07:51:41.807"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.821" starttime="20181222 07:51:41.802"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.821" starttime="20181222 07:51:41.802"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.822" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.822" starttime="20181222 07:51:41.822"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.822" starttime="20181222 07:51:41.822"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.823" starttime="20181222 07:51:41.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="20181222 07:51:41.825" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.825" starttime="20181222 07:51:41.823"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.840" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.840" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.840" starttime="20181222 07:51:41.825"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.840" starttime="20181222 07:51:41.821"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.841" starttime="20181222 07:51:41.821"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.841" starttime="20181222 07:51:41.605"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.841" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 07:51:41.842" starttime="20181222 07:51:41.841"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.842" starttime="20181222 07:51:41.842"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.842" starttime="20181222 07:51:41.842"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.844" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181222 07:51:41.844" starttime="20181222 07:51:41.843"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.906" 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_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-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:51:41.906" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 07:51:41.906" starttime="20181222 07:51:41.845"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.907" starttime="20181222 07:51:41.841"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.907" starttime="20181222 07:51:41.602"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.907" starttime="20181222 07:51:41.601"></status>
</kw>
<kw type="foritem" name="${conn_id} = 33">
<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="20181222 07:51:41.908" starttime="20181222 07:51:41.908"></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="20181222 07:51:41.909" 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="20181222 07:51:41.909" starttime="20181222 07:51:41.908"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.910" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.910" starttime="20181222 07:51:41.910"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.911" starttime="20181222 07:51:41.911"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.911" starttime="20181222 07:51:41.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="20181222 07:51:41.916" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.916" starttime="20181222 07:51:41.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="20181222 07:51:41.940" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:41.941" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.941" starttime="20181222 07:51:41.916"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.941" starttime="20181222 07:51:41.909"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.941" starttime="20181222 07:51:41.909"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.943" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.943" starttime="20181222 07:51:41.942"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.944" starttime="20181222 07:51:41.943"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.944" starttime="20181222 07:51:41.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="20181222 07:51:41.947" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.948" starttime="20181222 07:51:41.945"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.965" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:41.965" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.965" starttime="20181222 07:51:41.948"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.965" starttime="20181222 07:51:41.941"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.965" starttime="20181222 07:51:41.941"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.967" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.967" starttime="20181222 07:51:41.967"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.968" starttime="20181222 07:51:41.967"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.968" starttime="20181222 07:51:41.968"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.971" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.971" starttime="20181222 07:51:41.968"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:41.989" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:41.989" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:41.989" starttime="20181222 07:51:41.972"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.989" starttime="20181222 07:51:41.966"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:41.989" starttime="20181222 07:51:41.966"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.991" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.991" starttime="20181222 07:51:41.990"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:41.991" starttime="20181222 07:51:41.991"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:41.992" starttime="20181222 07:51:41.991"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:41.994" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:41.994" starttime="20181222 07:51:41.992"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.010" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.010" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.010" starttime="20181222 07:51:41.994"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.010" starttime="20181222 07:51:41.990"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.010" starttime="20181222 07:51:41.989"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.011" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.012" starttime="20181222 07:51:42.011"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.012" starttime="20181222 07:51:42.012"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.013" starttime="20181222 07:51:42.012"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.015" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.015" starttime="20181222 07:51: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="20181222 07:51:42.034" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.035" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.035" starttime="20181222 07:51:42.016"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.035" starttime="20181222 07:51:42.011"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.035" starttime="20181222 07:51:42.010"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.036" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.036" starttime="20181222 07:51:42.036"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.037" starttime="20181222 07:51:42.036"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.037" starttime="20181222 07:51:42.037"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.039" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.039" starttime="20181222 07:51:42.037"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.053" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.053" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.053" starttime="20181222 07:51:42.040"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.054" starttime="20181222 07:51:42.035"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.054" starttime="20181222 07:51:42.035"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.055" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.055" starttime="20181222 07:51:42.055"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.056" starttime="20181222 07:51:42.055"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.056" starttime="20181222 07:51:42.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="20181222 07:51:42.059" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.059" starttime="20181222 07:51:42.056"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.074" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.074" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.074" starttime="20181222 07:51:42.059"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.074" starttime="20181222 07:51:42.054"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.074" starttime="20181222 07:51:42.054"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.075" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.075" starttime="20181222 07:51:42.075"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.076" starttime="20181222 07:51:42.076"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.076" starttime="20181222 07:51:42.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="20181222 07:51:42.078" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.078" starttime="20181222 07:51:42.076"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.094" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.094" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.094" starttime="20181222 07:51:42.079"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.094" starttime="20181222 07:51:42.074"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.094" starttime="20181222 07:51:42.074"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.095" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.095" starttime="20181222 07:51:42.095"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.096" starttime="20181222 07:51:42.095"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.096" starttime="20181222 07:51:42.096"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.098" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.098" starttime="20181222 07:51:42.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="20181222 07:51:42.113" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.113" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.113" starttime="20181222 07:51:42.099"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.114" starttime="20181222 07:51:42.094"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.114" starttime="20181222 07:51:42.094"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.115" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.115" starttime="20181222 07:51:42.115"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.115" starttime="20181222 07:51:42.115"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.116" starttime="20181222 07:51:42.115"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.118" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 07:51:42.118" starttime="20181222 07:51:42.116"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.135" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.135" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:42.135" starttime="20181222 07:51:42.118"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.135" starttime="20181222 07:51:42.114"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.135" starttime="20181222 07:51:42.114"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.135" starttime="20181222 07:51:41.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>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.136" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 07:51:42.137" starttime="20181222 07:51:42.136"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:42.137" starttime="20181222 07:51:42.137"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:51:42.137" starttime="20181222 07:51:42.137"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.139" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181222 07:51:42.140" starttime="20181222 07:51:42.138"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:51:42.205" 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_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-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:51:42.205" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 07:51:42.205" starttime="20181222 07:51:42.140"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.205" starttime="20181222 07:51:42.136"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.205" starttime="20181222 07:51:41.907"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.205" starttime="20181222 07:51:41.907"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.206" starttime="20181222 07:51:41.230"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.206" starttime="20181222 07:51:41.229"></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="20181222 07:51:42.216" level="FAIL">File '/tmp/validations.txt' does not exist.</msg>
<status status="FAIL" endtime="20181222 07:51:42.217" starttime="20181222 07:51:42.216"></status>
</kw>
<msg timestamp="20181222 07:51:42.217" level="INFO">${status} = False</msg>
<status status="PASS" endtime="20181222 07:51:42.217" starttime="20181222 07:51:42.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>"${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="20181222 07:51:42.218" 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="20181222 07:51:42.218" starttime="20181222 07:51:42.218"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.218" starttime="20181222 07:51:42.217"></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="20181222 07:51:42.219" 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="20181222 07:51:42.219" starttime="20181222 07:51:42.218"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.219" starttime="20181222 07:51:42.214"></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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 07:51:42.232" starttime="20181222 07:51:42.231"></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="20181222 07:51:42.232" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:51:42.534" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:51:42.534" starttime="20181222 07:51:42.232"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.603" level="INFO">@root&gt;showSvcStatus -n 192.0.2.15</msg>
<status status="PASS" endtime="20181222 07:51:42.604" starttime="20181222 07:51:42.534"></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="20181222 07:51:42.668" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:51:42.668" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            :...</msg>
<status status="PASS" endtime="20181222 07:51:42.668" starttime="20181222 07:51:42.604"></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="20181222 07:51:42.713" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:51:42.713" starttime="20181222 07:51:42.668"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:42.715" starttime="20181222 07:51:42.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="20181222 07:51:42.715" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:51:42.715" starttime="20181222 07:51:42.715"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.716" starttime="20181222 07:51:42.230"></status>
</kw>
<msg timestamp="20181222 07:51:42.716" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            :...</msg>
<status status="PASS" endtime="20181222 07:51:42.716" starttime="20181222 07:51:42.223"></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="20181222 07:51:42.716" starttime="20181222 07:51:42.716"></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="20181222 07:51:42.717" starttime="20181222 07:51:42.717"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.717" starttime="20181222 07:51:42.717"></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="20181222 07:51:42.718" starttime="20181222 07:51:42.718"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.718" starttime="20181222 07:51:42.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="20181222 07:51:42.719" starttime="20181222 07:51:42.718"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.719" starttime="20181222 07:51:42.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="20181222 07:51:42.720" starttime="20181222 07:51:42.719"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.720" starttime="20181222 07:51:42.719"></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="20181222 07:51:42.720" starttime="20181222 07:51:42.720"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.720" starttime="20181222 07:51:42.720"></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="20181222 07:51:42.721" starttime="20181222 07:51:42.721"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.721" starttime="20181222 07:51:42.720"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.721" starttime="20181222 07:51:42.716"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.721" starttime="20181222 07:51:42.222"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:42.721" starttime="20181222 07:51:42.222"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 07:51:42.731" starttime="20181222 07:51:42.730"></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="20181222 07:51:42.731" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:51:42.927" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:51:42.927" starttime="20181222 07:51:42.731"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:42.985" level="INFO">@root&gt;showSvcStatus -n 192.0.2.23</msg>
<status status="PASS" endtime="20181222 07:51:42.986" starttime="20181222 07:51:42.928"></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="20181222 07:51:43.045" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:51:43.045" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 07:51:43.045" starttime="20181222 07:51:42.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="20181222 07:51:43.090" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:51:43.090" starttime="20181222 07:51:43.046"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:43.093" starttime="20181222 07:51:43.091"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:51:43.093" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:51:43.094" starttime="20181222 07:51:43.093"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.094" starttime="20181222 07:51:42.730"></status>
</kw>
<msg timestamp="20181222 07:51:43.094" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:42 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 07:51:43.094" starttime="20181222 07:51:42.722"></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="20181222 07:51:43.095" starttime="20181222 07:51:43.094"></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="20181222 07:51:43.096" starttime="20181222 07:51:43.096"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.096" starttime="20181222 07:51:43.095"></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="20181222 07:51:43.097" starttime="20181222 07:51:43.097"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.097" starttime="20181222 07:51:43.096"></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="20181222 07:51:43.098" starttime="20181222 07:51:43.098"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.098" starttime="20181222 07:51:43.097"></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="20181222 07:51:43.100" starttime="20181222 07:51:43.099"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.100" starttime="20181222 07:51:43.099"></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="20181222 07:51:43.101" starttime="20181222 07:51:43.100"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.101" starttime="20181222 07:51:43.100"></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="20181222 07:51:43.102" starttime="20181222 07:51:43.101"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.102" starttime="20181222 07:51:43.101"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.102" starttime="20181222 07:51:43.095"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.102" starttime="20181222 07:51:42.722"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.102" starttime="20181222 07:51:42.721"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 07:51:43.117" starttime="20181222 07:51:43.116"></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="20181222 07:51:43.117" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:51:43.318" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:51:43.318" starttime="20181222 07:51:43.117"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:51:43.377" level="INFO">@root&gt;showSvcStatus -n 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:51:43.377" starttime="20181222 07:51:43.319"></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="20181222 07:51:43.417" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:43 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:51:43.417" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:43 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 07:51:43.417" starttime="20181222 07:51:43.378"></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="20181222 07:51:43.462" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:51:43.462" starttime="20181222 07:51:43.418"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:43.464" starttime="20181222 07:51:43.463"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:51:43.465" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:43 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:51:43.465" starttime="20181222 07:51:43.464"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.465" starttime="20181222 07:51:43.115"></status>
</kw>
<msg timestamp="20181222 07:51:43.465" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 07:51:43 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 07:51:43.465" starttime="20181222 07:51:43.104"></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="20181222 07:51:43.465" starttime="20181222 07:51:43.465"></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="20181222 07:51:43.466" starttime="20181222 07:51:43.466"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.466" starttime="20181222 07:51:43.466"></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="20181222 07:51:43.467" starttime="20181222 07:51:43.466"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.467" starttime="20181222 07:51:43.466"></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="20181222 07:51:43.467" starttime="20181222 07:51:43.467"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.467" starttime="20181222 07:51:43.467"></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="20181222 07:51:43.468" starttime="20181222 07:51:43.468"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.468" starttime="20181222 07:51:43.467"></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="20181222 07:51:43.469" starttime="20181222 07:51:43.468"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.469" starttime="20181222 07:51:43.468"></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="20181222 07:51:43.469" starttime="20181222 07:51:43.469"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.469" starttime="20181222 07:51:43.469"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.469" starttime="20181222 07:51:43.466"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.469" starttime="20181222 07:51:43.103"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.469" starttime="20181222 07:51:43.102"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.470" starttime="20181222 07:51:42.221"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.470" starttime="20181222 07:51:42.221"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.470" starttime="20181222 07:51:42.221"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.470" starttime="20181222 07:51:42.220"></status>
</kw>
<msg timestamp="20181222 07:51:43.470" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:43.470" starttime="20181222 07:51:42.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>"${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="20181222 07:51:43.478" 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="20181222 07:51:43.478" starttime="20181222 07:51:43.478"></status>
</kw>
<msg timestamp="20181222 07:51:43.478" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:43.478" starttime="20181222 07:51:43.478"></status>
</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="20181222 07:51:43.479" starttime="20181222 07:51:43.479"></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="20181222 07:51:43.479" 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="20181222 07:51:43.479" starttime="20181222 07:51:43.479"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.480" starttime="20181222 07:51:43.477"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.480" starttime="20181222 07:51:43.470"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.480" starttime="20181222 07:51:42.219"></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="20181222 07:51:43.481" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181222 07:51:43.481" starttime="20181222 07:51:43.481"></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="20181222 07:51:43.490" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181222 07:51:43.490" starttime="20181222 07:51:43.482"></status>
</kw>
<msg timestamp="20181222 07:51:43.490" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 07:51:43.490" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181222 07:51:43.490" starttime="20181222 07:51:43.482"></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="20181222 07:51:43.490" starttime="20181222 07:51:43.490"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.490" starttime="20181222 07:51:43.482"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.491" starttime="20181222 07:51:43.481"></status>
</kw>
<msg timestamp="20181222 07:51:43.491" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181222 07:51:43.491" starttime="20181222 07:51:43.481"></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="20181222 07:51:43.491" starttime="20181222 07:51:43.491"></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>
<status status="PASS" endtime="20181222 07:51:43.492" starttime="20181222 07:51:43.491"></status>
</kw>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>test_name=${SUITE_NAME}.Suite Setup</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<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="20181222 07:51:43.493" level="INFO">${tmpdir} = CSIT_L2_Suite_Setup</msg>
<status status="PASS" endtime="20181222 07:51:43.493" starttime="20181222 07:51:43.493"></status>
</kw>
<msg timestamp="20181222 07:51:43.493" level="INFO">${dstdir} = /tmp/CSIT_L2_Suite_Setup</msg>
<status status="PASS" endtime="20181222 07:51:43.493" starttime="20181222 07:51:43.492"></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="20181222 07:51:43.494" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2_Suite_Setup</msg>
<status status="PASS" endtime="20181222 07:51:43.494" starttime="20181222 07:51:43.494"></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="20181222 07:51:43.496" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2_Suite_Setup 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:51:43.963" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 07:51:43.963" level="INFO">${output} = 2018-12-22 07:51:43,847 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
2018-12-22 07:51:43,942 | INF | netvi...</msg>
<status status="PASS" endtime="20181222 07:51:43.963" starttime="20181222 07:51:43.494"></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="20181222 07:51:43.964" level="INFO">rc: 0, output: 2018-12-22 07:51:43,847 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
2018-12-22 07:51:43,942 | INF | netvirt.analyze      | 0318 | All tunnels are up
Analysing transport-zone:default-transport-zone
..All Tunnels are up</msg>
<status status="PASS" endtime="20181222 07:51:43.964" starttime="20181222 07:51:43.964"></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="20181222 07:51:43.965" starttime="20181222 07:51:43.964"></status>
</kw>
<msg timestamp="20181222 07:51:43.965" level="INFO">${output} = 2018-12-22 07:51:43,847 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
2018-12-22 07:51:43,942 | INF | netvi...</msg>
<status status="PASS" endtime="20181222 07:51:43.965" starttime="20181222 07:51:43.492"></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>All tunnels are up</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:43.965" starttime="20181222 07:51:43.965"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.965" starttime="20181222 07:51:43.480"></status>
</kw>
<msg timestamp="20181222 07:51:43.965" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:43.965" starttime="20181222 07:51:43.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>"${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="20181222 07:51:43.974" 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="20181222 07:51:43.974" starttime="20181222 07:51:43.974"></status>
</kw>
<msg timestamp="20181222 07:51:43.974" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:43.974" starttime="20181222 07:51:43.974"></status>
</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="20181222 07:51:43.975" starttime="20181222 07:51:43.975"></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="20181222 07:51:43.975" 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="20181222 07:51:43.975" starttime="20181222 07:51:43.975"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.976" starttime="20181222 07:51:43.973"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.976" starttime="20181222 07:51:43.966"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:43.976" starttime="20181222 07:51:43.480"></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="20181222 07:51:44.169" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181222 07:51:44.170" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:51:44.170" starttime="20181222 07:51:43.977"></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="20181222 07:51:44.249" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:128470671326236","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.128470671326236.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.128470671326236.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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,"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":"L3.128470671326236.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":23,"flow":[{"id":"L3.128470671326236.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"128470671326236.220.tunf128d08df5b.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":4352}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunf128d08df5b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun1b03ffe1e1e.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":5120}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":6144}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tunf0007d8b600.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.tunf0007d8b600","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun434623c4cec.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":4864}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun434623c4cec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":6144}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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,"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_128470671326236_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_128470671326236_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236","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_128470671326236","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":"Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236","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_128470671326236","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,"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":52,"flow":[{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"5060011284706713262362472:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":26488959139840,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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,"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,"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":"12847067132623651l2control01: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":"5160011284706713262362472:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"1284706713262360tunf128d08df5b","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:2"},"strict":false,"cookie":134217729,"flow-name":"tunf128d08df5b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":18691697672193,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tun1b03ffe1e1e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:4"},"strict":false,"cookie":134217729,"flow-name":"tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":21990232555521,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tunf0007d8b600","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:1"},"strict":false,"cookie":134217729,"flow-name":"tunf0007d8b600","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":15393162788865,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tun434623c4cec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:3"},"strict":false,"cookie":134217729,"flow-name":"tun434623c4cec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":20890720927745,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.128470671326236.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"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}}],"watch_port":4294967295}]},"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"}]},{"id":"openflow:80035509521015","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.80035509521015.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.80035509521015.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.80035509521015.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.80035509521015.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":23,"flow":[{"id":"L3.80035509521015.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"80035509521015.220.80035509521015: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":6400}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun495c4e9bfba.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":1792}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun495c4e9bfba","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tunb7e4b3b33f6.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":1536}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":6400}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015: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":"80035509521015.220.tun25ad0ecff7f.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.tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun131cf19c31c.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":2048}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun131cf19c31c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_80035509521015_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_80035509521015_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,"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":"Ingress_v4_Broadcast_80035509521015_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_80035509521015_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015","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_80035509521015","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,"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_80035509521015","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_80035509521015","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_80035509521015_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_80035509521015_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":52,"flow":[{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"506001800355095210152572:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":27588470767616,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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,"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,"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":"8003550952101551l2control01: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":"516001800355095210152572:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"800355095210150tun131cf19c31c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:2"},"strict":false,"cookie":134217729,"flow-name":"tun131cf19c31c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":8796093022209,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tunb7e4b3b33f6","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:4"},"strict":false,"cookie":134217729,"flow-name":"tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":6597069766657,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun495c4e9bfba","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:3"},"strict":false,"cookie":134217729,"flow-name":"tun495c4e9bfba","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":7696581394433,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun25ad0ecff7f","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:5"},"strict":false,"cookie":134217729,"flow-name":"tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":10995116277761,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.80035509521015.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"}]},{"id":"openflow:162795856468502","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.162795856468502.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.162795856468502.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.162795856468502.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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,"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":"L3.162795856468502.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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,"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,"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.162795856468502.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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.162795856468502.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"162795856468502.220.tun5dab709ae7e.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.tun5dab709ae7e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun1ffb9c80c23.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.tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun142c14601dd.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.tun142c14601dd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":5376}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502: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":"162795856468502.220.162795856468502: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":5376}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun4c2d349f04c.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.tun4c2d349f04c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502","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_162795856468502","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,"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_162795856468502","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_162795856468502","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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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":52,"flow":[{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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,"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,"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,"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":"16279585646850251l2control01: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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"1627958564685020tun5dab709ae7e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:2"},"strict":false,"cookie":134217729,"flow-name":"tun5dab709ae7e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun142c14601dd","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:5"},"strict":false,"cookie":134217729,"flow-name":"tun142c14601dd","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":13194139533313,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun1ffb9c80c23","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:3"},"strict":false,"cookie":134217729,"flow-name":"tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":2199023255553,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun4c2d349f04c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:4"},"strict":false,"cookie":134217729,"flow-name":"tun4c2d349f04c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":5497558138881,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.162795856468502.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:18536436985111","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.18536436985111.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.18536436985111.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.18536436985111.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.18536436985111.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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,"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_18536436985111_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_18536436985111_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,"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,"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,"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.18536436985111.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":23,"flow":[{"id":"L3.18536436985111.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"18536436985111.220.tun214059764a9.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":256}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun214059764a9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tun41ce5f00c8e.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.tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":5888}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tuncda06a2d94c.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.tuncda06a2d94c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":5888}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111: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":"18536436985111.220.tun7c2adfb4d8e.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.tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_L2_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111","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_18536436985111","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,"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_18536436985111","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_18536436985111","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_18536436985111_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_18536436985111_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"506001185364369851112372:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":25389447512064,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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,"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,"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":"1853643698511151l2control01: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":"516001185364369851112372:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"185364369851110tuncda06a2d94c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:3"},"strict":false,"cookie":134217729,"flow-name":"tuncda06a2d94c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":4398046511105,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun41ce5f00c8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:5"},"strict":false,"cookie":134217729,"flow-name":"tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":12094627905537,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun214059764a9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:2"},"strict":false,"cookie":134217729,"flow-name":"tun214059764a9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":1099511627777,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun7c2adfb4d8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:4"},"strict":false,"cookie":134217729,"flow-name":"tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":9895604649985,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.18536436985111.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:194174214523536","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.194174214523536.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.194174214523536.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.194174214523536.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.194174214523536.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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.194174214523536.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"194174214523536.220.tunc001a0f04f5.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.tunc001a0f04f5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tunc2ae3f10b8d.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.tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":5632}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun9ec20f827f9.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":4608}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun9ec20f827f9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun14aa3b718ec.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.tun14aa3b718ec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":5632}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536: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":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_L2_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536","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_194174214523536","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,"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_194174214523536","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_194174214523536","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_194174214523536_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_194174214523536_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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":52,"flow":[{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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,"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,"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,"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":"19417421452353651l2control01: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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"1941742145235360tun14aa3b718ec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:2"},"strict":false,"cookie":134217729,"flow-name":"tun14aa3b718ec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":14293651161089,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc001a0f04f5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:4"},"strict":false,"cookie":134217729,"flow-name":"tunc001a0f04f5","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":17592186044417,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tun9ec20f827f9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:5"},"strict":false,"cookie":134217729,"flow-name":"tun9ec20f827f9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":19791209299969,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc2ae3f10b8d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:3"},"strict":false,"cookie":134217729,"flow-name":"tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":16492674416641,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.194174214523536.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181222 07:51:44.251" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181222 07:51:44.251" starttime="20181222 07:51:44.175"></status>
</kw>
<msg timestamp="20181222 07:51:44.256" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181222 07:51:44.256" starttime="20181222 07:51:44.171"></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="20181222 07:51:44.262" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6144
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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_128470671326236_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf128d08df5b.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": 4352
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun1b03ffe1e1e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 5120
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": 6144
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf0007d8b600.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": 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.tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun434623c4cec.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_128470671326236_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": "Ingress_v4_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_128470671326236_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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": "Fixed_Conntrk_Trk_128470671326236_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060011284706713262362472:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 26488959139840,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "12847067132623651l2control01: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": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "5160011284706713262362472:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf128d08df5b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 18691697672193,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun1b03ffe1e1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 21990232555521,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf0007d8b600",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 15393162788865,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:1"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun434623c4cec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 20890720927745,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:128470671326236"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6400
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.80035509521015.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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": "Fixed_Conntrk_Trk_80035509521015_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 6400
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun495c4e9bfba.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": 1792
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tunb7e4b3b33f6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1536
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 6400
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun25ad0ecff7f.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun131cf19c31c.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": 2048
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_80035509521015_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "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_80035509521015_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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_80035509521015_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001800355095210152572:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 27588470767616,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8003550952101551l2control01: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": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001800355095210152572:87:E7:76:32:42",
                                "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": 6400
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "800355095210150tun131cf19c31c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 8796093022209,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "800355095210150tunb7e4b3b33f6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 6597069766657,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "800355095210150tun495c4e9bfba",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 7696581394433,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "800355095210150tun25ad0ecff7f",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 10995116277761,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:80035509521015"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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_162795856468502_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": "Fixed_Conntrk_Trk_162795856468502_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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.162795856468502.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun5dab709ae7e.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": 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.tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun1ffb9c80c23.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": 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.tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun142c14601dd.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 5376
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 5376
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun4c2d349f04c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_162795856468502_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": "Ingress_v4_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_162795856468502",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "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_162795856468502_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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_162795856468502_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "16279585646850251l2control01: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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun5dab709ae7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun142c14601dd",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 13194139533313,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun1ffb9c80c23",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 2199023255553,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun4c2d349f04c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 5497558138881,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:162795856468502"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.18536436985111.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun214059764a9",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun214059764a9.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": 256
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun41ce5f00c8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 5888
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tuncda06a2d94c.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": 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.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 5888
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun7c2adfb4d8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_18536436985111_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "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_18536436985111_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001185364369851112372:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 25389447512064,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "1853643698511151l2control01: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": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001185364369851112372:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "185364369851110tuncda06a2d94c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 4398046511105,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun41ce5f00c8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 12094627905537,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun214059764a9",
                                "hard-timeout": 0,
                                "id": "185364369851110tun214059764a9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 1099511627777,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun7c2adfb4d8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 9895604649985,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:18536436985111"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.194174214523536.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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_194174214523536_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "Fixed_Conntrk_Trk_194174214523536_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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.194174214523536.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc001a0f04f5.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc2ae3f10b8d.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": 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.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 5632
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun9ec20f827f9.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 4608
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun14aa3b718ec.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": 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.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 5632
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_194174214523536_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_194174214523536_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "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_194174214523536_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "19417421452353651l2control01: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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun14aa3b718ec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 14293651161089,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc001a0f04f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 17592186044417,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun9ec20f827f9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 19791209299969,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc2ae3f10b8d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 16492674416641,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:194174214523536"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:51:44.271" starttime="20181222 07:51:44.256"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.271" starttime="20181222 07:51:44.170"></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="20181222 07:51:44.271" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:44.271" starttime="20181222 07:51:44.271"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.15">
<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="20181222 07:51:44.274" starttime="20181222 07:51:44.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="20181222 07:51:44.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="20181222 07:51:44.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="20181222 07:51:44.274" starttime="20181222 07:51:44.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="20181222 07:51:44.275" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.15" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:51:44.275" starttime="20181222 07:51:44.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="20181222 07:51:44.276" level="INFO">${conn_id} = 40</msg>
<status status="PASS" endtime="20181222 07:51:44.276" starttime="20181222 07:51:44.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="20181222 07:51:44.277" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:44.277" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:51:44.277" starttime="20181222 07:51:44.277"></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="20181222 07:51:44.277" starttime="20181222 07:51:44.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="20181222 07:51:44.279" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:51:44.622" level="INFO">Read output: Last login: Sat Dec 22 07:50:55 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:44.623" starttime="20181222 07:51:44.278"></status>
</kw>
<msg timestamp="20181222 07:51:44.623" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:44.623" starttime="20181222 07:51:44.278"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.624" starttime="20181222 07:51:44.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="20181222 07:51:44.626" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181222 07:51:44.692" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 07:51:44.693" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181222 07:51:44.693" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 07:51:44.693" starttime="20181222 07:51:44.625"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:44.726" starttime="20181222 07:51:44.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:44.727" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:44.727" starttime="20181222 07:51:44.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.728" starttime="20181222 07:51:44.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>"${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="20181222 07:51:44.730" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:44.730" starttime="20181222 07:51:44.730"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.731" starttime="20181222 07:51:44.729"></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="20181222 07:51:44.734" starttime="20181222 07:51:44.733"></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="20181222 07:51:44.735" starttime="20181222 07:51:44.735"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:44.736" starttime="20181222 07:51:44.735"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.736" starttime="20181222 07:51:44.732"></status>
</kw>
<msg timestamp="20181222 07:51:44.736" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181222 07:51:44.736" starttime="20181222 07:51:44.272"></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="20181222 07:51:44.737" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181222 07:51:44.737" starttime="20181222 07:51:44.737"></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="20181222 07:51:44.738" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:44.738" starttime="20181222 07:51:44.738"></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="20181222 07:51:44.741" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.741" starttime="20181222 07:51:44.739"></status>
</kw>
<msg timestamp="20181222 07:51:44.742" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.742" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.742" starttime="20181222 07:51:44.742"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.742" starttime="20181222 07:51:44.738"></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="20181222 07:51:44.745" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.745" starttime="20181222 07:51:44.743"></status>
</kw>
<msg timestamp="20181222 07:51:44.745" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.745" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.746" starttime="20181222 07:51:44.746"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.746" starttime="20181222 07:51:44.742"></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="20181222 07:51:44.748" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.749" starttime="20181222 07:51:44.747"></status>
</kw>
<msg timestamp="20181222 07:51:44.749" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.749" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.750" starttime="20181222 07:51:44.749"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.750" starttime="20181222 07:51:44.746"></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="20181222 07:51:44.752" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.753" starttime="20181222 07:51:44.750"></status>
</kw>
<msg timestamp="20181222 07:51:44.753" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.753" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.754" starttime="20181222 07:51:44.753"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.754" starttime="20181222 07:51:44.750"></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="20181222 07:51:44.756" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.757" starttime="20181222 07:51:44.754"></status>
</kw>
<msg timestamp="20181222 07:51:44.757" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.757" starttime="20181222 07:51:44.754"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.758" starttime="20181222 07:51:44.757"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.758" starttime="20181222 07:51:44.754"></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="20181222 07:51:44.760" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.761" starttime="20181222 07:51:44.758"></status>
</kw>
<msg timestamp="20181222 07:51:44.761" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.761" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.761" starttime="20181222 07:51:44.761"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.761" starttime="20181222 07:51:44.758"></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="20181222 07:51:44.764" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.765" starttime="20181222 07:51:44.762"></status>
</kw>
<msg timestamp="20181222 07:51:44.765" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.765" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.765" starttime="20181222 07:51:44.765"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.765" starttime="20181222 07:51:44.762"></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="20181222 07:51:44.768" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.769" starttime="20181222 07:51:44.766"></status>
</kw>
<msg timestamp="20181222 07:51:44.769" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.769" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.769" starttime="20181222 07:51:44.769"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.769" starttime="20181222 07:51:44.766"></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="20181222 07:51:44.772" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.773" starttime="20181222 07:51:44.770"></status>
</kw>
<msg timestamp="20181222 07:51:44.773" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.773" starttime="20181222 07:51:44.770"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.774" starttime="20181222 07:51:44.773"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.774" starttime="20181222 07:51:44.769"></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="20181222 07:51:44.777" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.777" starttime="20181222 07:51:44.774"></status>
</kw>
<msg timestamp="20181222 07:51:44.777" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.777" starttime="20181222 07:51:44.774"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.778" starttime="20181222 07:51:44.777"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.778" starttime="20181222 07:51:44.774"></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="20181222 07:51:44.781" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.781" starttime="20181222 07:51:44.778"></status>
</kw>
<msg timestamp="20181222 07:51:44.781" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.781" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.782" starttime="20181222 07:51:44.782"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.782" starttime="20181222 07:51:44.778"></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="20181222 07:51:44.785" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.785" starttime="20181222 07:51:44.783"></status>
</kw>
<msg timestamp="20181222 07:51:44.785" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.785" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.786" starttime="20181222 07:51:44.786"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.786" starttime="20181222 07:51:44.782"></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="20181222 07:51:44.789" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.789" starttime="20181222 07:51:44.787"></status>
</kw>
<msg timestamp="20181222 07:51:44.789" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.789" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.790" starttime="20181222 07:51:44.790"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.790" starttime="20181222 07:51:44.786"></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="20181222 07:51:44.793" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.793" starttime="20181222 07:51:44.791"></status>
</kw>
<msg timestamp="20181222 07:51:44.793" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.793" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.794" starttime="20181222 07:51:44.794"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.794" starttime="20181222 07:51:44.790"></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="20181222 07:51:44.797" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.797" starttime="20181222 07:51:44.795"></status>
</kw>
<msg timestamp="20181222 07:51:44.797" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.797" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.798" starttime="20181222 07:51:44.798"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.798" starttime="20181222 07:51:44.794"></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="20181222 07:51:44.801" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.802" starttime="20181222 07:51:44.799"></status>
</kw>
<msg timestamp="20181222 07:51:44.802" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.802" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.802" starttime="20181222 07:51:44.802"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.802" starttime="20181222 07:51:44.798"></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="20181222 07:51:44.806" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.806" starttime="20181222 07:51:44.803"></status>
</kw>
<msg timestamp="20181222 07:51:44.806" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.807" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.807" starttime="20181222 07:51:44.807"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.807" starttime="20181222 07:51:44.802"></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="20181222 07:51:44.811" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.811" starttime="20181222 07:51:44.808"></status>
</kw>
<msg timestamp="20181222 07:51:44.811" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.811" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.812" starttime="20181222 07:51:44.812"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.812" starttime="20181222 07:51:44.807"></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="20181222 07:51:44.816" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.816" starttime="20181222 07:51:44.813"></status>
</kw>
<msg timestamp="20181222 07:51:44.816" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.816" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.817" starttime="20181222 07:51:44.816"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.817" starttime="20181222 07:51:44.812"></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="20181222 07:51:44.821" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.821" starttime="20181222 07:51:44.818"></status>
</kw>
<msg timestamp="20181222 07:51:44.821" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.821" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.822" starttime="20181222 07:51:44.822"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.822" starttime="20181222 07:51:44.817"></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="20181222 07:51:44.826" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.826" starttime="20181222 07:51:44.823"></status>
</kw>
<msg timestamp="20181222 07:51:44.826" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.826" starttime="20181222 07:51:44.822"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.827" starttime="20181222 07:51:44.827"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.827" starttime="20181222 07:51:44.822"></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="20181222 07:51:44.831" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.831" starttime="20181222 07:51:44.828"></status>
</kw>
<msg timestamp="20181222 07:51:44.831" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.831" starttime="20181222 07:51:44.827"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.832" starttime="20181222 07:51:44.832"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.832" starttime="20181222 07:51:44.827"></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="20181222 07:51:44.836" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.837" starttime="20181222 07:51:44.833"></status>
</kw>
<msg timestamp="20181222 07:51:44.837" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.837" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.837" starttime="20181222 07:51:44.837"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.837" starttime="20181222 07:51:44.832"></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="20181222 07:51:44.841" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.842" starttime="20181222 07:51:44.838"></status>
</kw>
<msg timestamp="20181222 07:51:44.842" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.842" starttime="20181222 07:51:44.838"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.842" starttime="20181222 07:51:44.842"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.842" starttime="20181222 07:51:44.838"></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="20181222 07:51:44.846" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.847" starttime="20181222 07:51:44.843"></status>
</kw>
<msg timestamp="20181222 07:51:44.847" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.847" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.847" starttime="20181222 07:51:44.847"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.847" starttime="20181222 07:51:44.842"></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="20181222 07:51:44.852" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.852" starttime="20181222 07:51:44.848"></status>
</kw>
<msg timestamp="20181222 07:51:44.852" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.852" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.853" starttime="20181222 07:51:44.852"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.853" starttime="20181222 07:51:44.847"></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="20181222 07:51:44.857" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.857" starttime="20181222 07:51:44.854"></status>
</kw>
<msg timestamp="20181222 07:51:44.858" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.858" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.858" starttime="20181222 07:51:44.858"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.858" starttime="20181222 07:51:44.853"></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="20181222 07:51:44.862" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.863" starttime="20181222 07:51:44.859"></status>
</kw>
<msg timestamp="20181222 07:51:44.863" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.863" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.863" starttime="20181222 07:51:44.863"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.863" starttime="20181222 07:51:44.858"></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="20181222 07:51:44.868" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.868" starttime="20181222 07:51:44.864"></status>
</kw>
<msg timestamp="20181222 07:51:44.868" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.868" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.869" starttime="20181222 07:51:44.869"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.869" starttime="20181222 07:51:44.864"></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="20181222 07:51:44.874" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.874" starttime="20181222 07:51:44.870"></status>
</kw>
<msg timestamp="20181222 07:51:44.874" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.874" starttime="20181222 07:51:44.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.875" starttime="20181222 07:51:44.875"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.875" starttime="20181222 07:51:44.869"></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="20181222 07:51:44.881" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.881" starttime="20181222 07:51:44.876"></status>
</kw>
<msg timestamp="20181222 07:51:44.881" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.881" starttime="20181222 07:51:44.876"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.882" starttime="20181222 07:51:44.882"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.882" starttime="20181222 07:51:44.875"></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="20181222 07:51:44.887" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=353.297s, table=0, n_packets=401, n_bytes=26466, priority=5,in_port=2 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.256s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=3 actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.226s, table=0, n_packets=404, n_bytes=26664, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=353.102s, table=0, n_packets=406, n_bytes=26796, priority=5,in_port=5 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=355.915s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=354.255s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=354.255s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.410s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.167s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.167s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.255s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.255s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=354.410s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=353.297s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=353.295s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=354.410s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=355.915s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=353.297s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.410s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=354.410s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=354.410s, 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=0x8030000, duration=354.410s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=354.410s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=355.915s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.255s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=354.410s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=355.915s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=353.686s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=354.410s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=354.410s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=354.410s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=349.356s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:2
 cookie=0x8000007, duration=348.869s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:5
 cookie=0x8000007, duration=348.477s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:3
 cookie=0x8000007, duration=348.362s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=221.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1600 actions=output:1
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=354.410s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=354.410s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=354.410s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=354.410s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=354.410s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=354.410s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:44.888" starttime="20181222 07:51:44.883"></status>
</kw>
<msg timestamp="20181222 07:51:44.888" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:44.888" starttime="20181222 07:51:44.883"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:44.888" starttime="20181222 07:51:44.888"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.888" starttime="20181222 07:51:44.882"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.888" starttime="20181222 07:51:44.738"></status>
</kw>
<msg timestamp="20181222 07:51:44.889" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:44.889" starttime="20181222 07:51:44.272"></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="20181222 07:51:44.889" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:44.889" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181222 07:51:44.890" starttime="20181222 07:51:44.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>${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="20181222 07:51:44.890" starttime="20181222 07:51:44.890"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:44.890" starttime="20181222 07:51:44.272"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.36">
<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="20181222 07:51:44.893" starttime="20181222 07:51:44.892"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:51:44.894" 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="20181222 07:51:44.894" 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="20181222 07:51:44.894" starttime="20181222 07:51:44.893"></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="20181222 07:51:44.894" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.36" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:51:44.895" starttime="20181222 07:51:44.894"></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="20181222 07:51:44.895" level="INFO">${conn_id} = 42</msg>
<status status="PASS" endtime="20181222 07:51:44.895" starttime="20181222 07:51:44.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="20181222 07:51:44.896" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:44.897" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:51:44.897" starttime="20181222 07:51:44.896"></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="20181222 07:51:44.897" starttime="20181222 07:51:44.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="20181222 07:51:44.898" level="INFO">Logging into '192.0.2.36:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:51:45.367" level="INFO">Read output: Last login: Sat Dec 22 07:50:56 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:45.368" starttime="20181222 07:51:44.898"></status>
</kw>
<msg timestamp="20181222 07:51:45.368" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:45.368" starttime="20181222 07:51:44.897"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.369" starttime="20181222 07:51:44.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="20181222 07:51:45.370" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181222 07:51:45.454" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 07:51:45.455" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181222 07:51:45.455" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 07:51:45.455" starttime="20181222 07:51:45.369"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:45.520" starttime="20181222 07:51:45.455"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:45.521" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:45.521" starttime="20181222 07:51:45.520"></status>
</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="20181222 07:51:45.522" starttime="20181222 07:51:45.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>"${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="20181222 07:51:45.524" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:45.524" starttime="20181222 07:51:45.523"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.524" starttime="20181222 07:51:45.523"></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="20181222 07:51:45.525" starttime="20181222 07:51:45.525"></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="20181222 07:51:45.526" starttime="20181222 07:51:45.526"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:45.526" starttime="20181222 07:51:45.526"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.526" starttime="20181222 07:51:45.524"></status>
</kw>
<msg timestamp="20181222 07:51:45.527" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181222 07:51:45.527" starttime="20181222 07:51:44.891"></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="20181222 07:51:45.527" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181222 07:51:45.528" starttime="20181222 07:51:45.527"></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="20181222 07:51:45.528" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:45.528" starttime="20181222 07:51:45.528"></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="20181222 07:51:45.530" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.530" starttime="20181222 07:51:45.529"></status>
</kw>
<msg timestamp="20181222 07:51:45.530" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.530" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.531" starttime="20181222 07:51:45.531"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.531" starttime="20181222 07:51:45.528"></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="20181222 07:51:45.533" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.533" starttime="20181222 07:51:45.532"></status>
</kw>
<msg timestamp="20181222 07:51:45.534" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.534" starttime="20181222 07:51:45.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="20181222 07:51:45.535" starttime="20181222 07:51:45.534"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.535" starttime="20181222 07:51:45.531"></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="20181222 07:51:45.538" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.538" starttime="20181222 07:51:45.536"></status>
</kw>
<msg timestamp="20181222 07:51:45.538" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.538" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.539" starttime="20181222 07:51:45.539"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.539" starttime="20181222 07:51:45.535"></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="20181222 07:51:45.541" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.542" starttime="20181222 07:51:45.540"></status>
</kw>
<msg timestamp="20181222 07:51:45.542" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.542" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.542" starttime="20181222 07:51:45.542"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.543" starttime="20181222 07:51:45.539"></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="20181222 07:51:45.545" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.545" starttime="20181222 07:51:45.543"></status>
</kw>
<msg timestamp="20181222 07:51:45.546" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.546" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.546" starttime="20181222 07:51:45.546"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.546" starttime="20181222 07:51:45.543"></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="20181222 07:51:45.549" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.549" starttime="20181222 07:51:45.547"></status>
</kw>
<msg timestamp="20181222 07:51:45.549" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.549" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.550" starttime="20181222 07:51:45.550"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.550" starttime="20181222 07:51:45.546"></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="20181222 07:51:45.553" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.553" starttime="20181222 07:51:45.551"></status>
</kw>
<msg timestamp="20181222 07:51:45.553" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.553" starttime="20181222 07:51:45.550"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.554" starttime="20181222 07:51:45.554"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.554" starttime="20181222 07:51:45.550"></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="20181222 07:51:45.557" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.557" starttime="20181222 07:51:45.555"></status>
</kw>
<msg timestamp="20181222 07:51:45.557" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.557" starttime="20181222 07:51:45.554"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.558" starttime="20181222 07:51:45.557"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.558" starttime="20181222 07:51:45.554"></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="20181222 07:51:45.561" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.561" starttime="20181222 07:51:45.559"></status>
</kw>
<msg timestamp="20181222 07:51:45.561" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.561" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.562" starttime="20181222 07:51:45.561"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.562" starttime="20181222 07:51:45.558"></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="20181222 07:51:45.564" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.565" starttime="20181222 07:51:45.563"></status>
</kw>
<msg timestamp="20181222 07:51:45.565" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.565" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.566" starttime="20181222 07:51:45.565"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.566" starttime="20181222 07:51:45.562"></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="20181222 07:51:45.569" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.569" starttime="20181222 07:51:45.567"></status>
</kw>
<msg timestamp="20181222 07:51:45.569" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.569" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.570" starttime="20181222 07:51:45.569"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.570" starttime="20181222 07:51:45.566"></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="20181222 07:51:45.573" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.573" starttime="20181222 07:51:45.571"></status>
</kw>
<msg timestamp="20181222 07:51:45.573" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.573" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.574" starttime="20181222 07:51:45.573"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.574" starttime="20181222 07:51:45.570"></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="20181222 07:51:45.577" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.577" starttime="20181222 07:51:45.575"></status>
</kw>
<msg timestamp="20181222 07:51:45.578" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.578" starttime="20181222 07:51:45.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="20181222 07:51:45.578" starttime="20181222 07:51:45.578"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.578" starttime="20181222 07:51:45.574"></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="20181222 07:51:45.581" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.581" starttime="20181222 07:51:45.579"></status>
</kw>
<msg timestamp="20181222 07:51:45.581" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.581" starttime="20181222 07:51:45.579"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.582" starttime="20181222 07:51:45.581"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.582" starttime="20181222 07:51:45.578"></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="20181222 07:51:45.585" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.585" starttime="20181222 07:51:45.582"></status>
</kw>
<msg timestamp="20181222 07:51:45.585" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.586" starttime="20181222 07:51:45.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="20181222 07:51:45.586" starttime="20181222 07:51:45.586"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.586" starttime="20181222 07:51:45.582"></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="20181222 07:51:45.589" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.590" starttime="20181222 07:51:45.587"></status>
</kw>
<msg timestamp="20181222 07:51:45.590" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.590" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.591" starttime="20181222 07:51:45.591"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.591" starttime="20181222 07:51:45.586"></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="20181222 07:51:45.598" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.599" starttime="20181222 07:51:45.593"></status>
</kw>
<msg timestamp="20181222 07:51:45.599" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.599" starttime="20181222 07:51:45.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="20181222 07:51:45.600" starttime="20181222 07:51:45.600"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.600" starttime="20181222 07:51:45.591"></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="20181222 07:51:45.607" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.607" starttime="20181222 07:51:45.602"></status>
</kw>
<msg timestamp="20181222 07:51:45.607" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.607" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.608" starttime="20181222 07:51:45.608"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.608" starttime="20181222 07:51:45.600"></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="20181222 07:51:45.614" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.615" starttime="20181222 07:51:45.610"></status>
</kw>
<msg timestamp="20181222 07:51:45.615" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.615" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.616" starttime="20181222 07:51:45.615"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.616" starttime="20181222 07:51:45.609"></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="20181222 07:51:45.619" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.619" starttime="20181222 07:51:45.617"></status>
</kw>
<msg timestamp="20181222 07:51:45.619" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.620" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.620" starttime="20181222 07:51:45.620"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.620" starttime="20181222 07:51:45.616"></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="20181222 07:51:45.623" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.623" starttime="20181222 07:51:45.621"></status>
</kw>
<msg timestamp="20181222 07:51:45.624" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.624" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.624" starttime="20181222 07:51:45.624"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.624" starttime="20181222 07:51:45.620"></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="20181222 07:51:45.627" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.628" starttime="20181222 07:51:45.625"></status>
</kw>
<msg timestamp="20181222 07:51:45.628" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.628" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.628" starttime="20181222 07:51:45.628"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.628" starttime="20181222 07:51:45.624"></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="20181222 07:51:45.631" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.632" starttime="20181222 07:51:45.629"></status>
</kw>
<msg timestamp="20181222 07:51:45.632" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.632" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.632" starttime="20181222 07:51:45.632"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.632" starttime="20181222 07:51:45.628"></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="20181222 07:51:45.637" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.637" starttime="20181222 07:51:45.633"></status>
</kw>
<msg timestamp="20181222 07:51:45.637" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.637" starttime="20181222 07:51:45.633"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.638" starttime="20181222 07:51:45.638"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.638" starttime="20181222 07:51:45.632"></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="20181222 07:51:45.643" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.643" starttime="20181222 07:51:45.639"></status>
</kw>
<msg timestamp="20181222 07:51:45.643" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.643" starttime="20181222 07:51:45.638"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.644" starttime="20181222 07:51:45.643"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.644" starttime="20181222 07:51:45.638"></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="20181222 07:51:45.648" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.648" starttime="20181222 07:51:45.644"></status>
</kw>
<msg timestamp="20181222 07:51:45.649" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.649" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.649" starttime="20181222 07:51:45.649"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.649" starttime="20181222 07:51:45.644"></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="20181222 07:51:45.654" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.654" starttime="20181222 07:51:45.650"></status>
</kw>
<msg timestamp="20181222 07:51:45.655" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.655" starttime="20181222 07:51:45.650"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.656" starttime="20181222 07:51:45.655"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.656" starttime="20181222 07:51:45.649"></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="20181222 07:51:45.662" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.663" starttime="20181222 07:51:45.657"></status>
</kw>
<msg timestamp="20181222 07:51:45.663" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.663" starttime="20181222 07:51:45.656"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.664" starttime="20181222 07:51:45.663"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.664" starttime="20181222 07:51:45.656"></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="20181222 07:51:45.670" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.670" starttime="20181222 07:51:45.665"></status>
</kw>
<msg timestamp="20181222 07:51:45.670" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.670" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.671" starttime="20181222 07:51:45.671"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.671" starttime="20181222 07:51:45.664"></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="20181222 07:51:45.677" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.677" starttime="20181222 07:51:45.672"></status>
</kw>
<msg timestamp="20181222 07:51:45.678" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.678" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.678" starttime="20181222 07:51:45.678"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.678" starttime="20181222 07:51:45.671"></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="20181222 07:51:45.684" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.684" starttime="20181222 07:51:45.679"></status>
</kw>
<msg timestamp="20181222 07:51:45.685" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.685" starttime="20181222 07:51:45.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.685" starttime="20181222 07:51:45.685"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.685" starttime="20181222 07:51:45.678"></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="20181222 07:51:45.696" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=356.366s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=356.366s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.853s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=354.344s, table=0, n_packets=403, n_bytes=26598, priority=5,in_port=5 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=356.644s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=355.092s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=355.092s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=355.092s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=214.914s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=214.914s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=355.092s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=354.853s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=354.853s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.069s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.031s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.031s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.069s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=356.644s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.031s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.069s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=356.069s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.069s, 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=0x8030000, duration=356.069s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.069s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=356.644s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=354.853s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.069s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=356.644s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=354.426s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=355.093s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=355.093s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=355.093s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=221.903s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=353.995s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=353.539s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=353.329s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=349.291s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:5
 cookie=0x8000007, duration=221.900s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1500 actions=output:1
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=355.092s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=355.093s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=355.092s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=355.093s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=355.093s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=355.093s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=355.093s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:45.697" starttime="20181222 07:51:45.687"></status>
</kw>
<msg timestamp="20181222 07:51:45.697" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:45.697" starttime="20181222 07:51:45.687"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:45.698" starttime="20181222 07:51:45.698"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.698" starttime="20181222 07:51:45.686"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.698" starttime="20181222 07:51:45.528"></status>
</kw>
<msg timestamp="20181222 07:51:45.699" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:45.699" starttime="20181222 07:51:44.891"></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="20181222 07:51:45.700" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:45.700" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181222 07:51:45.700" starttime="20181222 07:51:45.699"></status>
</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="20181222 07:51:45.701" starttime="20181222 07:51:45.701"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:45.702" starttime="20181222 07:51:44.890"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.21">
<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="20181222 07:51:45.706" starttime="20181222 07:51:45.705"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:51:45.707" 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="20181222 07:51:45.708" 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="20181222 07:51:45.708" starttime="20181222 07:51:45.707"></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="20181222 07:51:45.709" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.21" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:51:45.709" starttime="20181222 07:51:45.708"></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="20181222 07:51:45.711" level="INFO">${conn_id} = 44</msg>
<status status="PASS" endtime="20181222 07:51:45.711" starttime="20181222 07:51:45.710"></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="20181222 07:51:45.713" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:45.713" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:51:45.713" starttime="20181222 07:51:45.712"></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="20181222 07:51:45.714" starttime="20181222 07:51:45.714"></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="20181222 07:51:45.717" level="INFO">Logging into '192.0.2.21:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:51:46.097" level="INFO">Read output: Last login: Sat Dec 22 07:50:56 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:51:46.098" starttime="20181222 07:51:45.716"></status>
</kw>
<msg timestamp="20181222 07:51:46.098" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:46.098" starttime="20181222 07:51:45.715"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.098" starttime="20181222 07:51:45.711"></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="20181222 07:51:46.099" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181222 07:51:46.173" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 07:51:46.173" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181222 07:51:46.174" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 07:51:46.174" starttime="20181222 07:51:46.098"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:46.239" starttime="20181222 07:51:46.174"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:46.239" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:46.240" starttime="20181222 07:51:46.239"></status>
</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="20181222 07:51:46.240" starttime="20181222 07:51:46.240"></status>
</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="20181222 07:51:46.242" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:51:46.242" starttime="20181222 07:51:46.242"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.242" starttime="20181222 07:51:46.241"></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="20181222 07:51:46.244" starttime="20181222 07:51:46.244"></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="20181222 07:51:46.245" starttime="20181222 07:51:46.245"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:51:46.246" starttime="20181222 07:51:46.246"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.246" starttime="20181222 07:51:46.243"></status>
</kw>
<msg timestamp="20181222 07:51:46.246" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181222 07:51:46.246" starttime="20181222 07:51:45.703"></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="20181222 07:51:46.247" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181222 07:51:46.247" starttime="20181222 07:51:46.246"></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="20181222 07:51:46.248" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:46.248" starttime="20181222 07:51:46.247"></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="20181222 07:51:46.250" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.250" starttime="20181222 07:51:46.249"></status>
</kw>
<msg timestamp="20181222 07:51:46.250" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.251" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.251" starttime="20181222 07:51:46.251"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.251" starttime="20181222 07:51:46.248"></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="20181222 07:51:46.253" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.253" starttime="20181222 07:51:46.252"></status>
</kw>
<msg timestamp="20181222 07:51:46.254" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.254" starttime="20181222 07:51:46.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="20181222 07:51:46.254" starttime="20181222 07:51:46.254"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.254" starttime="20181222 07:51:46.251"></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="20181222 07:51:46.256" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.257" starttime="20181222 07:51:46.255"></status>
</kw>
<msg timestamp="20181222 07:51:46.257" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.257" starttime="20181222 07:51:46.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="20181222 07:51:46.258" starttime="20181222 07:51:46.257"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.258" starttime="20181222 07:51:46.254"></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="20181222 07:51:46.260" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.260" starttime="20181222 07:51:46.259"></status>
</kw>
<msg timestamp="20181222 07:51:46.260" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.260" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.261" starttime="20181222 07:51:46.261"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.261" starttime="20181222 07:51:46.258"></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="20181222 07:51:46.263" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.263" starttime="20181222 07:51:46.262"></status>
</kw>
<msg timestamp="20181222 07:51:46.263" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.263" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.264" starttime="20181222 07:51:46.264"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.264" starttime="20181222 07:51:46.261"></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="20181222 07:51:46.266" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.266" starttime="20181222 07:51:46.265"></status>
</kw>
<msg timestamp="20181222 07:51:46.267" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.267" starttime="20181222 07:51:46.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="20181222 07:51:46.267" starttime="20181222 07:51:46.267"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.267" starttime="20181222 07:51:46.264"></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="20181222 07:51:46.269" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.270" starttime="20181222 07:51:46.268"></status>
</kw>
<msg timestamp="20181222 07:51:46.270" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.270" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.270" starttime="20181222 07:51:46.270"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.270" starttime="20181222 07:51:46.267"></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="20181222 07:51:46.272" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.273" starttime="20181222 07:51:46.271"></status>
</kw>
<msg timestamp="20181222 07:51:46.273" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.273" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.273" starttime="20181222 07:51:46.273"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.273" starttime="20181222 07:51:46.270"></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="20181222 07:51:46.276" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.276" starttime="20181222 07:51:46.274"></status>
</kw>
<msg timestamp="20181222 07:51:46.276" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.277" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.277" starttime="20181222 07:51:46.277"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.277" starttime="20181222 07:51:46.273"></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="20181222 07:51:46.280" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.280" starttime="20181222 07:51:46.278"></status>
</kw>
<msg timestamp="20181222 07:51:46.280" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.280" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.281" starttime="20181222 07:51:46.281"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.281" starttime="20181222 07:51:46.277"></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="20181222 07:51:46.283" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.284" starttime="20181222 07:51:46.282"></status>
</kw>
<msg timestamp="20181222 07:51:46.284" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.284" starttime="20181222 07:51:46.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="20181222 07:51:46.284" starttime="20181222 07:51:46.284"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.284" starttime="20181222 07:51:46.281"></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="20181222 07:51:46.287" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.287" starttime="20181222 07:51:46.285"></status>
</kw>
<msg timestamp="20181222 07:51:46.287" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.287" starttime="20181222 07:51:46.284"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.288" starttime="20181222 07:51:46.287"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.288" starttime="20181222 07:51:46.284"></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="20181222 07:51:46.290" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.291" starttime="20181222 07:51:46.289"></status>
</kw>
<msg timestamp="20181222 07:51:46.291" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.291" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.291" starttime="20181222 07:51:46.291"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.291" starttime="20181222 07:51:46.288"></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="20181222 07:51:46.294" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.294" starttime="20181222 07:51:46.292"></status>
</kw>
<msg timestamp="20181222 07:51:46.294" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.294" starttime="20181222 07:51:46.291"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.294" starttime="20181222 07:51:46.294"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.294" starttime="20181222 07:51:46.291"></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="20181222 07:51:46.297" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.297" starttime="20181222 07:51:46.295"></status>
</kw>
<msg timestamp="20181222 07:51:46.297" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.297" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.298" starttime="20181222 07:51:46.298"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.298" starttime="20181222 07:51:46.295"></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="20181222 07:51:46.301" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.301" starttime="20181222 07:51:46.298"></status>
</kw>
<msg timestamp="20181222 07:51:46.301" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.301" starttime="20181222 07:51:46.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="20181222 07:51:46.302" starttime="20181222 07:51:46.301"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.302" starttime="20181222 07:51:46.298"></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="20181222 07:51:46.305" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.305" starttime="20181222 07:51:46.302"></status>
</kw>
<msg timestamp="20181222 07:51:46.305" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.305" starttime="20181222 07:51:46.302"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.305" starttime="20181222 07:51:46.305"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.306" starttime="20181222 07:51:46.302"></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="20181222 07:51:46.309" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.309" starttime="20181222 07:51:46.306"></status>
</kw>
<msg timestamp="20181222 07:51:46.309" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.309" starttime="20181222 07:51:46.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="20181222 07:51:46.309" starttime="20181222 07:51:46.309"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.309" starttime="20181222 07:51:46.306"></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="20181222 07:51:46.313" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.314" starttime="20181222 07:51:46.310"></status>
</kw>
<msg timestamp="20181222 07:51:46.314" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.314" starttime="20181222 07:51:46.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="20181222 07:51:46.314" starttime="20181222 07:51:46.314"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.314" starttime="20181222 07:51:46.309"></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="20181222 07:51:46.318" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.319" starttime="20181222 07:51:46.315"></status>
</kw>
<msg timestamp="20181222 07:51:46.319" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.319" starttime="20181222 07:51:46.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="20181222 07:51:46.319" starttime="20181222 07:51:46.319"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.319" starttime="20181222 07:51:46.315"></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="20181222 07:51:46.323" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.324" starttime="20181222 07:51:46.320"></status>
</kw>
<msg timestamp="20181222 07:51:46.324" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.324" starttime="20181222 07:51:46.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="20181222 07:51:46.324" starttime="20181222 07:51:46.324"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.324" starttime="20181222 07:51:46.319"></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="20181222 07:51:46.328" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.328" starttime="20181222 07:51:46.325"></status>
</kw>
<msg timestamp="20181222 07:51:46.328" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.328" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.328" starttime="20181222 07:51:46.328"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.328" starttime="20181222 07:51:46.324"></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="20181222 07:51:46.333" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.333" starttime="20181222 07:51:46.329"></status>
</kw>
<msg timestamp="20181222 07:51:46.333" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.333" starttime="20181222 07:51:46.329"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.333" starttime="20181222 07:51:46.333"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.333" starttime="20181222 07:51:46.329"></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="20181222 07:51:46.339" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.339" starttime="20181222 07:51:46.334"></status>
</kw>
<msg timestamp="20181222 07:51:46.339" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.339" starttime="20181222 07:51:46.334"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.340" starttime="20181222 07:51:46.340"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.340" starttime="20181222 07:51:46.333"></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="20181222 07:51:46.345" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.345" starttime="20181222 07:51:46.341"></status>
</kw>
<msg timestamp="20181222 07:51:46.345" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.345" starttime="20181222 07:51:46.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="20181222 07:51:46.346" starttime="20181222 07:51:46.346"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.346" starttime="20181222 07:51:46.340"></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="20181222 07:51:46.350" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.351" starttime="20181222 07:51:46.347"></status>
</kw>
<msg timestamp="20181222 07:51:46.351" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.351" starttime="20181222 07:51:46.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="20181222 07:51:46.352" starttime="20181222 07:51:46.351"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.352" starttime="20181222 07:51:46.346"></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="20181222 07:51:46.358" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.358" starttime="20181222 07:51:46.353"></status>
</kw>
<msg timestamp="20181222 07:51:46.359" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.359" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.360" starttime="20181222 07:51:46.359"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.360" starttime="20181222 07:51:46.352"></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="20181222 07:51:46.365" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.365" starttime="20181222 07:51:46.361"></status>
</kw>
<msg timestamp="20181222 07:51:46.365" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.365" starttime="20181222 07:51:46.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="20181222 07:51:46.366" starttime="20181222 07:51:46.365"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.366" starttime="20181222 07:51:46.360"></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="20181222 07:51:46.370" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.370" starttime="20181222 07:51:46.366"></status>
</kw>
<msg timestamp="20181222 07:51:46.370" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.370" starttime="20181222 07:51:46.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="20181222 07:51:46.370" starttime="20181222 07:51:46.370"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.371" starttime="20181222 07:51:46.366"></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="20181222 07:51:46.375" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.375" starttime="20181222 07:51:46.371"></status>
</kw>
<msg timestamp="20181222 07:51:46.375" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.375" starttime="20181222 07:51:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.375" starttime="20181222 07:51:46.375"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.375" starttime="20181222 07:51:46.371"></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="20181222 07:51:46.380" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.380" starttime="20181222 07:51:46.376"></status>
</kw>
<msg timestamp="20181222 07:51:46.380" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.380" starttime="20181222 07:51:46.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="20181222 07:51:46.381" starttime="20181222 07:51:46.380"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.381" starttime="20181222 07:51:46.376"></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="20181222 07:51:46.385" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=357.563s, table=0, n_packets=409, n_bytes=26994, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=357.225s, table=0, n_packets=407, n_bytes=26862, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.397s, table=0, n_packets=408, n_bytes=26928, priority=5,in_port=4 actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=355.286s, table=0, n_packets=405, n_bytes=26730, priority=5,in_port=5 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=357.563s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=356.681s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.681s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=215.655s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=215.655s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=356.681s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=356.681s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=356.681s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=354.880s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=354.791s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=356.681s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=357.563s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=354.880s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=356.681s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051771, duration=200.979s, table=50, n_packets=5, n_bytes=210, idle_timeout=300, send_flow_rem priority=20,metadata=0x171771000000/0xfffffffff000000,dl_src=72:87:e7:76:32:42 actions=goto_table:51
 cookie=0x8050001, duration=356.681s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=356.681s, 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=0x8031771, duration=200.979s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=356.681s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=356.681s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=357.563s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=356.680s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=356.681s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=357.563s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=355.176s, table=195, n_packets=6, n_bytes=252, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=356.681s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=356.681s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=356.681s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=354.880s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=353.128s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=350.546s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:4
 cookie=0x8000007, duration=350.175s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:5
 cookie=0x8000007, duration=222.600s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:1
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=356.680s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=356.680s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=356.680s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=356.681s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=356.681s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=356.681s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=356.681s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181222 07:51:46.385" starttime="20181222 07:51:46.381"></status>
</kw>
<msg timestamp="20181222 07:51:46.385" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181222 07:51:46.385" starttime="20181222 07:51:46.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="20181222 07:51:46.385" starttime="20181222 07:51:46.385"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.386" starttime="20181222 07:51:46.381"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.386" starttime="20181222 07:51:46.248"></status>
</kw>
<msg timestamp="20181222 07:51:46.386" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181222 07:51:46.386" starttime="20181222 07:51:45.702"></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="20181222 07:51:46.386" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:51:46.386" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181222 07:51:46.386" starttime="20181222 07:51:46.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>${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="20181222 07:51:46.387" starttime="20181222 07:51:46.387"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.387" starttime="20181222 07:51:45.702"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.387" starttime="20181222 07:51:44.271"></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="20181222 07:51:46.387" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181222 07:51:46.388" starttime="20181222 07:51:46.387"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.388" starttime="20181222 07:51:43.976"></status>
</kw>
<msg timestamp="20181222 07:51:46.388" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:46.388" starttime="20181222 07:51:43.976"></status>
</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="20181222 07:51:46.398" 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="20181222 07:51:46.398" starttime="20181222 07:51:46.398"></status>
</kw>
<msg timestamp="20181222 07:51:46.398" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 07:51:46.398" starttime="20181222 07:51:46.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>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:46.399" starttime="20181222 07:51:46.399"></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="20181222 07:51:46.400" 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="20181222 07:51:46.400" starttime="20181222 07:51:46.399"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:51:46.397"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:51:46.388"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:51:43.976"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:51:42.219"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:51:42.206"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:46.400" starttime="20181222 07:50:29.303"></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="20181222 07:51:46.409" level="INFO">Starting process:
openstack network create l2_net_1 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1121</msg>
<msg timestamp="20181222 07:51:46.429" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:49.047" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:49.048" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:49.048" starttime="20181222 07:51:46.408"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:49.049" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-22T07:51:48Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f |
| 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                | 2d1119acee4b4132b2e8b4b404322ee5     |
| 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-22T07:51:48Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:49.049" starttime="20181222 07:51:49.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="20181222 07:51:49.049" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:49.049" starttime="20181222 07:51:49.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="20181222 07:51:49.050" starttime="20181222 07:51:49.050"></status>
</kw>
<msg timestamp="20181222 07:51:49.050" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181222 07:51:49.050" starttime="20181222 07:51:46.408"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:49.051" starttime="20181222 07:51:46.400"></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="20181222 07:51:49.061" level="INFO">Starting process:
openstack subnet create --network l2_net_1 --subnet-range 21.0.0.0/24 l2_sub_1 </msg>
<msg timestamp="20181222 07:51:49.086" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:52.944" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:52.945" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:52.945" starttime="20181222 07:51:49.061"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:52.947" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 21.0.0.2-21.0.0.254                  |
| cidr              | 21.0.0.0/24                          |
| created_at        | 2018-12-22T07:51:52Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 21.0.0.1                             |
| host_routes       |                                      |
| id                | 875532d5-6337-4281-9de3-111790967d92 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_1                             |
| network_id        | 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-22T07:51:52Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:52.947" starttime="20181222 07:51:52.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="20181222 07:51:52.948" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:52.948" starttime="20181222 07:51:52.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="20181222 07:51:52.949" starttime="20181222 07:51:52.948"></status>
</kw>
<msg timestamp="20181222 07:51:52.950" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181222 07:51:52.950" starttime="20181222 07:51:49.060"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:52.950" starttime="20181222 07:51:49.051"></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="20181222 07:51:52.962" level="INFO">Starting process:
openstack network create l2_net_2 </msg>
<msg timestamp="20181222 07:51:52.983" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:55.452" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:55.452" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:55.452" starttime="20181222 07:51:52.961"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:51:55.453" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-22T07:51:55Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 35a392b7-fe37-456b-88d7-72656496677d |
| 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                | 2d1119acee4b4132b2e8b4b404322ee5     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 21                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-22T07:51:55Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:55.453" starttime="20181222 07:51:55.453"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:51:55.454" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:55.454" starttime="20181222 07:51:55.454"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:51:55.455" starttime="20181222 07:51:55.454"></status>
</kw>
<msg timestamp="20181222 07:51:55.455" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181222 07:51:55.455" starttime="20181222 07:51:52.961"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:55.455" starttime="20181222 07:51:52.950"></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="20181222 07:51:55.464" level="INFO">Starting process:
openstack subnet create --network l2_net_2 --subnet-range 22.0.0.0/24 l2_sub_2 </msg>
<msg timestamp="20181222 07:51:55.485" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:51:59.674" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:51:59.674" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:51:59.674" starttime="20181222 07:51:55.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="20181222 07:51:59.675" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 22.0.0.2-22.0.0.254                  |
| cidr              | 22.0.0.0/24                          |
| created_at        | 2018-12-22T07:51:59Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 22.0.0.1                             |
| host_routes       |                                      |
| id                | edba3937-9ea9-477e-9f65-6ec55eacd5da |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_2                             |
| network_id        | 35a392b7-fe37-456b-88d7-72656496677d |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-22T07:51:59Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:51:59.675" starttime="20181222 07:51:59.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="20181222 07:51:59.676" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:51:59.676" starttime="20181222 07:51:59.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="20181222 07:51:59.677" starttime="20181222 07:51:59.676"></status>
</kw>
<msg timestamp="20181222 07:51:59.677" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181222 07:51:59.677" starttime="20181222 07:51:55.463"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:59.677" starttime="20181222 07:51:55.455"></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="20181222 07:51:59.679" starttime="20181222 07:51:59.679"></status>
</kw>
<status status="PASS" endtime="20181222 07:51:59.679" starttime="20181222 07:51:59.678"></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="20181222 07:51:59.687" level="INFO">Starting process:
openstack security group create l2_sg </msg>
<msg timestamp="20181222 07:51:59.710" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:02.664" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:02.665" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:02.665" starttime="20181222 07:51:59.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="20181222 07:52:02.666" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-22T07:52:02Z                                                                                                                                  |
| description     | l2_sg                                                                                                                                                 |
| id              | 35345925-ed4e-42ca-9aef-f49504fefdcb                                                                                                                  |
| name            | l2_sg                                                                                                                                                 |
| project_id      | 2d1119acee4b4132b2e8b4b404322ee5                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-22T07:52:02Z', direction='egress', ethertype='IPv6', id='306c4243-4d13-4221-8772-8210bad075bf', updated_at='2018-12-22T07:52:02Z' |
|                 | created_at='2018-12-22T07:52:02Z', direction='egress', ethertype='IPv4', id='bb4d2b01-1db0-4d94-9022-2f6567ea9a54', updated_at='2018-12-22T07:52:02Z' |
| updated_at      | 2018-12-22T07:52:02Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:02.666" starttime="20181222 07:52:02.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="20181222 07:52:02.667" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:02.667" starttime="20181222 07:52:02.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="20181222 07:52:02.668" starttime="20181222 07:52:02.667"></status>
</kw>
<msg timestamp="20181222 07:52:02.668" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181222 07:52:02.668" starttime="20181222 07:51:59.686"></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="20181222 07:52:02.669" level="INFO">${sgp_id} = 35345925-ed4e-42ca-9aef-f49504fefdcb</msg>
<status status="PASS" endtime="20181222 07:52:02.669" starttime="20181222 07:52:02.668"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:02.669" starttime="20181222 07:51:59.678"></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="20181222 07:52:02.706" 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="20181222 07:52:02.706" starttime="20181222 07:52:02.705"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:02.706" starttime="20181222 07:52:02.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="20181222 07:52:02.708" starttime="20181222 07:52:02.707"></status>
</kw>
<msg timestamp="20181222 07:52:02.708" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:02.708" starttime="20181222 07:52:02.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="20181222 07:52:02.709" starttime="20181222 07:52:02.708"></status>
</kw>
<msg timestamp="20181222 07:52:02.709" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181222 07:52:02.709" starttime="20181222 07:52:02.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="20181222 07:52:02.710" starttime="20181222 07:52:02.709"></status>
</kw>
<msg timestamp="20181222 07:52:02.710" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:02.710" starttime="20181222 07:52:02.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="20181222 07:52:02.711" starttime="20181222 07:52:02.710"></status>
</kw>
<msg timestamp="20181222 07:52:02.711" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181222 07:52:02.711" starttime="20181222 07:52:02.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="20181222 07:52:02.712" starttime="20181222 07:52:02.711"></status>
</kw>
<msg timestamp="20181222 07:52:02.712" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181222 07:52:02.712" starttime="20181222 07:52:02.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="20181222 07:52:02.713" starttime="20181222 07:52:02.713"></status>
</kw>
<msg timestamp="20181222 07:52:02.713" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181222 07:52:02.713" starttime="20181222 07:52:02.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_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181222 07:52:02.714" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:02.714" starttime="20181222 07:52:02.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>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181222 07:52:02.715" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:02.715" starttime="20181222 07:52:02.715"></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="20181222 07:52:02.716" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:02.716" starttime="20181222 07:52:02.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>'${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="20181222 07:52:02.717" starttime="20181222 07:52:02.717"></status>
</kw>
<msg timestamp="20181222 07:52:02.717" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:02.717" starttime="20181222 07:52: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>'${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="20181222 07:52:02.719" starttime="20181222 07:52:02.718"></status>
</kw>
<msg timestamp="20181222 07:52:02.719" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181222 07:52:02.719" starttime="20181222 07:52:02.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>'${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="20181222 07:52:02.721" starttime="20181222 07:52:02.720"></status>
</kw>
<msg timestamp="20181222 07:52:02.721" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:02.721" starttime="20181222 07:52:02.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>'${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="20181222 07:52:02.724" starttime="20181222 07:52:02.722"></status>
</kw>
<msg timestamp="20181222 07:52:02.724" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181222 07:52:02.724" starttime="20181222 07:52:02.721"></status>
</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="20181222 07:52:02.726" starttime="20181222 07:52:02.725"></status>
</kw>
<msg timestamp="20181222 07:52:02.726" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:02.726" starttime="20181222 07:52:02.724"></status>
</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="20181222 07:52:02.727" starttime="20181222 07:52:02.727"></status>
</kw>
<msg timestamp="20181222 07:52:02.727" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:02.727" starttime="20181222 07:52:02.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>'${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="20181222 07:52:02.729" starttime="20181222 07:52:02.728"></status>
</kw>
<msg timestamp="20181222 07:52:02.729" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:02.729" starttime="20181222 07:52:02.728"></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="20181222 07:52:02.731" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181222 07:52:02.756" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:06.676" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:06.677" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:06.677" starttime="20181222 07:52:02.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="20181222 07:52:06.678" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:06Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 8f78e402-ea7d-497d-9058-af67bcbe70b3 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:06Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:06.678" starttime="20181222 07:52:06.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="20181222 07:52:06.678" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:06.678" starttime="20181222 07:52:06.678"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:06.679" starttime="20181222 07:52:06.679"></status>
</kw>
<msg timestamp="20181222 07:52:06.679" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:06.679" starttime="20181222 07:52:02.730"></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="20181222 07:52:06.680" level="INFO">${rule_id} = 8f78e402-ea7d-497d-9058-af67bcbe70b3</msg>
<status status="PASS" endtime="20181222 07:52:06.680" starttime="20181222 07:52:06.680"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:06.680" starttime="20181222 07:52:02.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>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="20181222 07:52:06.730" 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="20181222 07:52:06.730" starttime="20181222 07:52:06.730"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:06.731" starttime="20181222 07:52:06.729"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:06.732" starttime="20181222 07:52:06.731"></status>
</kw>
<msg timestamp="20181222 07:52:06.732" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:06.732" starttime="20181222 07:52:06.731"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:06.733" starttime="20181222 07:52:06.733"></status>
</kw>
<msg timestamp="20181222 07:52:06.733" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181222 07:52:06.733" starttime="20181222 07:52:06.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>${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="20181222 07:52:06.735" starttime="20181222 07:52:06.734"></status>
</kw>
<msg timestamp="20181222 07:52:06.735" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:06.735" starttime="20181222 07:52:06.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>${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="20181222 07:52:06.736" starttime="20181222 07:52:06.736"></status>
</kw>
<msg timestamp="20181222 07:52:06.736" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181222 07:52:06.736" starttime="20181222 07:52:06.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>${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="20181222 07:52:06.738" starttime="20181222 07:52:06.737"></status>
</kw>
<msg timestamp="20181222 07:52:06.738" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181222 07:52:06.738" starttime="20181222 07:52:06.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>${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="20181222 07:52:06.739" starttime="20181222 07:52:06.738"></status>
</kw>
<msg timestamp="20181222 07:52:06.739" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181222 07:52:06.739" starttime="20181222 07:52:06.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>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181222 07:52:06.740" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:06.740" starttime="20181222 07:52:06.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>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181222 07:52:06.741" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:06.741" starttime="20181222 07:52:06.740"></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="20181222 07:52:06.742" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:06.742" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.743" starttime="20181222 07:52:06.743"></status>
</kw>
<msg timestamp="20181222 07:52:06.743" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:06.743" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.744" starttime="20181222 07:52:06.744"></status>
</kw>
<msg timestamp="20181222 07:52:06.744" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181222 07:52:06.744" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.746" starttime="20181222 07:52:06.745"></status>
</kw>
<msg timestamp="20181222 07:52:06.746" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:06.746" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.747" starttime="20181222 07:52:06.747"></status>
</kw>
<msg timestamp="20181222 07:52:06.747" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181222 07:52:06.747" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.749" starttime="20181222 07:52:06.748"></status>
</kw>
<msg timestamp="20181222 07:52:06.749" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:06.749" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.751" starttime="20181222 07:52:06.750"></status>
</kw>
<msg timestamp="20181222 07:52:06.751" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:06.751" starttime="20181222 07:52:06.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>'${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="20181222 07:52:06.752" starttime="20181222 07:52:06.752"></status>
</kw>
<msg timestamp="20181222 07:52:06.752" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181222 07:52:06.752" starttime="20181222 07:52:06.751"></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="20181222 07:52:06.754" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181222 07:52:06.780" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:10.216" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:10.216" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:10.216" starttime="20181222 07:52:06.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="20181222 07:52:10.217" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:10Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | a136d7da-6ea8-495c-8cef-b9f75fbf0a15 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:10Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:10.217" starttime="20181222 07:52:10.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="20181222 07:52:10.218" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:10.218" starttime="20181222 07:52:10.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="20181222 07:52:10.219" starttime="20181222 07:52:10.219"></status>
</kw>
<msg timestamp="20181222 07:52:10.220" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:10.220" starttime="20181222 07:52:06.752"></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="20181222 07:52:10.220" level="INFO">${rule_id} = a136d7da-6ea8-495c-8cef-b9f75fbf0a15</msg>
<status status="PASS" endtime="20181222 07:52:10.220" starttime="20181222 07:52:10.220"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:10.221" starttime="20181222 07:52:06.728"></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="20181222 07:52:10.252" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181222 07:52:10.252" starttime="20181222 07:52:10.251"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:10.252" starttime="20181222 07:52:10.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>${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="20181222 07:52:10.253" starttime="20181222 07:52:10.252"></status>
</kw>
<msg timestamp="20181222 07:52:10.253" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:10.253" starttime="20181222 07:52:10.252"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:10.254" starttime="20181222 07:52:10.254"></status>
</kw>
<msg timestamp="20181222 07:52:10.254" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181222 07:52:10.254" starttime="20181222 07:52:10.253"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:10.255" starttime="20181222 07:52:10.255"></status>
</kw>
<msg timestamp="20181222 07:52:10.255" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:10.255" starttime="20181222 07:52:10.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>${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="20181222 07:52:10.256" starttime="20181222 07:52:10.256"></status>
</kw>
<msg timestamp="20181222 07:52:10.256" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181222 07:52:10.256" starttime="20181222 07:52:10.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>${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="20181222 07:52:10.257" starttime="20181222 07:52:10.257"></status>
</kw>
<msg timestamp="20181222 07:52:10.257" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181222 07:52:10.257" starttime="20181222 07:52:10.256"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:10.258" starttime="20181222 07:52:10.258"></status>
</kw>
<msg timestamp="20181222 07:52:10.258" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181222 07:52:10.258" starttime="20181222 07:52:10.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>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181222 07:52:10.259" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:10.259" starttime="20181222 07:52:10.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>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181222 07:52:10.259" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:10.259" starttime="20181222 07:52:10.259"></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="20181222 07:52:10.260" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:10.260" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.261" starttime="20181222 07:52:10.260"></status>
</kw>
<msg timestamp="20181222 07:52:10.261" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:10.261" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.262" starttime="20181222 07:52:10.261"></status>
</kw>
<msg timestamp="20181222 07:52:10.262" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181222 07:52:10.262" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.263" starttime="20181222 07:52:10.262"></status>
</kw>
<msg timestamp="20181222 07:52:10.263" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:10.263" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.265" starttime="20181222 07:52:10.264"></status>
</kw>
<msg timestamp="20181222 07:52:10.266" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:10.266" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.267" starttime="20181222 07:52:10.266"></status>
</kw>
<msg timestamp="20181222 07:52:10.267" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:10.267" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.268" starttime="20181222 07:52:10.267"></status>
</kw>
<msg timestamp="20181222 07:52:10.268" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:10.268" starttime="20181222 07:52:10.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>'${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="20181222 07:52:10.269" starttime="20181222 07:52:10.268"></status>
</kw>
<msg timestamp="20181222 07:52:10.269" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:10.269" starttime="20181222 07:52:10.268"></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="20181222 07:52:10.270" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181222 07:52:10.306" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:13.933" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:13.933" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:13.933" starttime="20181222 07:52:10.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="20181222 07:52:13.934" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:13Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 6e742f59-ac3a-441a-91cc-4829b73619c2 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:13Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:13.934" starttime="20181222 07:52:13.934"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:13.935" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:13.935" starttime="20181222 07:52:13.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="20181222 07:52:13.936" starttime="20181222 07:52:13.935"></status>
</kw>
<msg timestamp="20181222 07:52:13.936" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:13.936" starttime="20181222 07:52:10.269"></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="20181222 07:52:13.937" level="INFO">${rule_id} = 6e742f59-ac3a-441a-91cc-4829b73619c2</msg>
<status status="PASS" endtime="20181222 07:52:13.937" starttime="20181222 07:52:13.936"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:13.937" starttime="20181222 07:52:10.250"></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="20181222 07:52:13.970" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181222 07:52:13.970" starttime="20181222 07:52:13.970"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:13.970" starttime="20181222 07:52:13.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>${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="20181222 07:52:13.972" starttime="20181222 07:52:13.971"></status>
</kw>
<msg timestamp="20181222 07:52:13.972" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:13.972" starttime="20181222 07:52:13.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>${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="20181222 07:52:13.973" starttime="20181222 07:52:13.973"></status>
</kw>
<msg timestamp="20181222 07:52:13.973" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181222 07:52:13.973" starttime="20181222 07:52:13.972"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:13.975" starttime="20181222 07:52:13.974"></status>
</kw>
<msg timestamp="20181222 07:52:13.975" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:13.975" starttime="20181222 07:52:13.974"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:13.976" starttime="20181222 07:52:13.975"></status>
</kw>
<msg timestamp="20181222 07:52:13.976" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181222 07:52:13.976" starttime="20181222 07:52:13.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>${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="20181222 07:52:13.977" starttime="20181222 07:52:13.977"></status>
</kw>
<msg timestamp="20181222 07:52:13.977" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181222 07:52:13.977" starttime="20181222 07:52:13.976"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:13.978" starttime="20181222 07:52:13.978"></status>
</kw>
<msg timestamp="20181222 07:52:13.979" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181222 07:52:13.979" starttime="20181222 07:52:13.978"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:13.979" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:13.979" starttime="20181222 07:52:13.979"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:13.980" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:13.980" starttime="20181222 07:52:13.979"></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="20181222 07:52:13.980" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:13.980" starttime="20181222 07:52:13.980"></status>
</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="20181222 07:52:13.981" starttime="20181222 07:52:13.981"></status>
</kw>
<msg timestamp="20181222 07:52:13.981" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:13.981" starttime="20181222 07:52:13.980"></status>
</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="20181222 07:52:13.982" starttime="20181222 07:52:13.982"></status>
</kw>
<msg timestamp="20181222 07:52:13.982" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181222 07:52:13.982" starttime="20181222 07:52:13.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>'${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="20181222 07:52:13.983" starttime="20181222 07:52:13.983"></status>
</kw>
<msg timestamp="20181222 07:52:13.983" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:13.983" starttime="20181222 07:52:13.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>'${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="20181222 07:52:13.985" starttime="20181222 07:52:13.985"></status>
</kw>
<msg timestamp="20181222 07:52:13.985" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:13.985" starttime="20181222 07:52:13.984"></status>
</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="20181222 07:52:13.986" starttime="20181222 07:52:13.986"></status>
</kw>
<msg timestamp="20181222 07:52:13.986" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:13.986" starttime="20181222 07:52:13.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>'${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="20181222 07:52:13.987" starttime="20181222 07:52:13.987"></status>
</kw>
<msg timestamp="20181222 07:52:13.987" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:13.987" starttime="20181222 07:52:13.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>'${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="20181222 07:52:13.988" starttime="20181222 07:52:13.988"></status>
</kw>
<msg timestamp="20181222 07:52:13.988" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181222 07:52:13.988" starttime="20181222 07:52:13.987"></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="20181222 07:52:13.990" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181222 07:52:14.010" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:17.463" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:17.464" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:17.464" starttime="20181222 07:52:13.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:52:17.465" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:17Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | d69b37c2-9692-4388-b7cd-5fb80059103d |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:17Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:17.465" starttime="20181222 07:52:17.464"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:17.465" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:17.465" starttime="20181222 07:52:17.465"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:17.466" starttime="20181222 07:52:17.466"></status>
</kw>
<msg timestamp="20181222 07:52:17.467" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:17.467" starttime="20181222 07:52:13.989"></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="20181222 07:52:17.468" level="INFO">${rule_id} = d69b37c2-9692-4388-b7cd-5fb80059103d</msg>
<status status="PASS" endtime="20181222 07:52:17.468" starttime="20181222 07:52:17.467"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:17.468" starttime="20181222 07:52:13.968"></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="20181222 07:52:17.502" 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="20181222 07:52:17.502" starttime="20181222 07:52:17.501"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:17.502" starttime="20181222 07:52:17.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>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="20181222 07:52:17.503" starttime="20181222 07:52:17.503"></status>
</kw>
<msg timestamp="20181222 07:52:17.504" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:17.504" starttime="20181222 07:52:17.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>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="20181222 07:52:17.505" starttime="20181222 07:52:17.505"></status>
</kw>
<msg timestamp="20181222 07:52:17.505" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181222 07:52:17.505" starttime="20181222 07:52:17.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>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="20181222 07:52:17.506" starttime="20181222 07:52:17.506"></status>
</kw>
<msg timestamp="20181222 07:52:17.506" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:17.507" starttime="20181222 07:52:17.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>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="20181222 07:52:17.508" starttime="20181222 07:52:17.507"></status>
</kw>
<msg timestamp="20181222 07:52:17.508" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181222 07:52:17.508" starttime="20181222 07:52:17.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>${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="20181222 07:52:17.509" starttime="20181222 07:52:17.509"></status>
</kw>
<msg timestamp="20181222 07:52:17.509" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181222 07:52:17.509" starttime="20181222 07:52:17.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>${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="20181222 07:52:17.510" starttime="20181222 07:52:17.510"></status>
</kw>
<msg timestamp="20181222 07:52:17.510" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181222 07:52:17.510" starttime="20181222 07:52:17.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>${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="20181222 07:52:17.511" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:17.511" starttime="20181222 07:52:17.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>${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="20181222 07:52:17.512" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:17.512" starttime="20181222 07:52:17.511"></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="20181222 07:52:17.512" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:17.512" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.513" starttime="20181222 07:52:17.513"></status>
</kw>
<msg timestamp="20181222 07:52:17.513" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:17.513" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.514" starttime="20181222 07:52:17.514"></status>
</kw>
<msg timestamp="20181222 07:52:17.515" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181222 07:52:17.515" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.516" starttime="20181222 07:52:17.515"></status>
</kw>
<msg timestamp="20181222 07:52:17.516" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:17.516" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.518" starttime="20181222 07:52:17.517"></status>
</kw>
<msg timestamp="20181222 07:52:17.518" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181222 07:52:17.518" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.520" starttime="20181222 07:52:17.519"></status>
</kw>
<msg timestamp="20181222 07:52:17.520" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:17.520" starttime="20181222 07:52:17.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>'${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="20181222 07:52:17.521" starttime="20181222 07:52:17.521"></status>
</kw>
<msg timestamp="20181222 07:52:17.521" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:17.521" starttime="20181222 07:52:17.520"></status>
</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="20181222 07:52:17.523" starttime="20181222 07:52:17.522"></status>
</kw>
<msg timestamp="20181222 07:52:17.523" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:17.523" starttime="20181222 07:52:17.522"></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="20181222 07:52:17.524" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181222 07:52:17.545" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:20.835" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:20.836" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:20.836" starttime="20181222 07:52:17.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="20181222 07:52:20.837" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:20Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 92428f09-75c7-4a6c-8263-47e868e83ded |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:20Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:20.838" starttime="20181222 07:52:20.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="20181222 07:52:20.838" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:20.838" starttime="20181222 07:52:20.838"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:20.840" starttime="20181222 07:52:20.839"></status>
</kw>
<msg timestamp="20181222 07:52:20.840" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:20.840" starttime="20181222 07:52:17.523"></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="20181222 07:52:20.841" level="INFO">${rule_id} = 92428f09-75c7-4a6c-8263-47e868e83ded</msg>
<status status="PASS" endtime="20181222 07:52:20.841" starttime="20181222 07:52:20.840"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:20.841" starttime="20181222 07:52:17.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>${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="20181222 07:52:20.884" 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="20181222 07:52:20.884" starttime="20181222 07:52:20.884"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:20.884" starttime="20181222 07:52:20.883"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:20.886" starttime="20181222 07:52:20.885"></status>
</kw>
<msg timestamp="20181222 07:52:20.886" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181222 07:52:20.886" starttime="20181222 07:52:20.885"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:20.887" starttime="20181222 07:52:20.886"></status>
</kw>
<msg timestamp="20181222 07:52:20.887" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181222 07:52:20.887" starttime="20181222 07:52:20.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>${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="20181222 07:52:20.888" starttime="20181222 07:52:20.887"></status>
</kw>
<msg timestamp="20181222 07:52:20.888" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181222 07:52:20.888" starttime="20181222 07:52:20.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>${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="20181222 07:52:20.889" starttime="20181222 07:52:20.889"></status>
</kw>
<msg timestamp="20181222 07:52:20.889" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181222 07:52:20.889" starttime="20181222 07:52:20.888"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:20.891" starttime="20181222 07:52:20.890"></status>
</kw>
<msg timestamp="20181222 07:52:20.891" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181222 07:52:20.891" starttime="20181222 07:52:20.890"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:20.892" starttime="20181222 07:52:20.892"></status>
</kw>
<msg timestamp="20181222 07:52:20.892" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181222 07:52:20.892" starttime="20181222 07:52:20.891"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181222 07:52:20.893" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181222 07:52:20.893" starttime="20181222 07:52:20.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>${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="20181222 07:52:20.893" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181222 07:52:20.894" starttime="20181222 07:52:20.893"></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="20181222 07:52:20.894" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:20.894" starttime="20181222 07:52:20.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>'${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="20181222 07:52:20.895" starttime="20181222 07:52:20.895"></status>
</kw>
<msg timestamp="20181222 07:52:20.895" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181222 07:52:20.896" starttime="20181222 07:52:20.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>'${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="20181222 07:52:20.897" starttime="20181222 07:52:20.896"></status>
</kw>
<msg timestamp="20181222 07:52:20.897" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181222 07:52:20.897" starttime="20181222 07:52:20.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>'${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="20181222 07:52:20.898" starttime="20181222 07:52:20.898"></status>
</kw>
<msg timestamp="20181222 07:52:20.898" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181222 07:52:20.898" starttime="20181222 07:52:20.897"></status>
</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="20181222 07:52:20.899" starttime="20181222 07:52:20.899"></status>
</kw>
<msg timestamp="20181222 07:52:20.899" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181222 07:52:20.899" starttime="20181222 07:52:20.898"></status>
</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="20181222 07:52:20.900" starttime="20181222 07:52:20.900"></status>
</kw>
<msg timestamp="20181222 07:52:20.901" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:20.901" starttime="20181222 07:52:20.900"></status>
</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="20181222 07:52:20.902" starttime="20181222 07:52:20.901"></status>
</kw>
<msg timestamp="20181222 07:52:20.902" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:20.902" starttime="20181222 07:52:20.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>'${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="20181222 07:52:20.903" starttime="20181222 07:52:20.902"></status>
</kw>
<msg timestamp="20181222 07:52:20.903" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181222 07:52:20.903" starttime="20181222 07:52:20.902"></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="20181222 07:52:20.904" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181222 07:52:20.924" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:24.258" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:24.258" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:24.258" starttime="20181222 07:52:20.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="20181222 07:52:24.259" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-22T07:52:24Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 1b1e6016-38d6-4561-aa5c-f004e12dbba7 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 2d1119acee4b4132b2e8b4b404322ee5     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 35345925-ed4e-42ca-9aef-f49504fefdcb |
| updated_at        | 2018-12-22T07:52:24Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:24.259" starttime="20181222 07:52:24.259"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:24.260" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:24.260" starttime="20181222 07:52:24.259"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:24.260" starttime="20181222 07:52:24.260"></status>
</kw>
<msg timestamp="20181222 07:52:24.261" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181222 07:52:24.261" starttime="20181222 07:52:20.903"></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="20181222 07:52:24.261" level="INFO">${rule_id} = 1b1e6016-38d6-4561-aa5c-f004e12dbba7</msg>
<status status="PASS" endtime="20181222 07:52:24.261" starttime="20181222 07:52:24.261"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:24.261" starttime="20181222 07:52:20.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>"${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="20181222 07:52:24.263" starttime="20181222 07:52:24.262"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:24.263" starttime="20181222 07:51:59.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}[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="20181222 07:52:24.265" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:52:24.265" starttime="20181222 07:52:24.264"></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="20181222 07:52:24.274" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:52:24.293" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:26.651" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:26.651" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:26.652" starttime="20181222 07:52:24.273"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:52:26.653" level="INFO">9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:26.653" starttime="20181222 07:52:26.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="20181222 07:52:26.653" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:26.654" starttime="20181222 07:52:26.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="20181222 07:52:26.654" starttime="20181222 07:52:26.654"></status>
</kw>
<msg timestamp="20181222 07:52:26.655" level="INFO">${output} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:26.655" starttime="20181222 07:52:24.272"></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="20181222 07:52:26.655" level="INFO">${splitted_output} = [u'9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f']</msg>
<status status="PASS" endtime="20181222 07:52:26.655" starttime="20181222 07:52:26.655"></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="20181222 07:52:26.656" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:26.656" starttime="20181222 07:52:26.655"></status>
</kw>
<msg timestamp="20181222 07:52:26.656" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:26.656" starttime="20181222 07:52:24.265"></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="20181222 07:52:26.664" 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=9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181222 07:52:26.684" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:36.491" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:36.492" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:36.492" starttime="20181222 07:52:26.664"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:52:36.493" 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                           | 8VwFnWJJYrta                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 899acced-335f-4cb8-b2bd-cf35ea0aafb1                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:52:36Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:36.493" starttime="20181222 07:52:36.492"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:36.493" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:36.494" starttime="20181222 07:52:36.493"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:36.494" starttime="20181222 07:52:36.494"></status>
</kw>
<msg timestamp="20181222 07:52:36.495" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:52:36.495" starttime="20181222 07:52:26.663"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:36.495" starttime="20181222 07:52:24.263"></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="20181222 07:52:36.497" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:52:36.497" starttime="20181222 07:52:36.496"></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="20181222 07:52:36.510" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:52:36.533" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:38.785" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:38.786" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:38.786" starttime="20181222 07:52:36.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="20181222 07:52:38.787" level="INFO">9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:38.787" starttime="20181222 07:52:38.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="20181222 07:52:38.787" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:38.787" starttime="20181222 07:52:38.787"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:38.788" starttime="20181222 07:52:38.788"></status>
</kw>
<msg timestamp="20181222 07:52:38.789" level="INFO">${output} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:38.789" starttime="20181222 07:52:36.509"></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="20181222 07:52:38.790" level="INFO">${splitted_output} = [u'9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f']</msg>
<status status="PASS" endtime="20181222 07:52:38.790" starttime="20181222 07:52:38.789"></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="20181222 07:52:38.790" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:38.790" starttime="20181222 07:52:38.790"></status>
</kw>
<msg timestamp="20181222 07:52:38.791" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:38.791" starttime="20181222 07:52:36.497"></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="20181222 07:52:38.800" 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=9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181222 07:52:38.819" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:48.843" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:48.844" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:48.844" starttime="20181222 07:52:38.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:52:48.845" 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                           | w6WigGTDr773                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:48Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 8cd1b475-31a0-4e3b-ac31-006a799e5938                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:52:48Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:48.845" starttime="20181222 07:52:48.844"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:48.846" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:48.846" starttime="20181222 07:52:48.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="20181222 07:52:48.847" starttime="20181222 07:52:48.846"></status>
</kw>
<msg timestamp="20181222 07:52:48.847" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:52:48.847" starttime="20181222 07:52:38.799"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:48.848" starttime="20181222 07:52:36.495"></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="20181222 07:52:48.850" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:52:48.850" starttime="20181222 07:52:48.849"></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="20181222 07:52:48.861" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:52:48.880" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:51.120" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:51.120" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:51.120" starttime="20181222 07:52:48.861"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:52:51.121" level="INFO">9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:51.121" starttime="20181222 07:52:51.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="20181222 07:52:51.122" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:51.122" starttime="20181222 07:52:51.121"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:52:51.122" starttime="20181222 07:52:51.122"></status>
</kw>
<msg timestamp="20181222 07:52:51.123" level="INFO">${output} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:51.123" starttime="20181222 07:52:48.860"></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="20181222 07:52:51.123" level="INFO">${splitted_output} = [u'9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f']</msg>
<status status="PASS" endtime="20181222 07:52:51.123" starttime="20181222 07:52:51.123"></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="20181222 07:52:51.124" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:51.124" starttime="20181222 07:52:51.123"></status>
</kw>
<msg timestamp="20181222 07:52:51.124" level="INFO">${net_id} = 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<status status="PASS" endtime="20181222 07:52:51.124" starttime="20181222 07:52:48.850"></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="20181222 07:52:51.132" 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=9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181222 07:52:51.151" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:52:58.264" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:52:58.264" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:52:58.264" starttime="20181222 07:52:51.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="20181222 07:52:58.265" 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                           | 52GSPGqGDJT2                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:57Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 51ffffdd-ca22-4750-9a98-9b95a6f8fbcf                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:52:57Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:52:58.265" starttime="20181222 07:52:58.265"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:52:58.266" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:52:58.266" starttime="20181222 07:52:58.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="20181222 07:52:58.266" starttime="20181222 07:52:58.266"></status>
</kw>
<msg timestamp="20181222 07:52:58.267" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:52:58.267" starttime="20181222 07:52:51.131"></status>
</kw>
<status status="PASS" endtime="20181222 07:52:58.267" starttime="20181222 07:52:48.848"></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="20181222 07:52:58.268" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:52:58.268" starttime="20181222 07:52:58.268"></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="20181222 07:52:58.278" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:52:58.298" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:00.526" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:00.527" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:00.527" starttime="20181222 07:52:58.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="20181222 07:53:00.528" level="INFO">35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:00.528" starttime="20181222 07:53:00.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="20181222 07:53:00.528" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:00.528" starttime="20181222 07:53:00.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="20181222 07:53:00.530" starttime="20181222 07:53:00.529"></status>
</kw>
<msg timestamp="20181222 07:53:00.530" level="INFO">${output} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:00.530" starttime="20181222 07:52:58.277"></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="20181222 07:53:00.531" level="INFO">${splitted_output} = [u'35a392b7-fe37-456b-88d7-72656496677d']</msg>
<status status="PASS" endtime="20181222 07:53:00.531" starttime="20181222 07:53:00.531"></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="20181222 07:53:00.532" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:00.532" starttime="20181222 07:53:00.532"></status>
</kw>
<msg timestamp="20181222 07:53:00.533" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:00.533" starttime="20181222 07:52:58.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="20181222 07:53:00.547" 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=35a392b7-fe37-456b-88d7-72656496677d --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181222 07:53:00.570" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:09.153" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:09.154" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:09.154" starttime="20181222 07:53:00.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="20181222 07:53:09.155" 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                           | WtNatxALHQb4                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:08Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | b6697a41-4fb3-424b-95be-60e41c216092                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:53:08Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:53:09.155" starttime="20181222 07:53:09.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="20181222 07:53:09.155" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:09.155" starttime="20181222 07:53:09.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="20181222 07:53:09.156" starttime="20181222 07:53:09.156"></status>
</kw>
<msg timestamp="20181222 07:53:09.157" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:53:09.157" starttime="20181222 07:53:00.545"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:09.157" starttime="20181222 07:52:58.267"></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="20181222 07:53:09.159" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:53:09.159" starttime="20181222 07:53:09.159"></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="20181222 07:53:09.169" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:53:09.188" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:11.813" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:11.813" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:11.813" starttime="20181222 07:53:09.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="20181222 07:53:11.814" level="INFO">35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:11.814" starttime="20181222 07:53:11.814"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:53:11.815" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:11.815" starttime="20181222 07:53:11.814"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:11.815" starttime="20181222 07:53:11.815"></status>
</kw>
<msg timestamp="20181222 07:53:11.816" level="INFO">${output} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:11.816" starttime="20181222 07:53:09.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>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181222 07:53:11.816" level="INFO">${splitted_output} = [u'35a392b7-fe37-456b-88d7-72656496677d']</msg>
<status status="PASS" endtime="20181222 07:53:11.816" starttime="20181222 07:53:11.816"></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="20181222 07:53:11.817" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:11.817" starttime="20181222 07:53:11.817"></status>
</kw>
<msg timestamp="20181222 07:53:11.817" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:11.818" starttime="20181222 07:53:09.160"></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="20181222 07:53:11.832" 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=35a392b7-fe37-456b-88d7-72656496677d --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181222 07:53:11.852" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:18.232" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:18.233" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:18.233" starttime="20181222 07:53:11.832"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:53:18.234" 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                           | MjciXgSFZyN2                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:17Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 240ce8ff-3be3-4cd2-80d3-3dc149ce5fea                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:53:18Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:53:18.234" starttime="20181222 07:53:18.233"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:53:18.234" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:18.234" starttime="20181222 07:53:18.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="20181222 07:53:18.235" starttime="20181222 07:53:18.235"></status>
</kw>
<msg timestamp="20181222 07:53:18.235" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:53:18.235" starttime="20181222 07:53:11.830"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:18.236" starttime="20181222 07:53:09.157"></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="20181222 07:53:18.237" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181222 07:53:18.237" starttime="20181222 07:53:18.237"></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="20181222 07:53:18.246" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181222 07:53:18.266" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:20.693" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:20.694" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:20.694" starttime="20181222 07:53:18.245"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:53:20.695" level="INFO">35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:20.695" starttime="20181222 07:53:20.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:53:20.696" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:20.696" starttime="20181222 07:53:20.695"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:20.697" starttime="20181222 07:53:20.696"></status>
</kw>
<msg timestamp="20181222 07:53:20.697" level="INFO">${output} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:20.697" starttime="20181222 07:53:18.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="20181222 07:53:20.698" level="INFO">${splitted_output} = [u'35a392b7-fe37-456b-88d7-72656496677d']</msg>
<status status="PASS" endtime="20181222 07:53:20.698" starttime="20181222 07:53:20.697"></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="20181222 07:53:20.698" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:20.698" starttime="20181222 07:53:20.698"></status>
</kw>
<msg timestamp="20181222 07:53:20.698" level="INFO">${net_id} = 35a392b7-fe37-456b-88d7-72656496677d</msg>
<status status="PASS" endtime="20181222 07:53:20.698" starttime="20181222 07:53:18.237"></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="20181222 07:53:20.706" 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=35a392b7-fe37-456b-88d7-72656496677d --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181222 07:53:20.727" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:28.357" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:28.357" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:28.357" starttime="20181222 07:53:20.706"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:53:28.358" 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                           | u2ZXGsxqce7j                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:28Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 6b1bf023-6e4d-427c-8976-c43694b56c25                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='35345925-ed4e-42ca-9aef-f49504fefdcb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-22T07:53:28Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:53:28.358" starttime="20181222 07:53:28.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="20181222 07:53:28.359" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:28.359" starttime="20181222 07:53:28.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="20181222 07:53:28.360" starttime="20181222 07:53:28.359"></status>
</kw>
<msg timestamp="20181222 07:53:28.360" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181222 07:53:28.360" starttime="20181222 07:53:20.705"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:28.360" starttime="20181222 07:53:18.236"></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="20181222 07:53:28.362" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181222 07:53:28.362" starttime="20181222 07:53:28.361"></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="20181222 07:53:28.375" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:53:28.395" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:33.408" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:33.409" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:33.409" starttime="20181222 07:53:28.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="20181222 07:53:33.410" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:33.410" starttime="20181222 07:53:33.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="20181222 07:53:33.410" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:33.410" starttime="20181222 07:53:33.410"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:33.411" starttime="20181222 07:53:33.411"></status>
</kw>
<msg timestamp="20181222 07:53:33.411" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:33.412" starttime="20181222 07:53:28.373"></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>
<status status="PASS" endtime="20181222 07:53:33.412" starttime="20181222 07:53:33.412"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:33.412" starttime="20181222 07:53:28.364"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:33.412" starttime="20181222 07:53:28.363"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:33.412" starttime="20181222 07:53:28.362"></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.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:53:33.421" level="INFO">Starting process:
openstack console log show l2_net_1_vm_1</msg>
<msg timestamp="20181222 07:53:33.445" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:36.949" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:36.950" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:36.950" starttime="20181222 07:53:33.420"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.951" starttime="20181222 07:53:36.950"></status>
</kw>
<msg timestamp="20181222 07:53:36.951" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:53:36.951" starttime="20181222 07:53:33.420"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:53:36.952" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.952" starttime="20181222 07:53:36.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>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:53:36.952" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.952" starttime="20181222 07:53:36.952"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:36.954" level="INFO">@{matches} = [ 21.0.0.127 obtained ]</msg>
<status status="PASS" endtime="20181222 07:53:36.954" starttime="20181222 07:53:36.953"></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="20181222 07:53:36.955" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:36.955" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:36.955" starttime="20181222 07:53:36.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:53:36.964" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.965" starttime="20181222 07:53:36.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>${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="20181222 07:53:36.966" level="INFO">${OS_MATCH} = 21.0.0.127 obtained</msg>
<status status="PASS" endtime="20181222 07:53:36.966" starttime="20181222 07:53:36.965"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.966" starttime="20181222 07:53:36.965"></status>
</kw>
<msg timestamp="20181222 07:53:36.966" level="INFO">${match} = 21.0.0.127 obtained</msg>
<status status="PASS" endtime="20181222 07:53:36.966" starttime="20181222 07:53:36.953"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:53:36.968" level="INFO">@{matches} = [ 21.0.0.127 ]</msg>
<status status="PASS" endtime="20181222 07:53:36.968" starttime="20181222 07:53:36.967"></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="20181222 07:53:36.968" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:36.968" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:36.968" starttime="20181222 07:53:36.968"></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="20181222 07:53:36.970" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.970" starttime="20181222 07:53:36.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>${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="20181222 07:53:36.971" level="INFO">${OS_MATCH} = 21.0.0.127</msg>
<status status="PASS" endtime="20181222 07:53:36.971" starttime="20181222 07:53:36.971"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.971" starttime="20181222 07:53:36.970"></status>
</kw>
<msg timestamp="20181222 07:53:36.972" level="INFO">${vm_ip} = 21.0.0.127</msg>
<status status="PASS" endtime="20181222 07:53:36.972" starttime="20181222 07:53:36.966"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:36.973" level="INFO">@{matches} = [ ip-route:169.254.169.254 via 21.0.0.3 ]</msg>
<status status="PASS" endtime="20181222 07:53:36.973" starttime="20181222 07:53:36.972"></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="20181222 07:53:36.974" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:36.974" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:36.974" starttime="20181222 07:53:36.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_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:53:36.974" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.974" starttime="20181222 07:53:36.974"></status>
</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="20181222 07:53:36.975" level="INFO">${OS_MATCH} = ip-route:169.254.169.254 via 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:36.975" starttime="20181222 07:53:36.975"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.975" starttime="20181222 07:53:36.974"></status>
</kw>
<msg timestamp="20181222 07:53:36.976" level="INFO">${match} = ip-route:169.254.169.254 via 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:36.976" starttime="20181222 07:53:36.972"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:53:36.977" level="INFO">@{matches} = [ 169.254.169.254 | 21.0.0.3 ]</msg>
<status status="PASS" endtime="20181222 07:53:36.977" starttime="20181222 07:53:36.976"></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="20181222 07:53:36.977" level="INFO">Length is 2</msg>
<msg timestamp="20181222 07:53:36.978" level="INFO">${matches_length} = 2</msg>
<status status="PASS" endtime="20181222 07:53:36.978" starttime="20181222 07:53:36.977"></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="20181222 07:53:36.978" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.978" starttime="20181222 07:53:36.978"></status>
</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="20181222 07:53:36.979" level="INFO">${OS_MATCH} = 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:36.979" starttime="20181222 07:53:36.979"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.979" starttime="20181222 07:53:36.978"></status>
</kw>
<msg timestamp="20181222 07:53:36.979" level="INFO">${dhcp_ip} = 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:36.979" starttime="20181222 07:53:36.976"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.980" starttime="20181222 07:53:36.980"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.980" starttime="20181222 07:53:36.980"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.981" starttime="20181222 07:53:36.981"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.981" starttime="20181222 07:53:36.981"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.982" starttime="20181222 07:53:33.413"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.982" starttime="20181222 07:53:33.413"></status>
</kw>
<msg timestamp="20181222 07:53:36.982" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:53:36.982" level="INFO">${ips_and_console_log} = [u'21.0.0.127', u'21.0.0.3', u'[    0.000000] Initializing cgroup subsys cpuset\n[    0.000000] Initializing cgroup subsys cpu\n[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc versio...</msg>
<status status="PASS" endtime="20181222 07:53:36.982" starttime="20181222 07:53:33.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>"${status}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<msg timestamp="20181222 07:53:36.983" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.912 MHz processor.
[    0.016000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)
[    0.024026] pid_max: default: 32768 minimum: 301
[    0.028051] Security Framework initialized
[    0.036037] AppArmor: AppArmor initialized
[    0.044022] Yama: becoming mindful.
[    0.052068] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.060047] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.068047] Mount-cache hash table entries: 256
[    0.076182] Initializing cgroup subsys cpuacct
[    0.084032] Initializing cgroup subsys memory
[    0.092043] Initializing cgroup subsys devices
[    0.096031] Initializing cgroup subsys freezer
[    0.100032] Initializing cgroup subsys blkio
[    0.108039] Initializing cgroup subsys perf_event
[    0.120142] CPU: Physical Processor ID: 0
[    0.128870] mce: CPU supports 10 MCE banks
[    0.141051] SMP alternatives: switching to UP code
[    0.357889] Freeing SMP alternatives: 24k freed
[    0.364057] ACPI: Core revision 20110623
[    0.376156] ftrace: allocating 26610 entries in 105 pages
[    0.394545] Enabling x2apic
[    0.396024] Enabled x2apic
[    0.396048] Switched APIC routing to physical x2apic.
[    0.417736] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.420031] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.444027] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.452133] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.456059] Brought up 1 CPUs
[    0.460032] Total of 1 processors activated (6983.82 BogoMIPS).
[    0.467270] devtmpfs: initialized
[    0.468455] EVM: security.selinux
[    0.472030] EVM: security.SMACK64
[    0.476031] EVM: security.capability
[    0.480701] print_constraints: dummy: 
[    0.484650] RTC time:  7:52:50, date: 12/22/18
[    0.488076] NET: Registered protocol family 16
[    0.492196] ACPI: bus type pci registered
[    0.496602] PCI: Using configuration type 1 for base access
[    0.500536] bio: create slab &lt;bio-0&gt; at 0
[    0.504136] ACPI: Added _OSI(Module Device)
[    0.508038] ACPI: Added _OSI(Processor Device)
[    0.512035] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.516035] ACPI: Added _OSI(Processor Aggregator Device)
[    0.524095] ACPI: Interpreter enabled
[    0.528035] ACPI: (supports S0 S5)
[    0.536036] ACPI: Using IOAPIC for interrupt routing
[    0.545350] ACPI: No dock devices found.
[    0.548036] HEST: Table not found.
[    0.552040] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.556067] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.560099] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.564041] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.568040] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.572039] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.576040] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.609755] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.612116] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.709055]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.713892] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.728381] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.740377] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.752383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.767564] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.776454] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.780055] vgaarb: loaded
[    0.784052] vgaarb: bridge control possible 0000:00:02.0
[    0.788141] i2c-core: driver [aat2870] using legacy suspend method
[    0.792052] i2c-core: driver [aat2870] using legacy resume method
[    0.796130] SCSI subsystem initialized
[    0.800132] usbcore: registered new interface driver usbfs
[    0.804079] usbcore: registered new interface driver hub
[    0.808091] usbcore: registered new device driver usb
[    0.812130] PCI: Using ACPI for IRQ routing
[    0.817418] NetLabel: Initializing
[    0.820053] NetLabel:  domain hash size = 128
[    0.824053] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.828068] NetLabel:  unlabeled traffic allowed by default
[    0.832132] Switching to clocksource kvm-clock
[    0.840102] AppArmor: AppArmor Filesystem Enabled
[    0.851339] pnp: PnP ACPI init
[    0.859652] ACPI: bus type pnp registered
[    0.871468] pnp: PnP ACPI: found 9 devices
[    0.881264] ACPI: ACPI bus type pnp unregistered
[    0.897120] NET: Registered protocol family 2
[    0.907013] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.919308] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.931496] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.942407] TCP: Hash tables configured (established 2048 bind 2048)
[    0.953725] TCP reno registered
[    0.961071] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    0.973672] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    0.988279] NET: Registered protocol family 1
[    0.997042] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.007786] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.018364] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.029594] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.050707] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.067418] pci 0000:00:01.2: PCI INT D disabled
[    1.077631] audit: initializing netlink socket (disabled)
[    1.087842] type=2000 audit(1545465170.084:1): initialized
[    1.111362] Trying to unpack rootfs image as initramfs...
[    1.148370] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.176365] VFS: Disk quotas dquot_6.5.2
[    1.185520] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.203654] Freeing initrd memory: 3452k freed
[    1.214375] fuse init (API version 7.17)
[    1.223661] msgmni has been set to 91
[    1.231487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.252136] io scheduler noop registered
[    1.263672] io scheduler deadline registered (default)
[    1.275981] io scheduler cfq registered
[    1.286050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.297747] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.312206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.328854] ACPI: Power Button [PWRF]
[    1.339053] ERST: Table is not found!
[    1.347967] GHES: HEST is not enabled!
[    1.358325] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.369957] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.390118] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.411261] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.422293] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.440972] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.493127] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.541332] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.552150] Linux agpgart interface v0.103
[    1.561529] brd: module loaded
[    1.569205] loop: module loaded
[    1.581937]  vda: vda1
[    1.590623] scsi0 : ata_piix
[    1.597984] scsi1 : ata_piix
[    1.605254] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.617372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.630177] Fixed MDIO Bus: probed
[    1.638143] tun: Universal TUN/TAP device driver, 1.6
[    1.648505] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.667873] PPP generic driver version 2.4.2
[    1.678249] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.692006] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.705276] uhci_hcd: USB Universal Host Controller Interface driver
[    1.718852] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.738720] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.751880] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.768121] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.779707] hub 1-0:1.0: USB hub found
[    1.788111] hub 1-0:1.0: 2 ports detected
[    1.797251] usbcore: registered new interface driver libusual
[    1.808310] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.829867] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.839810] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.851273] mousedev: PS/2 mouse device common for all mice
[    1.863159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.880907] rtc_cmos 00:01: RTC can wake from S4
[    1.892387] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.904599] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    1.918162] device-mapper: uevent: version 1.0.3
[    1.934861] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.958065] cpuidle: using governor ladder
[    1.968782] cpuidle: using governor menu
[    1.980845] EFI Variables Facility v0.08 2004-May-17
[    1.994207] TCP cubic registered
[    2.004814] NET: Registered protocol family 10
[    2.018199] NET: Registered protocol family 17
[    2.030269] Registering the dns_resolver key type
[    2.044766] registered taskstats version 1
[    2.063287]   Magic number: 14:769:875
[    2.073575] rtc_cmos 00:01: setting system clock to 2018-12-22 07:52:52 UTC (1545465172)
[    2.093227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.106987] EDD information not available.
[    2.121358] Freeing unused kernel memory: 928k freed
[    2.133228] Write protecting the kernel read-only data: 12288k
[    2.149490] Freeing unused kernel memory: 1596k freed
[    2.163999] Freeing unused kernel memory: 1184k freed
[    2.174274] usb 1-1: new full-speed USB device number 2 using uhci_hcd

info: initramfs: up at 2.19
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.25
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.46
no results found for mode=local. up 2.51. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 21.0.0.127...
Lease of 21.0.0.127 obtained, lease time 86400
route: SIOCADDRT: File exists
WARN: failed: route add -net "0.0.0.0/0" gw "21.0.0.1"
cirros-ds 'net' up at 2.58
checking http://169.254.169.254/2009-04-04/instance-id
successful after 1/20 tries: up 2.59. iid=i-00000002
failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys
warning: no ec2 metadata for public-keys
failed to get http://169.254.169.254/2009-04-04/user-data
warning: no ec2 metadata for user-data
found datasource (ec2, net)
Top of dropbear init script
Starting dropbear sshd: WARN: generating key of type ecdsa failed!
OK
/run/cirros/datasource/data/user-data was not '#!' or executable
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.912 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAglxNMEKNSD5sNUFsJ9OSeYXbZng/7Ox+YWsMpUrKtzAv+nGC9nqtrzChn52JuR0hNLMAE2jlVSU93MpOllcUHs6CFTFqyKpApdeQ2uR3SX8zLwU2sanXZ9hX+jFK239l77teiYHxe44jozmvOPRl3s+mBjgJ7B3GG64/QKEnzprnes8= root@l2-net-1-vm-1
ssh-dss AAAAB3NzaC1kc3MAAACBAMNSvX3JbbU7wHZp1xuIM5wdoGQjv66A9UENuSPn3dOLAwuutldQViXGDbNM8m1MgH+sCQKIbuLZLLkzpmCfAtufG1I4wiXWmn0JwqNGEulo5QKKEysuXG6/IiLSahmOEuIU0lW0eoJN0Hm2VjPzXhgE2I2rm9pR9joP908+mpbpAAAAFQDEukWjqcjHMWMWUSEeWzy/4jmswwAAAIA155MwYmmdN9NaTea/YI6cmhCbrMhLti7WDSdaZujerxqrgienpujg+h5fOsIVHH1NGZpV9MpzRo72GbftJMNV27nvIVSfJtO2+jTh1PAtcSUpf21YY72Od1zm/Lpe7fOdKlJYGjFqWzUti5i4gane4xmbA7hdNgV2rBy8sVuM1wAAAIEAjyHmOw7stLGkg015CMFaZgmuDLEzEE8xYAs3LHfNI/bukG7k1VHdiHi35xdtrPHI626+OochK11pmUoORlBaJGYCiNSppc3rMto9BGin2Q2HnZwA0UjZ3W1YP7Dtzcm8k8CtagLCwtGQtxS2yExCFyNiiu4pzr/trmf+Dik9E6Y= root@l2-net-1-vm-1
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,21.0.0.127,24,fe80::f816:3eff:fe1d:4154
ip-route:default via 21.0.0.1 dev eth0 
ip-route:21.0.0.0/24 dev eth0  src 21.0.0.127 
ip-route:169.254.169.254 via 21.0.0.3 dev eth0 
=== datasource: ec2 net ===
instance-id: i-00000002
name: N/A
availability-zone: nova
local-hostname: l2-net-1-vm-1
launch-index: 0
=== cirros: current=0.3.5 uptime=6.38 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
WARN: generating key of type ecdsa failed!
FAIL
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:1D:41:54  
          inet addr:21.0.0.127  Bcast:21.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f816:3eff:fe1d:4154/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:88 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9705 (9.4 KiB)  TX bytes:11534 (11.2 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:112 (112.0 B)  TX bytes:112 (112.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         21.0.0.1        0.0.0.0         UG    0      0        0 eth0
21.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.169.254 21.0.0.3        255.255.255.255 UGH   0      0        0 eth0
### cat /etc/resolv.conf
search openstacklocal
nameserver 21.0.0.2
nameserver 21.0.0.3
nameserver 21.0.0.4
### ping -c 5 21.0.0.1
PING 21.0.0.1 (21.0.0.1): 56 data bytes

--- 21.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### pinging nameservers
#### ping -c 5 21.0.0.2
PING 21.0.0.2 (21.0.0.2): 56 data bytes
64 bytes from 21.0.0.2: seq=0 ttl=64 time=3.254 ms
64 bytes from 21.0.0.2: seq=1 ttl=64 time=1.063 ms
64 bytes from 21.0.0.2: seq=2 ttl=64 time=0.566 ms
64 bytes from 21.0.0.2: seq=3 ttl=64 time=0.645 ms
64 bytes from 21.0.0.2: seq=4 ttl=64 time=0.589 ms

--- 21.0.0.2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.566/1.223/3.254 ms
#### ping -c 5 21.0.0.3
PING 21.0.0.3 (21.0.0.3): 56 data bytes
64 bytes from 21.0.0.3: seq=0 ttl=64 time=1.502 ms
64 bytes from 21.0.0.3: seq=1 ttl=64 time=0.656 ms
64 bytes from 21.0.0.3: seq=2 ttl=64 time=0.534 ms
64 bytes from 21.0.0.3: seq=3 ttl=64 time=0.551 ms
64 bytes from 21.0.0.3: seq=4 ttl=64 time=0.630 ms

--- 21.0.0.3 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.534/0.774/1.502 ms
#### ping -c 5 21.0.0.4
PING 21.0.0.4 (21.0.0.4): 56 data bytes
64 bytes from 21.0.0.4: seq=0 ttl=64 time=1.815 ms
64 bytes from 21.0.0.4: seq=1 ttl=64 time=0.944 ms
64 bytes from 21.0.0.4: seq=2 ttl=64 time=3.226 ms
64 bytes from 21.0.0.4: seq=3 ttl=64 time=0.619 ms
64 bytes from 21.0.0.4: seq=4 ttl=64 time=0.532 ms

--- 21.0.0.4 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.532/1.427/3.226 ms
### uname -a
Linux l2-net-1-vm-1 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.326832] acpiphp: Slot [29] registered
[    2.326844] acpiphp: Slot [30] registered
[    2.326856] acpiphp: Slot [31] registered
[    2.343967] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.343969] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.349768] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.354238] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.363594] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.375169] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.264102] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:52:52 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:52:52 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:52:52 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:52:52 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:52:52 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:52:52 cirros kern.info kernel: [    2.326454] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:52:52 cirros kern.info kernel: [    2.326531] acpiphp: Slot [3] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326543] acpiphp: Slot [4] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326551] acpiphp: Slot [5] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326558] acpiphp: Slot [6] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326569] acpiphp: Slot [7] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326580] acpiphp: Slot [8] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326591] acpiphp: Slot [9] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326604] acpiphp: Slot [10] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326616] acpiphp: Slot [11] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.326628] acpiphp: Slot [12] registered
Dec 22 07:52:52 cirros kern.info kernel: [    2.343967] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:52:52 cirros kern.info kernel: [    2.343969] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:52:52 cirros kern.info kernel: [    2.349768] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:52:52 cirros kern.info kernel: [    2.354238] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:52:52 cirros kern.info kernel: [    2.363594] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:52:52 cirros kern.info kernel: [    2.375169] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:52:56 cirros auth.notice su: + /dev/console root:cirros
Dec 22 07:52:56 cirros authpriv.info dropbear[289]: Running in background
Dec 22 07:53:03 cirros kern.debug kernel: [   13.264102] eth0: no IPv6 routers present
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
l2-net-1-vm-1 login: </msg>
<status status="PASS" endtime="20181222 07:53:36.984" starttime="20181222 07:53:36.983"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.984" starttime="20181222 07:53:36.982"></status>
</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>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.985" starttime="20181222 07:53:36.984"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.985" starttime="20181222 07:53:36.984"></status>
</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"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.985" starttime="20181222 07:53:36.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<msg timestamp="20181222 07:53:36.986" level="INFO">${vm_console_output} = None</msg>
<status status="PASS" endtime="20181222 07:53:36.986" starttime="20181222 07:53:36.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>"${status}" == "FAIL"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:36.986" starttime="20181222 07:53:36.986"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:36.986" starttime="20181222 07:53:28.362"></status>
</kw>
<kw type="foritem" name="${vm} = l2_net_1_vm_2">
<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="20181222 07:53:36.998" level="INFO">Starting process:
openstack server show l2_net_1_vm_2 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:53:37.017" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:42.053" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:42.053" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:42.053" starttime="20181222 07:53:36.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="20181222 07:53:42.054" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:42.054" starttime="20181222 07:53:42.054"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:53:42.055" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:42.055" starttime="20181222 07:53:42.054"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:42.055" starttime="20181222 07:53:42.055"></status>
</kw>
<msg timestamp="20181222 07:53:42.056" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:42.056" starttime="20181222 07:53:36.997"></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>
<status status="PASS" endtime="20181222 07:53:42.056" starttime="20181222 07:53:42.056"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:42.056" starttime="20181222 07:53:36.988"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:42.056" starttime="20181222 07:53:36.987"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:42.057" starttime="20181222 07:53:36.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>BuiltIn.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:53:42.066" level="INFO">Starting process:
openstack console log show l2_net_1_vm_2</msg>
<msg timestamp="20181222 07:53:42.086" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:45.309" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:45.309" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:45.309" starttime="20181222 07:53:42.065"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.310" starttime="20181222 07:53:45.309"></status>
</kw>
<msg timestamp="20181222 07:53:45.311" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:53:45.311" starttime="20181222 07:53:42.065"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:53:45.311" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.311" starttime="20181222 07:53:45.311"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:53:45.312" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.312" starttime="20181222 07:53:45.311"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:45.314" level="INFO">@{matches} = [ 21.0.0.160 obtained ]</msg>
<status status="PASS" endtime="20181222 07:53:45.314" starttime="20181222 07:53:45.313"></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="20181222 07:53:45.314" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:45.315" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:45.315" starttime="20181222 07:53:45.314"></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="20181222 07:53:45.315" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.315" starttime="20181222 07:53:45.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>${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="20181222 07:53:45.317" level="INFO">${OS_MATCH} = 21.0.0.160 obtained</msg>
<status status="PASS" endtime="20181222 07:53:45.317" starttime="20181222 07:53:45.316"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.317" starttime="20181222 07:53:45.316"></status>
</kw>
<msg timestamp="20181222 07:53:45.317" level="INFO">${match} = 21.0.0.160 obtained</msg>
<status status="PASS" endtime="20181222 07:53:45.317" starttime="20181222 07:53:45.312"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:53:45.319" level="INFO">@{matches} = [ 21.0.0.160 ]</msg>
<status status="PASS" endtime="20181222 07:53:45.319" starttime="20181222 07:53:45.318"></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="20181222 07:53:45.319" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:45.319" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:45.319" starttime="20181222 07:53:45.319"></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="20181222 07:53:45.320" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.320" starttime="20181222 07:53:45.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>${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="20181222 07:53:45.321" level="INFO">${OS_MATCH} = 21.0.0.160</msg>
<status status="PASS" endtime="20181222 07:53:45.321" starttime="20181222 07:53:45.321"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.321" starttime="20181222 07:53:45.320"></status>
</kw>
<msg timestamp="20181222 07:53:45.321" level="INFO">${vm_ip} = 21.0.0.160</msg>
<status status="PASS" endtime="20181222 07:53:45.321" starttime="20181222 07:53:45.317"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:45.323" level="INFO">@{matches} = [ ip-route:169.254.169.254 via 21.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:53:45.323" starttime="20181222 07:53:45.322"></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="20181222 07:53:45.323" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:45.323" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:45.323" starttime="20181222 07:53:45.323"></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="20181222 07:53:45.325" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.325" starttime="20181222 07:53: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>${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="20181222 07:53:45.326" level="INFO">${OS_MATCH} = ip-route:169.254.169.254 via 21.0.0.4</msg>
<status status="PASS" endtime="20181222 07:53:45.326" starttime="20181222 07:53:45.326"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.326" starttime="20181222 07:53:45.325"></status>
</kw>
<msg timestamp="20181222 07:53:45.327" level="INFO">${match} = ip-route:169.254.169.254 via 21.0.0.4</msg>
<status status="PASS" endtime="20181222 07:53:45.327" starttime="20181222 07:53:45.322"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:53:45.328" level="INFO">@{matches} = [ 169.254.169.254 | 21.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:53:45.328" starttime="20181222 07:53:45.327"></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="20181222 07:53:45.328" level="INFO">Length is 2</msg>
<msg timestamp="20181222 07:53:45.328" level="INFO">${matches_length} = 2</msg>
<status status="PASS" endtime="20181222 07:53:45.328" starttime="20181222 07:53:45.328"></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="20181222 07:53:45.329" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.329" starttime="20181222 07:53:45.329"></status>
</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="20181222 07:53:45.330" level="INFO">${OS_MATCH} = 21.0.0.4</msg>
<status status="PASS" endtime="20181222 07:53:45.330" starttime="20181222 07:53:45.330"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.330" starttime="20181222 07:53:45.329"></status>
</kw>
<msg timestamp="20181222 07:53:45.331" level="INFO">${dhcp_ip} = 21.0.0.4</msg>
<status status="PASS" endtime="20181222 07:53:45.331" starttime="20181222 07:53: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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.332" starttime="20181222 07:53:45.331"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.332" starttime="20181222 07:53:45.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.332" starttime="20181222 07:53:45.332"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.333" starttime="20181222 07:53:45.332"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.333" starttime="20181222 07:53:42.058"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.333" starttime="20181222 07:53:42.057"></status>
</kw>
<msg timestamp="20181222 07:53:45.333" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:53:45.333" level="INFO">${ips_and_console_log} = [u'21.0.0.160', u'21.0.0.4', u'[    0.000000] Initializing cgroup subsys cpuset\n[    0.000000] Initializing cgroup subsys cpu\n[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc versio...</msg>
<status status="PASS" endtime="20181222 07:53:45.333" starttime="20181222 07:53:42.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>"${status}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<msg timestamp="20181222 07:53:45.334" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.912 MHz processor.
[    0.016000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)
[    0.028022] pid_max: default: 32768 minimum: 301
[    0.036048] Security Framework initialized
[    0.044072] AppArmor: AppArmor initialized
[    0.052022] Yama: becoming mindful.
[    0.056070] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.064044] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.068039] Mount-cache hash table entries: 256
[    0.080080] Initializing cgroup subsys cpuacct
[    0.088026] Initializing cgroup subsys memory
[    0.092049] Initializing cgroup subsys devices
[    0.100025] Initializing cgroup subsys freezer
[    0.108026] Initializing cgroup subsys blkio
[    0.116032] Initializing cgroup subsys perf_event
[    0.124739] CPU: Physical Processor ID: 0
[    0.136924] mce: CPU supports 10 MCE banks
[    0.150768] SMP alternatives: switching to UP code
[    0.350041] Freeing SMP alternatives: 24k freed
[    0.356055] ACPI: Core revision 20110623
[    0.364642] ftrace: allocating 26610 entries in 105 pages
[    0.385899] Enabling x2apic
[    0.388023] Enabled x2apic
[    0.388053] Switched APIC routing to physical x2apic.
[    0.417161] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.420030] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.448027] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.456132] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.460062] Brought up 1 CPUs
[    0.464039] Total of 1 processors activated (6983.82 BogoMIPS).
[    0.475240] devtmpfs: initialized
[    0.480136] EVM: security.selinux
[    0.484034] EVM: security.SMACK64
[    0.488033] EVM: security.capability
[    0.492745] print_constraints: dummy: 
[    0.500512] RTC time:  7:52:59, date: 12/22/18
[    0.504098] NET: Registered protocol family 16
[    0.508271] ACPI: bus type pci registered
[    0.516360] PCI: Using configuration type 1 for base access
[    0.520544] bio: create slab &lt;bio-0&gt; at 0
[    0.524138] ACPI: Added _OSI(Module Device)
[    0.528037] ACPI: Added _OSI(Processor Device)
[    0.532039] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.536040] ACPI: Added _OSI(Processor Aggregator Device)
[    0.545302] ACPI: Interpreter enabled
[    0.548039] ACPI: (supports S0 S5)
[    0.559443] ACPI: Using IOAPIC for interrupt routing
[    0.565939] ACPI: No dock devices found.
[    0.568043] HEST: Table not found.
[    0.572047] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.576089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.580113] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.584049] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.588045] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.592044] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.596044] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.636930] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.640188] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.738989]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.744415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.760416] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.776341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.788322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.800235] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.812436] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.816056] vgaarb: loaded
[    0.820053] vgaarb: bridge control possible 0000:00:02.0
[    0.824130] i2c-core: driver [aat2870] using legacy suspend method
[    0.828053] i2c-core: driver [aat2870] using legacy resume method
[    0.832143] SCSI subsystem initialized
[    0.836158] usbcore: registered new interface driver usbfs
[    0.840086] usbcore: registered new interface driver hub
[    0.844105] usbcore: registered new device driver usb
[    0.848145] PCI: Using ACPI for IRQ routing
[    0.853444] NetLabel: Initializing
[    0.856055] NetLabel:  domain hash size = 128
[    0.860055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.864066] NetLabel:  unlabeled traffic allowed by default
[    0.868129] Switching to clocksource kvm-clock
[    0.880666] AppArmor: AppArmor Filesystem Enabled
[    0.892251] pnp: PnP ACPI init
[    0.899570] ACPI: bus type pnp registered
[    0.909846] pnp: PnP ACPI: found 9 devices
[    0.917842] ACPI: ACPI bus type pnp unregistered
[    0.932501] NET: Registered protocol family 2
[    0.942232] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.954227] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.966583] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.977687] TCP: Hash tables configured (established 2048 bind 2048)
[    0.990719] TCP reno registered
[    0.997491] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    1.007786] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    1.018939] NET: Registered protocol family 1
[    1.027117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.037577] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.049108] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.060496] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.087533] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.106359] pci 0000:00:01.2: PCI INT D disabled
[    1.117141] audit: initializing netlink socket (disabled)
[    1.126643] type=2000 audit(1545465179.124:1): initialized
[    1.150402] Trying to unpack rootfs image as initramfs...
[    1.188345] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.214663] VFS: Disk quotas dquot_6.5.2
[    1.222557] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.248226] fuse init (API version 7.17)
[    1.264245] msgmni has been set to 85
[    1.277391] Freeing initrd memory: 3452k freed
[    1.287005] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.301992] io scheduler noop registered
[    1.310850] io scheduler deadline registered (default)
[    1.320771] io scheduler cfq registered
[    1.328905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.339317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.350449] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.364378] ACPI: Power Button [PWRF]
[    1.373193] ERST: Table is not found!
[    1.381437] GHES: HEST is not enabled!
[    1.390896] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.401055] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.419240] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.438468] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.449417] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.466513] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.511791] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.557398] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.568330] Linux agpgart interface v0.103
[    1.578236] brd: module loaded
[    1.588289] loop: module loaded
[    1.611919]  vda: vda1
[    1.622709] scsi0 : ata_piix
[    1.631639] scsi1 : ata_piix
[    1.641069] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.656681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.669390] Fixed MDIO Bus: probed
[    1.677862] tun: Universal TUN/TAP device driver, 1.6
[    1.688586] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.709172] PPP generic driver version 2.4.2
[    1.720652] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.734213] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.747310] uhci_hcd: USB Universal Host Controller Interface driver
[    1.760846] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.777981] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.789873] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.805785] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.816681] hub 1-0:1.0: USB hub found
[    1.824809] hub 1-0:1.0: 2 ports detected
[    1.833707] usbcore: registered new interface driver libusual
[    1.844366] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.865083] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.874513] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.885703] mousedev: PS/2 mouse device common for all mice
[    1.901521] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.918837] rtc_cmos 00:01: RTC can wake from S4
[    1.929553] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.941306] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    1.952121] device-mapper: uevent: version 1.0.3
[    1.963568] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.981930] cpuidle: using governor ladder
[    1.990588] cpuidle: using governor menu
[    1.999283] EFI Variables Facility v0.08 2004-May-17
[    2.009507] TCP cubic registered
[    2.017120] NET: Registered protocol family 10
[    2.026432] NET: Registered protocol family 17
[    2.035388] Registering the dns_resolver key type
[    2.044707] registered taskstats version 1
[    2.058590]   Magic number: 14:769:875
[    2.068717] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:01 UTC (1545465181)
[    2.086656] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.099230] EDD information not available.
[    2.112390] Freeing unused kernel memory: 928k freed
[    2.123800] Write protecting the kernel read-only data: 12288k
[    2.139088] Freeing unused kernel memory: 1596k freed
[    2.151752] Freeing unused kernel memory: 1184k freed

info: initramfs: up at 2.17
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.24
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.37
no results found for mode=local. up 2.40. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 21.0.0.160...
Lease of 21.0.0.160 obtained, lease time 86400
route: SIOCADDRT: File exists
WARN: failed: route add -net "0.0.0.0/0" gw "21.0.0.1"
cirros-ds 'net' up at 2.47
checking http://169.254.169.254/2009-04-04/instance-id
successful after 1/20 tries: up 2.48. iid=i-00000005
failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys
warning: no ec2 metadata for public-keys
failed to get http://169.254.169.254/2009-04-04/user-data
warning: no ec2 metadata for user-data
found datasource (ec2, net)
Top of dropbear init script
Starting dropbear sshd: WARN: generating key of type ecdsa failed!
OK
/run/cirros/datasource/data/user-data was not '#!' or executable
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.912 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgmr5WCGxfcQZ/Jyfu/Bp5Vx5mz7m3nNPwMtjp8C6XYBInNEwS48Of3K/nyO/T5k/BtsvGP1PEDCPhMh2smmGnsaOKlDdUBBm6/+bYE7nGiomtDZCISGqoSvq9AzVefDaXt3b3lgHRzVV9qiiR4IyBJLC3+8bApUQ1f0e6C+Q9rC3t38= root@l2-net-1-vm-2
ssh-dss AAAAB3NzaC1kc3MAAACBAOgLap2O/VvmooaQ0uBzE9K9phYL61qML7uWokhYK3YgSkYXTtRdg2GKOnf3d5jLVgJTIMBri/+EdCt8qFivoNqxYcB3ISLkD90rsWJD19j9r9cws11YYRp3zk13SufVcEAT8nAAw5yFy+hcQ+Sj6BcvPi0YWQhCNInkpRFDampJAAAAFQC3JOxXW+HP1kZTmsxuh3zWwLYeOQAAAIEAuf5FrmvJTZb0XyL83d+6asEEHDpDxqZY4/jIeSZoxB7NlauyQTyrL1KpJ4wTiNpIoAPvF3xfELSEhwPIvkNyYgyA/KtthYwFJ7PkxMWc6pqLtZEjlvaNfhClly5jpqQFEB/XVRkfwcJYxiTZciAe+sORGlIN/wWscgncKu+PbPUAAACBAKae+bORmVzKnKo342SmoVhPvh2YHC1k1FnacvThVv0kRRJMu3UUyhJ93wFd506mQjn7vYN4Af6ygcL+JRBbpl05OE72I0VBkVgCpKqk2ZrIL7WxmLqRyT45LMvngALHDDA1PDKeDKhk8rzUNrpUqzNVsLULKLaBcX6DVTyIdkDZ root@l2-net-1-vm-2
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,21.0.0.160,24,fe80::f816:3eff:fe1b:4525
ip-route:default via 21.0.0.1 dev eth0 
ip-route:21.0.0.0/24 dev eth0  src 21.0.0.160 
ip-route:169.254.169.254 via 21.0.0.4 dev eth0 
=== datasource: ec2 net ===
instance-id: i-00000005
name: N/A
availability-zone: nova
local-hostname: l2-net-1-vm-2
launch-index: 0
=== cirros: current=0.3.5 uptime=4.56 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
WARN: generating key of type ecdsa failed!
FAIL
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:1B:45:25  
          inet addr:21.0.0.160  Bcast:21.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f816:3eff:fe1b:4525/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:100 errors:0 dropped:0 overruns:0 frame:0
          TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10253 (10.0 KiB)  TX bytes:11374 (11.1 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:112 (112.0 B)  TX bytes:112 (112.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         21.0.0.1        0.0.0.0         UG    0      0        0 eth0
21.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.169.254 21.0.0.4        255.255.255.255 UGH   0      0        0 eth0
### cat /etc/resolv.conf
search openstacklocal
nameserver 21.0.0.2
nameserver 21.0.0.3
nameserver 21.0.0.4
### ping -c 5 21.0.0.1
PING 21.0.0.1 (21.0.0.1): 56 data bytes

--- 21.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### pinging nameservers
#### ping -c 5 21.0.0.2
PING 21.0.0.2 (21.0.0.2): 56 data bytes
64 bytes from 21.0.0.2: seq=0 ttl=64 time=1.593 ms
64 bytes from 21.0.0.2: seq=1 ttl=64 time=0.652 ms
64 bytes from 21.0.0.2: seq=2 ttl=64 time=6.294 ms
64 bytes from 21.0.0.2: seq=3 ttl=64 time=0.504 ms
64 bytes from 21.0.0.2: seq=4 ttl=64 time=0.432 ms

--- 21.0.0.2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.432/1.895/6.294 ms
#### ping -c 5 21.0.0.3
PING 21.0.0.3 (21.0.0.3): 56 data bytes
64 bytes from 21.0.0.3: seq=0 ttl=64 time=1.566 ms
64 bytes from 21.0.0.3: seq=1 ttl=64 time=0.702 ms
64 bytes from 21.0.0.3: seq=2 ttl=64 time=0.530 ms
64 bytes from 21.0.0.3: seq=3 ttl=64 time=0.495 ms
64 bytes from 21.0.0.3: seq=4 ttl=64 time=0.588 ms

--- 21.0.0.3 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.495/0.776/1.566 ms
#### ping -c 5 21.0.0.4
PING 21.0.0.4 (21.0.0.4): 56 data bytes
64 bytes from 21.0.0.4: seq=0 ttl=64 time=1.277 ms
64 bytes from 21.0.0.4: seq=1 ttl=64 time=0.677 ms
64 bytes from 21.0.0.4: seq=2 ttl=64 time=0.551 ms
64 bytes from 21.0.0.4: seq=3 ttl=64 time=0.444 ms
64 bytes from 21.0.0.4: seq=4 ttl=64 time=0.423 ms

--- 21.0.0.4 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.423/0.674/1.277 ms
### uname -a
Linux l2-net-1-vm-2 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.314933] acpiphp: Slot [29] registered
[    2.314940] acpiphp: Slot [30] registered
[    2.314947] acpiphp: Slot [31] registered
[    2.323740] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.323744] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.329261] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.333394] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.336966] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.344179] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.960231] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:01 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:53:01 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:53:01 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:53:01 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:53:01 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:53:01 cirros kern.info kernel: [    2.314681] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:01 cirros kern.info kernel: [    2.314737] acpiphp: Slot [3] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314746] acpiphp: Slot [4] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314753] acpiphp: Slot [5] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314761] acpiphp: Slot [6] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314769] acpiphp: Slot [7] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314776] acpiphp: Slot [8] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314783] acpiphp: Slot [9] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314791] acpiphp: Slot [10] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314798] acpiphp: Slot [11] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.314804] acpiphp: Slot [12] registered
Dec 22 07:53:01 cirros kern.info kernel: [    2.323740] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:01 cirros kern.info kernel: [    2.323744] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:01 cirros kern.info kernel: [    2.329261] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:01 cirros kern.info kernel: [    2.333394] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:01 cirros kern.info kernel: [    2.336966] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:01 cirros kern.info kernel: [    2.344179] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:03 cirros auth.notice su: + /dev/console root:cirros
Dec 22 07:53:03 cirros authpriv.info dropbear[289]: Running in background
Dec 22 07:53:12 cirros kern.debug kernel: [   12.960231] eth0: no IPv6 routers present
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
l2-net-1-vm-2 login: </msg>
<status status="PASS" endtime="20181222 07:53:45.335" starttime="20181222 07:53:45.334"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.335" starttime="20181222 07:53:45.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>"${status}" == "PASS"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.337" starttime="20181222 07:53:45.336"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.337" starttime="20181222 07:53:45.335"></status>
</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"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.338" starttime="20181222 07:53:45.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<msg timestamp="20181222 07:53:45.339" level="INFO">${vm_console_output} = None</msg>
<status status="PASS" endtime="20181222 07:53:45.339" starttime="20181222 07:53:45.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>"${status}" == "FAIL"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:45.339" starttime="20181222 07:53:45.339"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:45.340" starttime="20181222 07:53:36.986"></status>
</kw>
<kw type="foritem" name="${vm} = l2_net_1_vm_3">
<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="20181222 07:53:45.350" level="INFO">Starting process:
openstack server show l2_net_1_vm_3 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:53:45.371" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:49.764" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:49.764" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:49.764" starttime="20181222 07:53:45.350"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:53:49.765" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:49.765" starttime="20181222 07:53:49.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="20181222 07:53:49.766" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:49.766" starttime="20181222 07:53:49.765"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:49.767" starttime="20181222 07:53:49.766"></status>
</kw>
<msg timestamp="20181222 07:53:49.767" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:49.767" starttime="20181222 07:53:45.350"></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>
<status status="PASS" endtime="20181222 07:53:49.767" starttime="20181222 07:53:49.767"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:49.767" starttime="20181222 07:53:45.341"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:49.768" starttime="20181222 07:53:45.341"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:49.768" starttime="20181222 07:53:45.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>BuiltIn.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:53:49.777" level="INFO">Starting process:
openstack console log show l2_net_1_vm_3</msg>
<msg timestamp="20181222 07:53:49.799" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:53.640" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:53.640" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:53.640" starttime="20181222 07:53:49.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="20181222 07:53:53.641" starttime="20181222 07:53:53.641"></status>
</kw>
<msg timestamp="20181222 07:53:53.642" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:53:53.642" starttime="20181222 07:53:49.776"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:53:53.643" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.643" starttime="20181222 07:53:53.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>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:53:53.644" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.644" starttime="20181222 07:53:53.643"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:53.647" level="INFO">@{matches} = [ 21.0.0.222 obtained ]</msg>
<status status="PASS" endtime="20181222 07:53:53.647" starttime="20181222 07:53:53.645"></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="20181222 07:53:53.648" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:53.648" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:53.648" starttime="20181222 07:53:53.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="20181222 07:53:53.649" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.649" starttime="20181222 07:53:53.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="20181222 07:53:53.650" level="INFO">${OS_MATCH} = 21.0.0.222 obtained</msg>
<status status="PASS" endtime="20181222 07:53:53.650" starttime="20181222 07:53:53.650"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.650" starttime="20181222 07:53:53.649"></status>
</kw>
<msg timestamp="20181222 07:53:53.651" level="INFO">${match} = 21.0.0.222 obtained</msg>
<status status="PASS" endtime="20181222 07:53:53.651" starttime="20181222 07:53:53.644"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:53:53.652" level="INFO">@{matches} = [ 21.0.0.222 ]</msg>
<status status="PASS" endtime="20181222 07:53:53.652" starttime="20181222 07:53:53.652"></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="20181222 07:53:53.653" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:53.653" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:53.653" starttime="20181222 07:53:53.652"></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="20181222 07:53:53.654" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.654" starttime="20181222 07:53:53.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>${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="20181222 07:53:53.656" level="INFO">${OS_MATCH} = 21.0.0.222</msg>
<status status="PASS" endtime="20181222 07:53:53.656" starttime="20181222 07:53:53.655"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.656" starttime="20181222 07:53:53.654"></status>
</kw>
<msg timestamp="20181222 07:53:53.656" level="INFO">${vm_ip} = 21.0.0.222</msg>
<status status="PASS" endtime="20181222 07:53:53.656" starttime="20181222 07:53:53.651"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:53:53.657" level="INFO">@{matches} = [ ip-route:169.254.169.254 via 21.0.0.3 ]</msg>
<status status="PASS" endtime="20181222 07:53:53.657" starttime="20181222 07:53:53.657"></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="20181222 07:53:53.658" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:53:53.658" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:53:53.658" starttime="20181222 07:53:53.657"></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="20181222 07:53:53.659" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.659" starttime="20181222 07:53:53.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>${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="20181222 07:53:53.660" level="INFO">${OS_MATCH} = ip-route:169.254.169.254 via 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:53.660" starttime="20181222 07:53:53.660"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.660" starttime="20181222 07:53:53.659"></status>
</kw>
<msg timestamp="20181222 07:53:53.660" level="INFO">${match} = ip-route:169.254.169.254 via 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:53.660" starttime="20181222 07:53:53.656"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:53:53.661" level="INFO">@{matches} = [ 169.254.169.254 | 21.0.0.3 ]</msg>
<status status="PASS" endtime="20181222 07:53:53.662" starttime="20181222 07:53:53.661"></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="20181222 07:53:53.662" level="INFO">Length is 2</msg>
<msg timestamp="20181222 07:53:53.662" level="INFO">${matches_length} = 2</msg>
<status status="PASS" endtime="20181222 07:53:53.662" starttime="20181222 07:53:53.662"></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="20181222 07:53:53.662" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.663" starttime="20181222 07:53:53.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>${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="20181222 07:53:53.664" level="INFO">${OS_MATCH} = 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:53.664" starttime="20181222 07:53:53.664"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.664" starttime="20181222 07:53:53.663"></status>
</kw>
<msg timestamp="20181222 07:53:53.665" level="INFO">${dhcp_ip} = 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:53.665" starttime="20181222 07:53:53.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:53.666" starttime="20181222 07:53:53.666"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.666" starttime="20181222 07:53:53.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:53.667" starttime="20181222 07:53:53.667"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.668" starttime="20181222 07:53:53.666"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.668" starttime="20181222 07:53:49.769"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.668" starttime="20181222 07:53:49.768"></status>
</kw>
<msg timestamp="20181222 07:53:53.668" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:53:53.668" level="INFO">${ips_and_console_log} = [u'21.0.0.222', u'21.0.0.3', u'[    0.000000] Initializing cgroup subsys cpuset\n[    0.000000] Initializing cgroup subsys cpu\n[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc versio...</msg>
<status status="PASS" endtime="20181222 07:53:53.668" starttime="20181222 07:53:49.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>"${status}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<msg timestamp="20181222 07:53:53.669" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.802 MHz processor.
[    0.016000] Calibrating delay loop (skipped) preset value.. 6983.60 BogoMIPS (lpj=13967208)
[    0.024023] pid_max: default: 32768 minimum: 301
[    0.032054] Security Framework initialized
[    0.036045] AppArmor: AppArmor initialized
[    0.040026] Yama: becoming mindful.
[    0.048078] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.056049] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.064043] Mount-cache hash table entries: 256
[    0.072195] Initializing cgroup subsys cpuacct
[    0.080030] Initializing cgroup subsys memory
[    0.088043] Initializing cgroup subsys devices
[    0.092032] Initializing cgroup subsys freezer
[    0.100030] Initializing cgroup subsys blkio
[    0.108041] Initializing cgroup subsys perf_event
[    0.116843] CPU: Physical Processor ID: 0
[    0.125055] mce: CPU supports 10 MCE banks
[    0.140490] SMP alternatives: switching to UP code
[    0.347790] Freeing SMP alternatives: 24k freed
[    0.348064] ACPI: Core revision 20110623
[    0.356668] ftrace: allocating 26610 entries in 105 pages
[    0.376988] Enabling x2apic
[    0.380023] Enabled x2apic
[    0.380058] Switched APIC routing to physical x2apic.
[    0.401480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.412029] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.432026] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.440185] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.444083] Brought up 1 CPUs
[    0.448038] Total of 1 processors activated (6983.60 BogoMIPS).
[    0.457976] devtmpfs: initialized
[    0.460559] EVM: security.selinux
[    0.464037] EVM: security.SMACK64
[    0.468036] EVM: security.capability
[    0.472940] print_constraints: dummy: 
[    0.476709] RTC time:  7:53:11, date: 12/22/18
[    0.480107] NET: Registered protocol family 16
[    0.484280] ACPI: bus type pci registered
[    0.488934] PCI: Using configuration type 1 for base access
[    0.492951] bio: create slab &lt;bio-0&gt; at 0
[    0.496163] ACPI: Added _OSI(Module Device)
[    0.500037] ACPI: Added _OSI(Processor Device)
[    0.504036] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.508039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.514121] ACPI: Interpreter enabled
[    0.516037] ACPI: (supports S0 S5)
[    0.527642] ACPI: Using IOAPIC for interrupt routing
[    0.534742] ACPI: No dock devices found.
[    0.536042] HEST: Table not found.
[    0.540039] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.544063] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.548092] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.552040] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.556041] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.560041] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.564041] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.595065] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.596116] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.684446]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.689507] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.700337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.712340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.724335] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.736245] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.748444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.752052] vgaarb: loaded
[    0.756049] vgaarb: bridge control possible 0000:00:02.0
[    0.760121] i2c-core: driver [aat2870] using legacy suspend method
[    0.764051] i2c-core: driver [aat2870] using legacy resume method
[    0.768108] SCSI subsystem initialized
[    0.772129] usbcore: registered new interface driver usbfs
[    0.776068] usbcore: registered new interface driver hub
[    0.780077] usbcore: registered new device driver usb
[    0.784120] PCI: Using ACPI for IRQ routing
[    0.789491] NetLabel: Initializing
[    0.792051] NetLabel:  domain hash size = 128
[    0.796051] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.800064] NetLabel:  unlabeled traffic allowed by default
[    0.804122] Switching to clocksource kvm-clock
[    0.812267] AppArmor: AppArmor Filesystem Enabled
[    0.823922] pnp: PnP ACPI init
[    0.832447] ACPI: bus type pnp registered
[    0.846940] pnp: PnP ACPI: found 9 devices
[    0.855076] ACPI: ACPI bus type pnp unregistered
[    0.870020] NET: Registered protocol family 2
[    0.879738] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.891309] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.903573] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.915202] TCP: Hash tables configured (established 2048 bind 2048)
[    0.926698] TCP reno registered
[    0.935053] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    0.945973] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    0.957159] NET: Registered protocol family 1
[    0.965836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.976889] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.987449] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.998930] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.020565] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.039518] pci 0000:00:01.2: PCI INT D disabled
[    1.051315] audit: initializing netlink socket (disabled)
[    1.062842] type=2000 audit(1545465191.060:1): initialized
[    1.088346] Trying to unpack rootfs image as initramfs...
[    1.128340] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.160259] VFS: Disk quotas dquot_6.5.2
[    1.170043] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.191918] Freeing initrd memory: 3452k freed
[    1.203037] fuse init (API version 7.17)
[    1.212162] msgmni has been set to 91
[    1.222668] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.239501] io scheduler noop registered
[    1.249036] io scheduler deadline registered (default)
[    1.263124] io scheduler cfq registered
[    1.275574] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.290509] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.306600] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.324260] ACPI: Power Button [PWRF]
[    1.336651] ERST: Table is not found!
[    1.345650] GHES: HEST is not enabled!
[    1.356683] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.373124] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.399880] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.425275] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.438568] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.461693] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.509814] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.561494] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.572523] Linux agpgart interface v0.103
[    1.582872] brd: module loaded
[    1.591142] loop: module loaded
[    1.603621]  vda: vda1
[    1.612692] scsi0 : ata_piix
[    1.620977] scsi1 : ata_piix
[    1.628728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.642556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.656595] Fixed MDIO Bus: probed
[    1.665084] tun: Universal TUN/TAP device driver, 1.6
[    1.676117] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.695673] PPP generic driver version 2.4.2
[    1.705650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.720485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.732633] uhci_hcd: USB Universal Host Controller Interface driver
[    1.745495] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.766808] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.781675] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.801298] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.814471] hub 1-0:1.0: USB hub found
[    1.823705] hub 1-0:1.0: 2 ports detected
[    1.833674] usbcore: registered new interface driver libusual
[    1.846542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.869103] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.880502] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.892506] mousedev: PS/2 mouse device common for all mice
[    1.904365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.921620] rtc_cmos 00:01: RTC can wake from S4
[    1.933516] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.946037] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    1.956997] device-mapper: uevent: version 1.0.3
[    1.968765] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.985436] cpuidle: using governor ladder
[    1.993875] cpuidle: using governor menu
[    2.002198] EFI Variables Facility v0.08 2004-May-17
[    2.012084] TCP cubic registered
[    2.019775] NET: Registered protocol family 10
[    2.029087] NET: Registered protocol family 17
[    2.038926] Registering the dns_resolver key type
[    2.051428] registered taskstats version 1
[    2.069445]   Magic number: 14:769:875
[    2.078486] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:13 UTC (1545465193)
[    2.094462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.105743] EDD information not available.
[    2.117616] Freeing unused kernel memory: 928k freed
[    2.128425] Write protecting the kernel read-only data: 12288k
[    2.142843] Freeing unused kernel memory: 1596k freed
[    2.156478] Freeing unused kernel memory: 1184k freed

info: initramfs: up at 2.17
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.24
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.35
no results found for mode=local. up 2.38. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 21.0.0.222...
Lease of 21.0.0.222 obtained, lease time 86400
route: SIOCADDRT: File exists
WARN: failed: route add -net "0.0.0.0/0" gw "21.0.0.1"
cirros-ds 'net' up at 2.44
checking http://169.254.169.254/2009-04-04/instance-id
successful after 1/20 tries: up 2.46. iid=i-00000008
failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys
warning: no ec2 metadata for public-keys
failed to get http://169.254.169.254/2009-04-04/user-data
warning: no ec2 metadata for user-data
found datasource (ec2, net)
Top of dropbear init script
Starting dropbear sshd: WARN: generating key of type ecdsa failed!
OK
/run/cirros/datasource/data/user-data was not '#!' or executable
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.802 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwDLZ49lAefNInO2KSUadYvzgrHSM4pcg7vEZirFwGSuUHoWXm1rD/L5hDmBxWQdLv1qONzH6nKk4kWcGRGND2+XSfPNgooUWK37MxDpF6yEtJTGQCcICsi1TX6uUtfQefxsTg3IbkDjKz9e09I8MLzJwBS4Kn6aaOnTHZyC5AJTiDMv root@l2-net-1-vm-3
ssh-dss AAAAB3NzaC1kc3MAAACBAMiqKUdrHAYNxOLJKygL0uS35M7H7PJb00DTBYtvUsZkPayplR0+46EZVKiN7sBmM46A2UIQAc57AAG3XRlUqtvLr9ZI/GWINxh8sYBP1HoDHyKEGJplD5CTfsirabYJUbaVO5YCcGP6OoNv/n5c2LNZxmzH1xN+L/9ysRIFhkc1AAAAFQC036pw4SRhuGlDlnmzQ+DLR3luiQAAAIB1BKXaZM8zWcywuF8UyqERsIRN0urzq80n5zVgRTonLTBxBb9XHeVwLJp4RtxZz2ic0A/bj2yOqQsuAfHiSIO2ZB4WtIqezKSAzBx1/e+WodU+3y7Q9qjOD/GfHSS9mY3bvkjbt6jI85ZoMfCjhEh4P5Tepce6snsd/caCBADXIwAAAIBVhTjG2qXJdCLEYMfa9HgZ5xVQ/zIUHd/BmVdEHtePxb1iODPaRokN70EbO/jnJvw+KLoV1wtoaMOVBz/RhiR1apkLB3wcph4MfDnHX6SA7FX4zdRFRPhacHYrSAWvqGguMSB2Uy8jKl8VN7xnixd+MdQWjMLN7+jXQ7IH0MrasQ== root@l2-net-1-vm-3
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,21.0.0.222,24,fe80::f816:3eff:fedb:fe2
ip-route:default via 21.0.0.1 dev eth0 
ip-route:21.0.0.0/24 dev eth0  src 21.0.0.222 
ip-route:169.254.169.254 via 21.0.0.3 dev eth0 
=== datasource: ec2 net ===
instance-id: i-00000008
name: N/A
availability-zone: nova
local-hostname: l2-net-1-vm-3
launch-index: 0
=== cirros: current=0.3.5 uptime=5.42 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
WARN: generating key of type ecdsa failed!
FAIL
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:DB:0F:E2  
          inet addr:21.0.0.222  Bcast:21.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f816:3eff:fedb:fe2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:94 errors:0 dropped:0 overruns:0 frame:0
          TX packets:121 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9957 (9.7 KiB)  TX bytes:11580 (11.3 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:112 (112.0 B)  TX bytes:112 (112.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         21.0.0.1        0.0.0.0         UG    0      0        0 eth0
21.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.169.254 21.0.0.3        255.255.255.255 UGH   0      0        0 eth0
### cat /etc/resolv.conf
search openstacklocal
nameserver 21.0.0.2
nameserver 21.0.0.3
nameserver 21.0.0.4
### ping -c 5 21.0.0.1
PING 21.0.0.1 (21.0.0.1): 56 data bytes

--- 21.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### pinging nameservers
#### ping -c 5 21.0.0.2
PING 21.0.0.2 (21.0.0.2): 56 data bytes
64 bytes from 21.0.0.2: seq=0 ttl=64 time=1.812 ms
64 bytes from 21.0.0.2: seq=1 ttl=64 time=5.903 ms
64 bytes from 21.0.0.2: seq=2 ttl=64 time=0.661 ms
64 bytes from 21.0.0.2: seq=3 ttl=64 time=0.521 ms
64 bytes from 21.0.0.2: seq=4 ttl=64 time=0.480 ms

--- 21.0.0.2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.480/1.875/5.903 ms
#### ping -c 5 21.0.0.3
PING 21.0.0.3 (21.0.0.3): 56 data bytes
64 bytes from 21.0.0.3: seq=0 ttl=64 time=1.332 ms
64 bytes from 21.0.0.3: seq=1 ttl=64 time=0.827 ms
64 bytes from 21.0.0.3: seq=2 ttl=64 time=1.468 ms
64 bytes from 21.0.0.3: seq=3 ttl=64 time=0.428 ms
64 bytes from 21.0.0.3: seq=4 ttl=64 time=0.468 ms

--- 21.0.0.3 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.428/0.904/1.468 ms
#### ping -c 5 21.0.0.4
PING 21.0.0.4 (21.0.0.4): 56 data bytes
64 bytes from 21.0.0.4: seq=0 ttl=64 time=1.294 ms
64 bytes from 21.0.0.4: seq=1 ttl=64 time=0.957 ms
64 bytes from 21.0.0.4: seq=2 ttl=64 time=0.460 ms
64 bytes from 21.0.0.4: seq=3 ttl=64 time=0.430 ms
64 bytes from 21.0.0.4: seq=4 ttl=64 time=0.516 ms

--- 21.0.0.4 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.430/0.731/1.294 ms
### uname -a
Linux l2-net-1-vm-3 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.299496] acpiphp: Slot [29] registered
[    2.299503] acpiphp: Slot [30] registered
[    2.299510] acpiphp: Slot [31] registered
[    2.308381] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.308383] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.311764] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.316402] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.320868] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.328310] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.328236] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:13 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:53:13 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:53:13 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:53:13 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:53:13 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:53:13 cirros kern.info kernel: [    2.299252] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:13 cirros kern.info kernel: [    2.299307] acpiphp: Slot [3] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299316] acpiphp: Slot [4] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299324] acpiphp: Slot [5] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299331] acpiphp: Slot [6] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299340] acpiphp: Slot [7] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299347] acpiphp: Slot [8] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299354] acpiphp: Slot [9] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299362] acpiphp: Slot [10] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299369] acpiphp: Slot [11] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.299376] acpiphp: Slot [12] registered
Dec 22 07:53:13 cirros kern.info kernel: [    2.308381] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:13 cirros kern.info kernel: [    2.308383] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:13 cirros kern.info kernel: [    2.311764] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:13 cirros kern.info kernel: [    2.316402] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:13 cirros kern.info kernel: [    2.320868] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:13 cirros kern.info kernel: [    2.328310] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:16 cirros auth.notice su: + /dev/console root:cirros
Dec 22 07:53:16 cirros authpriv.info dropbear[289]: Running in background
Dec 22 07:53:24 cirros kern.debug kernel: [   13.328236] eth0: no IPv6 routers present
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
l2-net-1-vm-3 login: </msg>
<status status="PASS" endtime="20181222 07:53:53.670" starttime="20181222 07:53:53.669"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.670" starttime="20181222 07:53:53.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}" == "PASS"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:53.671" starttime="20181222 07:53:53.671"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.671" starttime="20181222 07:53:53.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>"${status}" == "FAIL"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:53.671" starttime="20181222 07:53:53.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<msg timestamp="20181222 07:53:53.672" level="INFO">${vm_console_output} = None</msg>
<status status="PASS" endtime="20181222 07:53:53.672" starttime="20181222 07:53:53.672"></status>
</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"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:53:53.672" starttime="20181222 07:53:53.672"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.672" starttime="20181222 07:53:45.340"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.672" starttime="20181222 07:53:28.362"></status>
</kw>
<kw name="Copy DHCP Files From Control Node" library="OpenStackOperations">
<doc>Copy the current DHCP files to the robot vm. The keyword must be called</doc>
<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="20181222 07:53:53.673" level="INFO">${suite_} = CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:53:53.673" starttime="20181222 07:53:53.673"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>/tmp/qdhcp/${suite_}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<msg timestamp="20181222 07:53:53.674" level="INFO">${dstdir} = /tmp/qdhcp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:53:53.674" starttime="20181222 07:53:53.674"></status>
</kw>
<kw name="Create Directory" library="OperatingSystem">
<doc>Creates the specified directory.</doc>
<arguments>
<arg>${dstdir}</arg>
</arguments>
<msg timestamp="20181222 07:53:53.674" html="yes" level="INFO">Created directory '&lt;a href="file:///tmp/qdhcp/CSIT_L2"&gt;/tmp/qdhcp/CSIT_L2&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181222 07:53:53.675" starttime="20181222 07:53:53.674"></status>
</kw>
<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="20181222 07:53:53.675" starttime="20181222 07:53:53.675"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.675" starttime="20181222 07:53:53.675"></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.Get Directory</arg>
<arg>/opt/stack/data/neutron/dhcp</arg>
<arg>${dstdir}</arg>
<arg>recursive=True</arg>
</arguments>
<kw name="Get Directory" library="SSHLibrary">
<doc>Downloads a directory, including its content, from the remote machine to the local machine.</doc>
<arguments>
<arg>/opt/stack/data/neutron/dhcp</arg>
<arg>${dstdir}</arg>
<arg>recursive=True</arg>
</arguments>
<msg timestamp="20181222 07:53:53.719" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<msg timestamp="20181222 07:53:53.721" level="FAIL">There was no directory matching '/opt/stack/data/neutron/dhcp'.</msg>
<status status="FAIL" endtime="20181222 07:53:53.721" starttime="20181222 07:53:53.676"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.721" starttime="20181222 07:53:53.676"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:53.721" starttime="20181222 07:53:53.673"></status>
</kw>
<msg timestamp="20181222 07:53:53.722" level="INFO">@{NET_1_VM_IPS} = [ 21.0.0.127 | 21.0.0.160 | 21.0.0.222 ]</msg>
<msg timestamp="20181222 07:53:53.722" level="INFO">${NET_1_DHCP_IP} = 21.0.0.3</msg>
<status status="PASS" endtime="20181222 07:53:53.722" starttime="20181222 07:53:28.361"></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_2_VMS}</arg>
</arguments>
<assign>
<var>@{NET_2_VM_IPS}</var>
<var>${NET_2_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="20181222 07:53:53.723" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181222 07:53:53.723" starttime="20181222 07:53:53.723"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l2_net_2_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="20181222 07:53:53.733" level="INFO">Starting process:
openstack server show l2_net_2_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:53:53.759" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:53:58.742" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:53:58.742" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:53:58.742" starttime="20181222 07:53:53.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="20181222 07:53:58.744" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:58.744" starttime="20181222 07:53:58.743"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:53:58.744" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:53:58.744" starttime="20181222 07:53:58.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="20181222 07:53:58.745" starttime="20181222 07:53:58.745"></status>
</kw>
<msg timestamp="20181222 07:53:58.746" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:53:58.746" starttime="20181222 07:53:53.732"></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>
<status status="PASS" endtime="20181222 07:53:58.746" starttime="20181222 07:53:58.746"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:58.747" starttime="20181222 07:53:53.725"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:58.747" starttime="20181222 07:53:53.724"></status>
</kw>
<status status="PASS" endtime="20181222 07:53:58.747" starttime="20181222 07:53:53.724"></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.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:53:58.759" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:53:58.780" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:54:02.472" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:54:02.473" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:54:02.473" starttime="20181222 07:53:58.759"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:02.474" starttime="20181222 07:54:02.473"></status>
</kw>
<msg timestamp="20181222 07:54:02.475" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:54:02.475" starttime="20181222 07:53:58.758"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:54:02.475" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.475" starttime="20181222 07:54:02.475"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:54:02.476" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.476" starttime="20181222 07:54:02.476"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:02.478" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:02.478" starttime="20181222 07:54:02.477"></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="20181222 07:54:02.478" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:02.478" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:02.478" starttime="20181222 07:54:02.478"></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="20181222 07:54:02.479" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.479" starttime="20181222 07:54:02.478"></status>
</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>
<status status="PASS" endtime="20181222 07:54:02.479" starttime="20181222 07:54:02.479"></status>
</kw>
<msg timestamp="20181222 07:54:02.480" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.480" starttime="20181222 07:54:02.476"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:54:02.481" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:02.481" starttime="20181222 07:54:02.480"></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="20181222 07:54:02.481" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:02.481" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:02.481" starttime="20181222 07:54:02.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:54:02.482" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.482" starttime="20181222 07:54:02.482"></status>
</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>
<status status="PASS" endtime="20181222 07:54:02.483" starttime="20181222 07:54:02.482"></status>
</kw>
<msg timestamp="20181222 07:54:02.483" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.483" starttime="20181222 07:54:02.480"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:02.485" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:02.485" starttime="20181222 07:54:02.484"></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="20181222 07:54:02.485" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:02.485" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:02.485" starttime="20181222 07:54:02.485"></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="20181222 07:54:02.486" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.486" starttime="20181222 07:54:02.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:02.486" starttime="20181222 07:54:02.486"></status>
</kw>
<msg timestamp="20181222 07:54:02.487" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.487" starttime="20181222 07:54:02.483"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:54:02.488" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:02.488" starttime="20181222 07:54:02.487"></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="20181222 07:54:02.488" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:02.488" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:02.489" starttime="20181222 07:54:02.488"></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="20181222 07:54:02.489" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.489" starttime="20181222 07:54:02.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:02.490" starttime="20181222 07:54:02.489"></status>
</kw>
<msg timestamp="20181222 07:54:02.490" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:02.490" starttime="20181222 07:54:02.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:54:02.491" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:54:02.491" starttime="20181222 07:54:02.491"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:02.491" starttime="20181222 07:54:02.490"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:02.492" starttime="20181222 07:53:58.748"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:54:17.502" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:54:17.525" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:54:20.962" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:54:20.963" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:54:20.963" starttime="20181222 07:54:17.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="20181222 07:54:20.964" starttime="20181222 07:54:20.963"></status>
</kw>
<msg timestamp="20181222 07:54:20.964" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:54:20.964" starttime="20181222 07:54:17.501"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:54:20.965" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.965" starttime="20181222 07:54:20.965"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:54:20.966" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.966" starttime="20181222 07:54:20.965"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:20.967" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:20.968" starttime="20181222 07:54:20.967"></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="20181222 07:54:20.968" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:20.968" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:20.968" starttime="20181222 07:54:20.968"></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="20181222 07:54:20.969" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.969" starttime="20181222 07:54:20.968"></status>
</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>
<status status="PASS" endtime="20181222 07:54:20.969" starttime="20181222 07:54:20.969"></status>
</kw>
<msg timestamp="20181222 07:54:20.970" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.970" starttime="20181222 07:54:20.966"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:54:20.971" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:20.971" starttime="20181222 07:54:20.970"></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="20181222 07:54:20.971" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:20.971" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:20.972" starttime="20181222 07:54:20.971"></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="20181222 07:54:20.972" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.972" starttime="20181222 07:54:20.972"></status>
</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>
<status status="PASS" endtime="20181222 07:54:20.973" starttime="20181222 07:54:20.972"></status>
</kw>
<msg timestamp="20181222 07:54:20.973" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.973" starttime="20181222 07:54:20.970"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:20.974" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:20.974" starttime="20181222 07:54:20.974"></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="20181222 07:54:20.975" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:20.975" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:20.975" starttime="20181222 07:54:20.974"></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="20181222 07:54:20.975" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.975" starttime="20181222 07:54:20.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:20.976" starttime="20181222 07:54:20.976"></status>
</kw>
<msg timestamp="20181222 07:54:20.976" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.976" starttime="20181222 07:54:20.973"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:54:20.977" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:20.977" starttime="20181222 07:54:20.977"></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="20181222 07:54:20.978" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:20.978" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:20.978" starttime="20181222 07:54:20.978"></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="20181222 07:54:20.979" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.979" starttime="20181222 07:54:20.978"></status>
</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>
<status status="PASS" endtime="20181222 07:54:20.979" starttime="20181222 07:54:20.979"></status>
</kw>
<msg timestamp="20181222 07:54:20.979" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:20.980" starttime="20181222 07:54:20.976"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:54:20.981" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:54:20.981" starttime="20181222 07:54:20.980"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:20.981" starttime="20181222 07:54:20.980"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:20.981" starttime="20181222 07:54:17.492"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:54:35.990" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:54:36.014" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:54:39.799" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:54:39.799" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:54:39.800" starttime="20181222 07:54:35.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="20181222 07:54:39.802" starttime="20181222 07:54:39.801"></status>
</kw>
<msg timestamp="20181222 07:54:39.803" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:54:39.803" starttime="20181222 07:54:35.990"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:54:39.804" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.804" starttime="20181222 07:54:39.803"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:54:39.805" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.805" starttime="20181222 07:54:39.804"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:39.808" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:39.808" starttime="20181222 07:54:39.806"></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="20181222 07:54:39.809" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:39.809" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:39.809" starttime="20181222 07:54:39.808"></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="20181222 07:54:39.810" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.810" starttime="20181222 07:54:39.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:39.812" starttime="20181222 07:54:39.811"></status>
</kw>
<msg timestamp="20181222 07:54:39.812" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.812" starttime="20181222 07:54:39.805"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:54:39.814" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:39.814" starttime="20181222 07:54:39.813"></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="20181222 07:54:39.814" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:39.814" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:39.814" starttime="20181222 07:54:39.814"></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="20181222 07:54:39.815" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.815" starttime="20181222 07:54:39.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:39.816" starttime="20181222 07:54:39.815"></status>
</kw>
<msg timestamp="20181222 07:54:39.816" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.816" starttime="20181222 07:54:39.812"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:39.818" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:39.818" starttime="20181222 07:54:39.817"></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="20181222 07:54:39.818" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:39.819" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:39.819" starttime="20181222 07:54:39.818"></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="20181222 07:54:39.819" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.819" starttime="20181222 07:54:39.819"></status>
</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>
<status status="PASS" endtime="20181222 07:54:39.820" starttime="20181222 07:54:39.820"></status>
</kw>
<msg timestamp="20181222 07:54:39.820" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.820" starttime="20181222 07:54:39.816"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:54:39.822" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:39.822" starttime="20181222 07:54:39.822"></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="20181222 07:54:39.823" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:39.823" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:39.823" starttime="20181222 07:54:39.822"></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="20181222 07:54:39.824" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.824" starttime="20181222 07:54:39.823"></status>
</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>
<status status="PASS" endtime="20181222 07:54:39.824" starttime="20181222 07:54:39.824"></status>
</kw>
<msg timestamp="20181222 07:54:39.825" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:39.825" starttime="20181222 07:54:39.821"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:54:39.826" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:54:39.826" starttime="20181222 07:54:39.826"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:39.826" starttime="20181222 07:54:39.825"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:39.827" starttime="20181222 07:54:35.981"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:54:54.840" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:54:54.860" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:54:58.383" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:54:58.384" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:54:58.384" starttime="20181222 07:54:54.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="20181222 07:54:58.385" starttime="20181222 07:54:58.384"></status>
</kw>
<msg timestamp="20181222 07:54:58.386" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:54:58.386" starttime="20181222 07:54:54.838"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:54:58.386" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.386" starttime="20181222 07:54:58.386"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:54:58.386" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.386" starttime="20181222 07:54:58.386"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:58.389" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:58.389" starttime="20181222 07:54:58.388"></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="20181222 07:54:58.390" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:58.390" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:58.390" starttime="20181222 07:54:58.389"></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="20181222 07:54:58.391" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.391" starttime="20181222 07: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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:58.391" starttime="20181222 07:54:58.391"></status>
</kw>
<msg timestamp="20181222 07:54:58.391" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.391" starttime="20181222 07:54:58.387"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:54:58.392" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:58.393" starttime="20181222 07:54:58.392"></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="20181222 07:54:58.393" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:58.393" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:58.393" starttime="20181222 07:54:58.393"></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="20181222 07:54:58.394" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.394" starttime="20181222 07: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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:58.394" starttime="20181222 07:54:58.394"></status>
</kw>
<msg timestamp="20181222 07:54:58.394" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.394" starttime="20181222 07:54:58.392"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:54:58.396" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:58.396" starttime="20181222 07:54:58.396"></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="20181222 07:54:58.396" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:58.397" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:58.397" starttime="20181222 07:54:58.396"></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="20181222 07:54:58.397" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.397" starttime="20181222 07: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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:58.398" starttime="20181222 07:54:58.397"></status>
</kw>
<msg timestamp="20181222 07:54:58.398" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.398" starttime="20181222 07:54:58.395"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:54:58.399" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:54:58.399" starttime="20181222 07:54:58.399"></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="20181222 07:54:58.399" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:54:58.399" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:54:58.399" starttime="20181222 07:54:58.399"></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="20181222 07:54:58.400" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.400" starttime="20181222 07: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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:54:58.400" starttime="20181222 07:54:58.400"></status>
</kw>
<msg timestamp="20181222 07:54:58.401" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:54:58.401" starttime="20181222 07:54:58.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:54:58.402" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:54:58.402" starttime="20181222 07:54:58.401"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:58.402" starttime="20181222 07:54:58.401"></status>
</kw>
<status status="FAIL" endtime="20181222 07:54:58.402" starttime="20181222 07:54:54.828"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:55:13.413" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:55:13.437" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:55:17.683" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:55:17.683" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:55:17.683" starttime="20181222 07:55:13.412"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:17.685" starttime="20181222 07:55:17.684"></status>
</kw>
<msg timestamp="20181222 07:55:17.685" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:55:17.685" starttime="20181222 07:55:13.412"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:55:17.686" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.686" starttime="20181222 07:55:17.686"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:55:17.687" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.687" starttime="20181222 07:55:17.686"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:17.689" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:17.689" starttime="20181222 07:55:17.688"></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="20181222 07:55:17.689" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:17.689" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:17.689" starttime="20181222 07:55:17.689"></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="20181222 07:55:17.690" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.690" starttime="20181222 07:55:17.690"></status>
</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>
<status status="PASS" endtime="20181222 07:55:17.691" starttime="20181222 07:55:17.690"></status>
</kw>
<msg timestamp="20181222 07:55:17.691" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.691" starttime="20181222 07:55:17.687"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:55:17.692" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:17.692" starttime="20181222 07:55:17.692"></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="20181222 07:55:17.693" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:17.693" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:17.693" starttime="20181222 07:55:17.692"></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="20181222 07:55:17.694" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.694" starttime="20181222 07:55:17.693"></status>
</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>
<status status="PASS" endtime="20181222 07:55:17.695" starttime="20181222 07:55:17.694"></status>
</kw>
<msg timestamp="20181222 07:55:17.695" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.696" starttime="20181222 07:55:17.691"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:17.697" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:17.698" starttime="20181222 07:55:17.697"></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="20181222 07:55:17.698" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:17.698" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:17.698" starttime="20181222 07:55:17.698"></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="20181222 07:55:17.700" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.700" starttime="20181222 07:55:17.699"></status>
</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>
<status status="PASS" endtime="20181222 07:55:17.700" starttime="20181222 07:55:17.700"></status>
</kw>
<msg timestamp="20181222 07:55:17.701" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.701" starttime="20181222 07:55:17.696"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:55:17.702" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:17.702" starttime="20181222 07:55:17.702"></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="20181222 07:55:17.703" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:17.703" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:17.703" starttime="20181222 07:55:17.702"></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="20181222 07:55:17.703" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.704" starttime="20181222 07:55:17.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:17.704" starttime="20181222 07:55:17.704"></status>
</kw>
<msg timestamp="20181222 07:55:17.704" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:17.704" starttime="20181222 07:55:17.701"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:17.706" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:55:17.706" starttime="20181222 07:55:17.705"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:17.706" starttime="20181222 07:55:17.705"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:17.706" starttime="20181222 07:55:13.403"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:55:32.730" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:55:32.755" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:55:36.403" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:55:36.404" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:55:36.404" starttime="20181222 07:55:32.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="20181222 07:55:36.405" starttime="20181222 07:55:36.404"></status>
</kw>
<msg timestamp="20181222 07:55:36.405" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:55:36.405" starttime="20181222 07:55:32.728"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:55:36.406" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.406" starttime="20181222 07:55:36.406"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:55:36.406" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.406" starttime="20181222 07:55:36.406"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:36.408" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:36.408" starttime="20181222 07:55:36.407"></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="20181222 07:55:36.408" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:36.409" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:36.409" starttime="20181222 07:55:36.408"></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="20181222 07:55:36.409" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.409" starttime="20181222 07:55:36.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:36.410" starttime="20181222 07:55:36.409"></status>
</kw>
<msg timestamp="20181222 07:55:36.410" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.410" starttime="20181222 07:55:36.407"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:55:36.411" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:36.411" starttime="20181222 07:55:36.411"></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="20181222 07:55:36.412" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:36.412" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:36.412" starttime="20181222 07:55:36.412"></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="20181222 07:55:36.412" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.412" starttime="20181222 07:55:36.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:36.413" starttime="20181222 07:55:36.413"></status>
</kw>
<msg timestamp="20181222 07:55:36.413" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.413" starttime="20181222 07:55:36.410"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:36.414" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:36.414" starttime="20181222 07:55:36.414"></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="20181222 07:55:36.415" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:36.415" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:36.415" starttime="20181222 07:55:36.415"></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="20181222 07:55:36.415" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.415" starttime="20181222 07:55:36.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:36.416" starttime="20181222 07:55:36.416"></status>
</kw>
<msg timestamp="20181222 07:55:36.416" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.416" starttime="20181222 07:55:36.413"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:55:36.417" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:36.417" starttime="20181222 07:55:36.417"></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="20181222 07:55:36.418" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:36.418" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:36.418" starttime="20181222 07:55:36.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:36.418" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.418" starttime="20181222 07:55:36.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:36.419" starttime="20181222 07:55:36.419"></status>
</kw>
<msg timestamp="20181222 07:55:36.419" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:36.419" starttime="20181222 07:55:36.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:36.420" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:55:36.420" starttime="20181222 07:55:36.420"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:36.420" starttime="20181222 07:55:36.420"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:36.421" starttime="20181222 07:55:32.707"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:55:51.438" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:55:51.457" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:55:55.144" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:55:55.145" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:55:55.145" starttime="20181222 07:55:51.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="20181222 07:55:55.146" starttime="20181222 07:55:55.145"></status>
</kw>
<msg timestamp="20181222 07:55:55.147" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:55:55.147" starttime="20181222 07:55:51.436"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:55:55.147" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.147" starttime="20181222 07:55:55.147"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:55:55.148" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.148" starttime="20181222 07:55:55.148"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:55.150" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:55.150" starttime="20181222 07:55:55.149"></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="20181222 07:55:55.150" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:55.150" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:55.150" starttime="20181222 07:55:55.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:55.151" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.151" starttime="20181222 07:55:55.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:55.151" starttime="20181222 07:55:55.151"></status>
</kw>
<msg timestamp="20181222 07:55:55.152" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.152" starttime="20181222 07:55:55.148"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:55:55.153" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:55.153" starttime="20181222 07:55:55.152"></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="20181222 07:55:55.153" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:55.153" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:55.153" starttime="20181222 07:55:55.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:55.154" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.154" starttime="20181222 07:55:55.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:55.154" starttime="20181222 07:55:55.154"></status>
</kw>
<msg timestamp="20181222 07:55:55.154" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.155" starttime="20181222 07:55:55.152"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:55:55.156" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:55.156" starttime="20181222 07:55:55.155"></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="20181222 07:55:55.156" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:55.156" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:55.156" starttime="20181222 07:55:55.156"></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="20181222 07:55:55.157" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.157" starttime="20181222 07:55:55.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:55:55.157" starttime="20181222 07:55:55.157"></status>
</kw>
<msg timestamp="20181222 07:55:55.157" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.157" starttime="20181222 07:55:55.155"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:55:55.158" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:55:55.158" starttime="20181222 07:55:55.158"></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="20181222 07:55:55.159" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:55:55.159" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:55:55.159" starttime="20181222 07:55:55.159"></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="20181222 07:55:55.159" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.159" starttime="20181222 07:55:55.159"></status>
</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>
<status status="PASS" endtime="20181222 07:55:55.160" starttime="20181222 07:55:55.160"></status>
</kw>
<msg timestamp="20181222 07:55:55.160" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:55:55.160" starttime="20181222 07:55:55.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:55:55.161" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:55:55.161" starttime="20181222 07:55:55.161"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:55.161" starttime="20181222 07:55:55.160"></status>
</kw>
<status status="FAIL" endtime="20181222 07:55:55.161" starttime="20181222 07:55:51.421"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:56:10.176" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:56:10.203" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:56:13.760" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:56:13.760" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:56:13.760" starttime="20181222 07:56:10.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="20181222 07:56:13.762" starttime="20181222 07:56:13.761"></status>
</kw>
<msg timestamp="20181222 07:56:13.762" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:56:13.763" starttime="20181222 07:56:10.175"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:56:13.763" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.763" starttime="20181222 07:56: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>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:56:13.764" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.764" starttime="20181222 07:56:13.763"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:13.767" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:13.767" starttime="20181222 07:56:13.765"></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="20181222 07:56:13.767" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:13.768" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:13.768" starttime="20181222 07:56:13.767"></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="20181222 07:56:13.769" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.769" starttime="20181222 07:56:13.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:13.769" starttime="20181222 07:56:13.769"></status>
</kw>
<msg timestamp="20181222 07:56:13.770" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.770" starttime="20181222 07:56:13.764"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:56:13.771" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:13.772" starttime="20181222 07:56:13.771"></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="20181222 07:56:13.772" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:13.772" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:13.772" starttime="20181222 07:56:13.772"></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="20181222 07:56:13.773" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.773" starttime="20181222 07:56:13.773"></status>
</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>
<status status="PASS" endtime="20181222 07:56:13.774" starttime="20181222 07:56:13.773"></status>
</kw>
<msg timestamp="20181222 07:56:13.774" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.774" starttime="20181222 07:56:13.770"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:13.776" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:13.776" starttime="20181222 07:56:13.775"></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="20181222 07:56:13.776" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:13.777" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:13.777" starttime="20181222 07:56:13.776"></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="20181222 07:56:13.777" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.777" starttime="20181222 07:56:13.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:13.778" starttime="20181222 07:56:13.778"></status>
</kw>
<msg timestamp="20181222 07:56:13.779" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.779" starttime="20181222 07:56:13.775"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:56:13.780" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:13.780" starttime="20181222 07:56:13.780"></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="20181222 07:56:13.781" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:13.781" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:13.781" starttime="20181222 07:56:13.780"></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="20181222 07:56:13.782" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.782" starttime="20181222 07:56:13.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:13.782" starttime="20181222 07:56:13.782"></status>
</kw>
<msg timestamp="20181222 07:56:13.783" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:13.783" starttime="20181222 07:56:13.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:56:13.784" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:56:13.784" starttime="20181222 07:56:13.784"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:13.784" starttime="20181222 07:56:13.783"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:13.785" starttime="20181222 07:56:10.162"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:56:28.796" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:56:28.818" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:56:32.670" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:56:32.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:56:32.671" starttime="20181222 07:56:28.796"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:32.672" starttime="20181222 07:56:32.671"></status>
</kw>
<msg timestamp="20181222 07:56:32.673" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:56:32.673" starttime="20181222 07:56:28.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>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:56:32.673" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.673" starttime="20181222 07:56:32.673"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:56:32.674" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.674" starttime="20181222 07:56:32.674"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:32.676" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:32.676" starttime="20181222 07:56:32.675"></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="20181222 07:56:32.676" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:32.676" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:32.676" starttime="20181222 07:56:32.676"></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="20181222 07:56:32.677" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.677" starttime="20181222 07:56:32.677"></status>
</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>
<status status="PASS" endtime="20181222 07:56:32.678" starttime="20181222 07:56:32.677"></status>
</kw>
<msg timestamp="20181222 07:56:32.678" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.678" starttime="20181222 07:56:32.674"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:56:32.679" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:32.679" starttime="20181222 07:56:32.679"></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="20181222 07:56:32.679" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:32.680" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:32.680" starttime="20181222 07:56:32.679"></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="20181222 07:56:32.680" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.680" starttime="20181222 07:56:32.680"></status>
</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>
<status status="PASS" endtime="20181222 07:56:32.681" starttime="20181222 07:56:32.680"></status>
</kw>
<msg timestamp="20181222 07:56:32.681" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.681" starttime="20181222 07:56:32.678"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:32.682" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:32.682" starttime="20181222 07:56:32.682"></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="20181222 07:56:32.683" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:32.683" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:32.683" starttime="20181222 07:56:32.682"></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="20181222 07:56:32.683" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.683" starttime="20181222 07:56:32.683"></status>
</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>
<status status="PASS" endtime="20181222 07:56:32.684" starttime="20181222 07:56:32.684"></status>
</kw>
<msg timestamp="20181222 07:56:32.684" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.684" starttime="20181222 07:56:32.681"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:56:32.685" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:32.685" starttime="20181222 07:56:32.685"></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="20181222 07:56:32.686" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:32.686" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:32.686" starttime="20181222 07:56:32.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>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:56:32.686" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.687" starttime="20181222 07:56:32.686"></status>
</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>
<status status="PASS" endtime="20181222 07:56:32.687" starttime="20181222 07:56:32.687"></status>
</kw>
<msg timestamp="20181222 07:56:32.687" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:32.687" starttime="20181222 07:56:32.684"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:56:32.688" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:56:32.689" starttime="20181222 07:56:32.688"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:32.689" starttime="20181222 07:56:32.688"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:32.689" starttime="20181222 07:56:28.785"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:56:47.709" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:56:47.730" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:56:51.625" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:56:51.626" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:56:51.626" starttime="20181222 07:56:47.708"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:51.628" starttime="20181222 07:56:51.626"></status>
</kw>
<msg timestamp="20181222 07:56:51.628" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:56:51.628" starttime="20181222 07:56:47.706"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:56:51.629" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.629" starttime="20181222 07:56:51.629"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:56:51.630" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.630" starttime="20181222 07:56:51.630"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:51.633" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:51.633" starttime="20181222 07:56:51.632"></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="20181222 07:56:51.634" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:51.634" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:51.634" starttime="20181222 07:56:51.633"></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="20181222 07:56:51.635" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.635" starttime="20181222 07:56:51.634"></status>
</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>
<status status="PASS" endtime="20181222 07:56:51.636" starttime="20181222 07:56:51.635"></status>
</kw>
<msg timestamp="20181222 07:56:51.636" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.636" starttime="20181222 07:56:51.631"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:56:51.638" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:51.638" starttime="20181222 07:56:51.637"></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="20181222 07:56:51.638" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:51.639" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:51.639" starttime="20181222 07:56:51.638"></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="20181222 07:56:51.639" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.640" starttime="20181222 07:56:51.639"></status>
</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>
<status status="PASS" endtime="20181222 07:56:51.640" starttime="20181222 07:56:51.640"></status>
</kw>
<msg timestamp="20181222 07:56:51.641" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.641" starttime="20181222 07:56:51.636"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:56:51.643" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:51.643" starttime="20181222 07:56:51.642"></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="20181222 07:56:51.643" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:51.643" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:51.643" starttime="20181222 07:56:51.643"></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="20181222 07:56:51.644" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.644" starttime="20181222 07:56:51.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:56:51.645" starttime="20181222 07:56:51.645"></status>
</kw>
<msg timestamp="20181222 07:56:51.645" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.645" starttime="20181222 07:56:51.641"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:56:51.647" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:56:51.647" starttime="20181222 07:56:51.647"></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="20181222 07:56:51.648" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:56:51.648" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:56:51.648" starttime="20181222 07:56:51.648"></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="20181222 07:56:51.649" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.649" starttime="20181222 07:56:51.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>
<status status="PASS" endtime="20181222 07:56:51.650" starttime="20181222 07:56:51.649"></status>
</kw>
<msg timestamp="20181222 07:56:51.650" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:56:51.650" starttime="20181222 07:56:51.646"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:56:51.652" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:56:51.652" starttime="20181222 07:56:51.651"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:51.652" starttime="20181222 07:56:51.650"></status>
</kw>
<status status="FAIL" endtime="20181222 07:56:51.652" starttime="20181222 07:56:47.690"></status>
</kw>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:57:06.665" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:57:06.686" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:10.348" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:10.348" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:10.348" starttime="20181222 07:57:06.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="20181222 07:57:10.349" starttime="20181222 07:57:10.349"></status>
</kw>
<msg timestamp="20181222 07:57:10.350" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:57:10.350" starttime="20181222 07:57:06.664"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:57:10.351" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.351" starttime="20181222 07:57:10.350"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:57:10.353" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.353" starttime="20181222 07:57:10.352"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:10.357" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:10.357" starttime="20181222 07:57:10.356"></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="20181222 07:57:10.358" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:10.358" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:10.358" starttime="20181222 07:57:10.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_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:57:10.359" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.359" starttime="20181222 07:57:10.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.360" starttime="20181222 07:57:10.360"></status>
</kw>
<msg timestamp="20181222 07:57:10.360" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.360" starttime="20181222 07:57:10.354"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:57:10.362" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:10.362" starttime="20181222 07:57:10.362"></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="20181222 07:57:10.363" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:10.364" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:10.364" starttime="20181222 07:57:10.363"></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="20181222 07:57:10.364" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.364" starttime="20181222 07:57:10.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.365" starttime="20181222 07:57:10.365"></status>
</kw>
<msg timestamp="20181222 07:57:10.366" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.366" starttime="20181222 07:57:10.361"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:10.367" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:10.368" starttime="20181222 07:57:10.367"></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="20181222 07:57:10.368" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:10.368" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:10.368" starttime="20181222 07:57:10.368"></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="20181222 07:57:10.369" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.369" starttime="20181222 07:57:10.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.370" starttime="20181222 07:57:10.370"></status>
</kw>
<msg timestamp="20181222 07:57:10.370" level="INFO">${match} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.370" starttime="20181222 07:57:10.366"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:57:10.372" level="INFO">@{matches} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:10.372" starttime="20181222 07:57:10.372"></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="20181222 07:57:10.373" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:10.373" level="INFO">${matches_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:10.373" starttime="20181222 07:57:10.372"></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="20181222 07:57:10.374" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.374" starttime="20181222 07:57:10.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>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.375" starttime="20181222 07:57:10.374"></status>
</kw>
<msg timestamp="20181222 07:57:10.375" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:10.375" starttime="20181222 07:57:10.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:57:10.377" level="FAIL">'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:57:10.377" starttime="20181222 07:57:10.376"></status>
</kw>
<status status="FAIL" endtime="20181222 07:57:10.377" starttime="20181222 07:57:10.375"></status>
</kw>
<status status="FAIL" endtime="20181222 07:57:10.377" starttime="20181222 07:57:06.653"></status>
</kw>
<msg timestamp="20181222 07:57:10.377" level="FAIL">Keyword 'OpenStackOperations.Get VM IP' failed after retrying for 3 minutes. The last error was: 'None' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:57:10.377" starttime="20181222 07:53:58.748"></status>
</kw>
<msg timestamp="20181222 07:57:10.377" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 07:57:10.377" level="INFO">${ips_and_console_log} = Keyword 'OpenStackOperations.Get VM IP' failed after retrying for 3 minutes. The last error was: 'None' contains 'None'</msg>
<status status="PASS" endtime="20181222 07:57:10.377" starttime="20181222 07:53:58.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>"${status}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.378" starttime="20181222 07:57:10.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>"${status}" == "PASS"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.379" starttime="20181222 07:57:10.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>"${status}" == "FAIL"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:10.380" starttime="20181222 07:57:10.379"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:10.380" starttime="20181222 07:57:10.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</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="20181222 07:57:10.390" level="INFO">Starting process:
openstack console log show l2_net_2_vm_1</msg>
<msg timestamp="20181222 07:57:10.410" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:14.138" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:14.139" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:14.139" starttime="20181222 07:57:10.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="20181222 07:57:14.140" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.912 MHz processor.
[    0.012000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)
[    0.024023] pid_max: default: 32768 minimum: 301
[    0.028052] Security Framework initialized
[    0.036035] AppArmor: AppArmor initialized
[    0.044023] Yama: becoming mindful.
[    0.052082] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.060061] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.068039] Mount-cache hash table entries: 256
[    0.076183] Initializing cgroup subsys cpuacct
[    0.084028] Initializing cgroup subsys memory
[    0.092053] Initializing cgroup subsys devices
[    0.100026] Initializing cgroup subsys freezer
[    0.108026] Initializing cgroup subsys blkio
[    0.116039] Initializing cgroup subsys perf_event
[    0.128606] CPU: Physical Processor ID: 0
[    0.136915] mce: CPU supports 10 MCE banks
[    0.149472] SMP alternatives: switching to UP code
[    0.352800] Freeing SMP alternatives: 24k freed
[    0.360057] ACPI: Core revision 20110623
[    0.368601] ftrace: allocating 26610 entries in 105 pages
[    0.386264] Enabling x2apic
[    0.388023] Enabled x2apic
[    0.388049] Switched APIC routing to physical x2apic.
[    0.410662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.420029] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.440026] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.448136] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.452060] Brought up 1 CPUs
[    0.456033] Total of 1 processors activated (6983.82 BogoMIPS).
[    0.463332] devtmpfs: initialized
[    0.464421] EVM: security.selinux
[    0.468033] EVM: security.SMACK64
[    0.472034] EVM: security.capability
[    0.480281] print_constraints: dummy: 
[    0.484623] RTC time:  7:53:22, date: 12/22/18
[    0.488079] NET: Registered protocol family 16
[    0.492194] ACPI: bus type pci registered
[    0.496629] PCI: Using configuration type 1 for base access
[    0.500607] bio: create slab &lt;bio-0&gt; at 0
[    0.504149] ACPI: Added _OSI(Module Device)
[    0.508037] ACPI: Added _OSI(Processor Device)
[    0.512039] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.516039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.522102] ACPI: Interpreter enabled
[    0.524038] ACPI: (supports S0 S5)
[    0.532040] ACPI: Using IOAPIC for interrupt routing
[    0.541856] ACPI: No dock devices found.
[    0.544039] HEST: Table not found.
[    0.548043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.552071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.556133] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.560043] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.564044] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.568043] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.572046] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.604808] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.608152] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.715330]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.718196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.732534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.744404] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.760219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.772353] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.788286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.792060] vgaarb: loaded
[    0.796056] vgaarb: bridge control possible 0000:00:02.0
[    0.800179] i2c-core: driver [aat2870] using legacy suspend method
[    0.804057] i2c-core: driver [aat2870] using legacy resume method
[    0.808157] SCSI subsystem initialized
[    0.812191] usbcore: registered new interface driver usbfs
[    0.816080] usbcore: registered new interface driver hub
[    0.820096] usbcore: registered new device driver usb
[    0.824155] PCI: Using ACPI for IRQ routing
[    0.829461] NetLabel: Initializing
[    0.832055] NetLabel:  domain hash size = 128
[    0.836055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.840068] NetLabel:  unlabeled traffic allowed by default
[    0.844136] Switching to clocksource kvm-clock
[    0.851933] AppArmor: AppArmor Filesystem Enabled
[    0.862376] pnp: PnP ACPI init
[    0.870339] ACPI: bus type pnp registered
[    0.881533] pnp: PnP ACPI: found 9 devices
[    0.892304] ACPI: ACPI bus type pnp unregistered
[    0.911168] NET: Registered protocol family 2
[    0.923753] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.938440] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.954014] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.967496] TCP: Hash tables configured (established 2048 bind 2048)
[    0.981726] TCP reno registered
[    0.990354] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    1.003254] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    1.017013] NET: Registered protocol family 1
[    1.027644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.040629] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.053708] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.072835] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.100607] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.120627] pci 0000:00:01.2: PCI INT D disabled
[    1.134280] audit: initializing netlink socket (disabled)
[    1.147336] type=2000 audit(1545465201.144:1): initialized
[    1.178089] Trying to unpack rootfs image as initramfs...
[    1.226349] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.260489] VFS: Disk quotas dquot_6.5.2
[    1.272439] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.300466] Freeing initrd memory: 3452k freed
[    1.311561] fuse init (API version 7.17)
[    1.322776] msgmni has been set to 91
[    1.332267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.350631] io scheduler noop registered
[    1.362014] io scheduler deadline registered (default)
[    1.373270] io scheduler cfq registered
[    1.382367] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.399915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.414319] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.433314] ACPI: Power Button [PWRF]
[    1.444233] ERST: Table is not found!
[    1.455887] GHES: HEST is not enabled!
[    1.469960] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.482634] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.504819] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.530068] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.544285] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.564995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.613751] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.662595] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.675492] Linux agpgart interface v0.103
[    1.687511] brd: module loaded
[    1.696531] loop: module loaded
[    1.709448]  vda: vda1
[    1.722160] scsi0 : ata_piix
[    1.732501] scsi1 : ata_piix
[    1.740636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.755239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.769980] Fixed MDIO Bus: probed
[    1.779263] tun: Universal TUN/TAP device driver, 1.6
[    1.788659] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.808483] PPP generic driver version 2.4.2
[    1.819580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.833566] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.846267] uhci_hcd: USB Universal Host Controller Interface driver
[    1.858902] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.877696] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.892546] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.913426] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.928554] hub 1-0:1.0: USB hub found
[    1.940123] hub 1-0:1.0: 2 ports detected
[    1.953089] usbcore: registered new interface driver libusual
[    1.968484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.992448] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.005251] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.020002] mousedev: PS/2 mouse device common for all mice
[    2.035890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    2.056123] rtc_cmos 00:01: RTC can wake from S4
[    2.068296] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.082322] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    2.094568] device-mapper: uevent: version 1.0.3
[    2.105551] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.126090] cpuidle: using governor ladder
[    2.136970] cpuidle: using governor menu
[    2.147601] EFI Variables Facility v0.08 2004-May-17
[    2.159551] TCP cubic registered
[    2.168428] NET: Registered protocol family 10
[    2.179899] NET: Registered protocol family 17
[    2.192325] Registering the dns_resolver key type
[    2.207103] registered taskstats version 1
[    2.226492]   Magic number: 14:769:875
[    2.238844] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:24 UTC (1545465204)
[    2.260161] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.275197] EDD information not available.
[    2.292283] Freeing unused kernel memory: 928k freed
[    2.304662] Write protecting the kernel read-only data: 12288k
[    2.324298] Freeing unused kernel memory: 1596k freed
[    2.340741] Freeing unused kernel memory: 1184k freed
[    2.354394] usb 1-1: new full-speed USB device number 2 using uhci_hcd

info: initramfs: up at 2.38
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.64
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.97
no results found for mode=local. up 3.03. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending discover...
Sending discover...
Usage: /sbin/cirros-dhcpc &lt;up|down&gt;
No lease, failing
WARN: /etc/rc3.d/S40-network failed
cirros-ds 'net' up at 183.27
checking http://169.254.169.254/2009-04-04/instance-id
failed 1/20: up 183.28. request failed
failed 2/20: up 185.33. request failed
failed 3/20: up 187.34. request failed
failed 4/20: up 189.34. request failed
failed 5/20: up 191.36. request failed
failed 6/20: up 193.37. request failed
failed 7/20: up 195.38. request failed
failed 8/20: up 197.39. request failed
failed 9/20: up 199.41. request failed
failed 10/20: up 201.41. request failed
failed 11/20: up 203.42. request failed
failed 12/20: up 205.44. request failed
failed 13/20: up 207.45. request failed
failed 14/20: up 209.46. request failed
failed 15/20: up 211.47. request failed
failed 16/20: up 213.48. request failed
failed 17/20: up 215.49. request failed
failed 18/20: up 217.51. request failed
failed 19/20: up 219.52. request failed
failed 20/20: up 221.54. request failed
failed to read iid from metadata. tried 20
no results found for mode=net. up 223.56. searched: nocloud configdrive ec2
failed to get instance-id of datasource
Top of dropbear init script
Starting dropbear sshd: failed to get instance-id of datasource
WARN: generating key of type ecdsa failed!
OK
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.912 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCcjEItX8Qe9jxIYzvDxMTSd7eSTEPWngSSoKClJc0OEqPBJXJZMUo0F5+Bs7A8HeJ4nViG/TeU/D34Ap5l5okppZvuGyGgeV08y5eL1/AldnS+iImF5xmiAYLBJf+Vocx9Ht/MdW0Hljid2M6uOAc6U4pRo4LbJUW8K5ljfHxxrTPN root@cirros
ssh-dss AAAAB3NzaC1kc3MAAACBAOuhuZ+BMM/Pq66STCvcvEZ0mG1r9NHIp1SiIuMXMlcTIJj9IOgQiaQ0Po7MM8tz6UfDEofPKWow5HqSQdcChJGSVinU7SaLuFsk3jsgoh+Pm8evt3bl+86zUIBLS0ACAdvxV20CdpCj1tSjmtLVco1HFcGPTTLPFcazEsrPbS0RAAAAFQCt69QH4iU8aRODXVrPxhwkgRZcEQAAAIEAvnA6HALtwx3wZ7GSk6OLNxdcD1jC6NZb1qrw7g8x1+7Rgo0Lfg9cg3hBg47Gfs9Q3wkkrn5ZEkD5+GkGqgNwA1U538o+6WoCYUIEHOV9xynQ8hbpMdSJBWzPRw71YYcAcnHw69sCiDPDp48hCeQMajBS5LcvepkN5Kq6aLoIAjMAAACBALDqxnqCB3VpIwQssxfdsQ9GezZ80jscUNIksrJzeQGJJUrkyFTW61AEkIJEu5UXNLISsJ4+tr/NO79yiKSz5VAk/690V4J0K7APO+aV4d7A0m5LU5AGVD2zqZypM90+RJD54tSaxlmiytUStEZpBQ1xk8aQnu72c/5YVN1zjnI5 root@cirros
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,,8,fe80::f816:3eff:fed7:6f36
=== datasource: None None ===
=== cirros: current=0.3.5 uptime=223.94 ===
route: fscanf
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: failed to get instance-id of datasource
WARN: generating key of type ecdsa failed!
FAIL
route: fscanf
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:D7:6F:36  
          inet6 addr: fe80::f816:3eff:fed7:6f36/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:77 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4634 (4.5 KiB)  TX bytes:1132 (1.1 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1020 (1020.0 B)  TX bytes:1020 (1020.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
route: fscanf
### cat /etc/resolv.conf
cat: can't open '/etc/resolv.conf': No such file or directory
### gateway not found
/sbin/cirros-status: line 1: can't open /etc/resolv.conf: no such file
### pinging nameservers
### uname -a
Linux cirros 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.797886] acpiphp: Slot [29] registered
[    2.797893] acpiphp: Slot [30] registered
[    2.797901] acpiphp: Slot [31] registered
[    2.818907] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.818911] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.842698] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.848486] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.863277] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.876345] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.504550] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000] KERNEL supported cpus:
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:53:25 cirros kern.info kernel: [    2.797634] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:25 cirros kern.info kernel: [    2.797694] acpiphp: Slot [3] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797707] acpiphp: Slot [4] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797715] acpiphp: Slot [5] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797723] acpiphp: Slot [6] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797732] acpiphp: Slot [7] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797739] acpiphp: Slot [8] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797746] acpiphp: Slot [9] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797753] acpiphp: Slot [10] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797759] acpiphp: Slot [11] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797766] acpiphp: Slot [12] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.818907] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:25 cirros kern.info kernel: [    2.818911] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:25 cirros kern.info kernel: [    2.842698] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:25 cirros kern.info kernel: [    2.848486] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:25 cirros kern.info kernel: [    2.863277] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:25 cirros kern.info kernel: [    2.876345] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:35 cirros kern.debug kernel: [   13.504550] eth0: no IPv6 routers present
Dec 22 07:57:06 cirros authpriv.info dropbear[306]: Running in background
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
cirros login: </msg>
<status status="PASS" endtime="20181222 07:57:14.141" starttime="20181222 07:57: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="20181222 07:57:14.141" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:14.141" starttime="20181222 07:57:14.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="20181222 07:57:14.142" starttime="20181222 07:57:14.141"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:14.142" starttime="20181222 07:57:10.389"></status>
</kw>
<msg timestamp="20181222 07:57:14.143" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:57:14.143" starttime="20181222 07:57:10.380"></status>
</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"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${vm_console_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:14.144" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.912 MHz processor.
[    0.012000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)
[    0.024023] pid_max: default: 32768 minimum: 301
[    0.028052] Security Framework initialized
[    0.036035] AppArmor: AppArmor initialized
[    0.044023] Yama: becoming mindful.
[    0.052082] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.060061] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.068039] Mount-cache hash table entries: 256
[    0.076183] Initializing cgroup subsys cpuacct
[    0.084028] Initializing cgroup subsys memory
[    0.092053] Initializing cgroup subsys devices
[    0.100026] Initializing cgroup subsys freezer
[    0.108026] Initializing cgroup subsys blkio
[    0.116039] Initializing cgroup subsys perf_event
[    0.128606] CPU: Physical Processor ID: 0
[    0.136915] mce: CPU supports 10 MCE banks
[    0.149472] SMP alternatives: switching to UP code
[    0.352800] Freeing SMP alternatives: 24k freed
[    0.360057] ACPI: Core revision 20110623
[    0.368601] ftrace: allocating 26610 entries in 105 pages
[    0.386264] Enabling x2apic
[    0.388023] Enabled x2apic
[    0.388049] Switched APIC routing to physical x2apic.
[    0.410662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.420029] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.440026] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.448136] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.452060] Brought up 1 CPUs
[    0.456033] Total of 1 processors activated (6983.82 BogoMIPS).
[    0.463332] devtmpfs: initialized
[    0.464421] EVM: security.selinux
[    0.468033] EVM: security.SMACK64
[    0.472034] EVM: security.capability
[    0.480281] print_constraints: dummy: 
[    0.484623] RTC time:  7:53:22, date: 12/22/18
[    0.488079] NET: Registered protocol family 16
[    0.492194] ACPI: bus type pci registered
[    0.496629] PCI: Using configuration type 1 for base access
[    0.500607] bio: create slab &lt;bio-0&gt; at 0
[    0.504149] ACPI: Added _OSI(Module Device)
[    0.508037] ACPI: Added _OSI(Processor Device)
[    0.512039] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.516039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.522102] ACPI: Interpreter enabled
[    0.524038] ACPI: (supports S0 S5)
[    0.532040] ACPI: Using IOAPIC for interrupt routing
[    0.541856] ACPI: No dock devices found.
[    0.544039] HEST: Table not found.
[    0.548043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.552071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.556133] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.560043] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.564044] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.568043] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.572046] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.604808] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.608152] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.715330]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.718196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.732534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.744404] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.760219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.772353] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.788286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.792060] vgaarb: loaded
[    0.796056] vgaarb: bridge control possible 0000:00:02.0
[    0.800179] i2c-core: driver [aat2870] using legacy suspend method
[    0.804057] i2c-core: driver [aat2870] using legacy resume method
[    0.808157] SCSI subsystem initialized
[    0.812191] usbcore: registered new interface driver usbfs
[    0.816080] usbcore: registered new interface driver hub
[    0.820096] usbcore: registered new device driver usb
[    0.824155] PCI: Using ACPI for IRQ routing
[    0.829461] NetLabel: Initializing
[    0.832055] NetLabel:  domain hash size = 128
[    0.836055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.840068] NetLabel:  unlabeled traffic allowed by default
[    0.844136] Switching to clocksource kvm-clock
[    0.851933] AppArmor: AppArmor Filesystem Enabled
[    0.862376] pnp: PnP ACPI init
[    0.870339] ACPI: bus type pnp registered
[    0.881533] pnp: PnP ACPI: found 9 devices
[    0.892304] ACPI: ACPI bus type pnp unregistered
[    0.911168] NET: Registered protocol family 2
[    0.923753] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.938440] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.954014] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.967496] TCP: Hash tables configured (established 2048 bind 2048)
[    0.981726] TCP reno registered
[    0.990354] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    1.003254] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    1.017013] NET: Registered protocol family 1
[    1.027644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.040629] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.053708] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.072835] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.100607] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.120627] pci 0000:00:01.2: PCI INT D disabled
[    1.134280] audit: initializing netlink socket (disabled)
[    1.147336] type=2000 audit(1545465201.144:1): initialized
[    1.178089] Trying to unpack rootfs image as initramfs...
[    1.226349] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.260489] VFS: Disk quotas dquot_6.5.2
[    1.272439] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.300466] Freeing initrd memory: 3452k freed
[    1.311561] fuse init (API version 7.17)
[    1.322776] msgmni has been set to 91
[    1.332267] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.350631] io scheduler noop registered
[    1.362014] io scheduler deadline registered (default)
[    1.373270] io scheduler cfq registered
[    1.382367] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.399915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.414319] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.433314] ACPI: Power Button [PWRF]
[    1.444233] ERST: Table is not found!
[    1.455887] GHES: HEST is not enabled!
[    1.469960] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.482634] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.504819] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.530068] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.544285] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.564995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.613751] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.662595] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.675492] Linux agpgart interface v0.103
[    1.687511] brd: module loaded
[    1.696531] loop: module loaded
[    1.709448]  vda: vda1
[    1.722160] scsi0 : ata_piix
[    1.732501] scsi1 : ata_piix
[    1.740636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.755239] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.769980] Fixed MDIO Bus: probed
[    1.779263] tun: Universal TUN/TAP device driver, 1.6
[    1.788659] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.808483] PPP generic driver version 2.4.2
[    1.819580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.833566] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.846267] uhci_hcd: USB Universal Host Controller Interface driver
[    1.858902] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.877696] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.892546] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.913426] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.928554] hub 1-0:1.0: USB hub found
[    1.940123] hub 1-0:1.0: 2 ports detected
[    1.953089] usbcore: registered new interface driver libusual
[    1.968484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.992448] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.005251] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.020002] mousedev: PS/2 mouse device common for all mice
[    2.035890] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    2.056123] rtc_cmos 00:01: RTC can wake from S4
[    2.068296] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.082322] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    2.094568] device-mapper: uevent: version 1.0.3
[    2.105551] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.126090] cpuidle: using governor ladder
[    2.136970] cpuidle: using governor menu
[    2.147601] EFI Variables Facility v0.08 2004-May-17
[    2.159551] TCP cubic registered
[    2.168428] NET: Registered protocol family 10
[    2.179899] NET: Registered protocol family 17
[    2.192325] Registering the dns_resolver key type
[    2.207103] registered taskstats version 1
[    2.226492]   Magic number: 14:769:875
[    2.238844] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:24 UTC (1545465204)
[    2.260161] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.275197] EDD information not available.
[    2.292283] Freeing unused kernel memory: 928k freed
[    2.304662] Write protecting the kernel read-only data: 12288k
[    2.324298] Freeing unused kernel memory: 1596k freed
[    2.340741] Freeing unused kernel memory: 1184k freed
[    2.354394] usb 1-1: new full-speed USB device number 2 using uhci_hcd

info: initramfs: up at 2.38
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.64
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.97
no results found for mode=local. up 3.03. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending discover...
Sending discover...
Usage: /sbin/cirros-dhcpc &lt;up|down&gt;
No lease, failing
WARN: /etc/rc3.d/S40-network failed
cirros-ds 'net' up at 183.27
checking http://169.254.169.254/2009-04-04/instance-id
failed 1/20: up 183.28. request failed
failed 2/20: up 185.33. request failed
failed 3/20: up 187.34. request failed
failed 4/20: up 189.34. request failed
failed 5/20: up 191.36. request failed
failed 6/20: up 193.37. request failed
failed 7/20: up 195.38. request failed
failed 8/20: up 197.39. request failed
failed 9/20: up 199.41. request failed
failed 10/20: up 201.41. request failed
failed 11/20: up 203.42. request failed
failed 12/20: up 205.44. request failed
failed 13/20: up 207.45. request failed
failed 14/20: up 209.46. request failed
failed 15/20: up 211.47. request failed
failed 16/20: up 213.48. request failed
failed 17/20: up 215.49. request failed
failed 18/20: up 217.51. request failed
failed 19/20: up 219.52. request failed
failed 20/20: up 221.54. request failed
failed to read iid from metadata. tried 20
no results found for mode=net. up 223.56. searched: nocloud configdrive ec2
failed to get instance-id of datasource
Top of dropbear init script
Starting dropbear sshd: failed to get instance-id of datasource
WARN: generating key of type ecdsa failed!
OK
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.912 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCcjEItX8Qe9jxIYzvDxMTSd7eSTEPWngSSoKClJc0OEqPBJXJZMUo0F5+Bs7A8HeJ4nViG/TeU/D34Ap5l5okppZvuGyGgeV08y5eL1/AldnS+iImF5xmiAYLBJf+Vocx9Ht/MdW0Hljid2M6uOAc6U4pRo4LbJUW8K5ljfHxxrTPN root@cirros
ssh-dss AAAAB3NzaC1kc3MAAACBAOuhuZ+BMM/Pq66STCvcvEZ0mG1r9NHIp1SiIuMXMlcTIJj9IOgQiaQ0Po7MM8tz6UfDEofPKWow5HqSQdcChJGSVinU7SaLuFsk3jsgoh+Pm8evt3bl+86zUIBLS0ACAdvxV20CdpCj1tSjmtLVco1HFcGPTTLPFcazEsrPbS0RAAAAFQCt69QH4iU8aRODXVrPxhwkgRZcEQAAAIEAvnA6HALtwx3wZ7GSk6OLNxdcD1jC6NZb1qrw7g8x1+7Rgo0Lfg9cg3hBg47Gfs9Q3wkkrn5ZEkD5+GkGqgNwA1U538o+6WoCYUIEHOV9xynQ8hbpMdSJBWzPRw71YYcAcnHw69sCiDPDp48hCeQMajBS5LcvepkN5Kq6aLoIAjMAAACBALDqxnqCB3VpIwQssxfdsQ9GezZ80jscUNIksrJzeQGJJUrkyFTW61AEkIJEu5UXNLISsJ4+tr/NO79yiKSz5VAk/690V4J0K7APO+aV4d7A0m5LU5AGVD2zqZypM90+RJD54tSaxlmiytUStEZpBQ1xk8aQnu72c/5YVN1zjnI5 root@cirros
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,,8,fe80::f816:3eff:fed7:6f36
=== datasource: None None ===
=== cirros: current=0.3.5 uptime=223.94 ===
route: fscanf
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: failed to get instance-id of datasource
WARN: generating key of type ecdsa failed!
FAIL
route: fscanf
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:D7:6F:36  
          inet6 addr: fe80::f816:3eff:fed7:6f36/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:77 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4634 (4.5 KiB)  TX bytes:1132 (1.1 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1020 (1020.0 B)  TX bytes:1020 (1020.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
route: fscanf
### cat /etc/resolv.conf
cat: can't open '/etc/resolv.conf': No such file or directory
### gateway not found
/sbin/cirros-status: line 1: can't open /etc/resolv.conf: no such file
### pinging nameservers
### uname -a
Linux cirros 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.797886] acpiphp: Slot [29] registered
[    2.797893] acpiphp: Slot [30] registered
[    2.797901] acpiphp: Slot [31] registered
[    2.818907] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.818911] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.842698] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.848486] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.863277] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.876345] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.504550] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000] KERNEL supported cpus:
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:53:24 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:53:25 cirros kern.info kernel: [    2.797634] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:25 cirros kern.info kernel: [    2.797694] acpiphp: Slot [3] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797707] acpiphp: Slot [4] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797715] acpiphp: Slot [5] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797723] acpiphp: Slot [6] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797732] acpiphp: Slot [7] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797739] acpiphp: Slot [8] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797746] acpiphp: Slot [9] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797753] acpiphp: Slot [10] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797759] acpiphp: Slot [11] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.797766] acpiphp: Slot [12] registered
Dec 22 07:53:25 cirros kern.info kernel: [    2.818907] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:25 cirros kern.info kernel: [    2.818911] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:25 cirros kern.info kernel: [    2.842698] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:25 cirros kern.info kernel: [    2.848486] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:25 cirros kern.info kernel: [    2.863277] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:25 cirros kern.info kernel: [    2.876345] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:35 cirros kern.debug kernel: [   13.504550] eth0: no IPv6 routers present
Dec 22 07:57:06 cirros authpriv.info dropbear[306]: Running in background
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
cirros login: </msg>
<status status="PASS" endtime="20181222 07:57:14.144" starttime="20181222 07:57:14.143"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:14.144" starttime="20181222 07:57:14.143"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:14.144" starttime="20181222 07:53:53.723"></status>
</kw>
<kw type="foritem" name="${vm} = l2_net_2_vm_2">
<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="20181222 07:57:14.155" level="INFO">Starting process:
openstack server show l2_net_2_vm_2 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:57:14.176" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:19.122" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:19.123" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:19.123" starttime="20181222 07:57:14.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="20181222 07:57:19.124" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:57:19.124" starttime="20181222 07:57:19.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="20181222 07:57:19.125" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:19.125" starttime="20181222 07:57:19.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="20181222 07:57:19.125" starttime="20181222 07:57:19.125"></status>
</kw>
<msg timestamp="20181222 07:57:19.126" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:57:19.126" starttime="20181222 07:57:14.155"></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>
<status status="PASS" endtime="20181222 07:57:19.126" starttime="20181222 07:57:19.126"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:19.126" starttime="20181222 07:57:14.146"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:19.127" starttime="20181222 07:57:14.145"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:19.127" starttime="20181222 07:57:14.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>BuiltIn.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:57:19.145" level="INFO">Starting process:
openstack console log show l2_net_2_vm_2</msg>
<msg timestamp="20181222 07:57:19.166" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:22.976" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:22.976" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:22.976" starttime="20181222 07:57:19.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="20181222 07:57:22.978" starttime="20181222 07:57:22.977"></status>
</kw>
<msg timestamp="20181222 07:57:22.978" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:57:22.978" starttime="20181222 07:57:19.143"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:57:22.978" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.978" starttime="20181222 07:57:22.978"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:57:22.979" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.979" starttime="20181222 07:57:22.979"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:22.981" level="INFO">@{matches} = [ 22.0.0.103 obtained ]</msg>
<status status="PASS" endtime="20181222 07:57:22.981" starttime="20181222 07:57:22.980"></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="20181222 07:57:22.981" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:22.981" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:22.982" starttime="20181222 07:57:22.981"></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="20181222 07:57:22.982" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.982" starttime="20181222 07:57:22.982"></status>
</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="20181222 07:57:22.984" level="INFO">${OS_MATCH} = 22.0.0.103 obtained</msg>
<status status="PASS" endtime="20181222 07:57:22.984" starttime="20181222 07:57:22.983"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.984" starttime="20181222 07:57:22.982"></status>
</kw>
<msg timestamp="20181222 07:57:22.984" level="INFO">${match} = 22.0.0.103 obtained</msg>
<status status="PASS" endtime="20181222 07:57:22.984" starttime="20181222 07:57:22.979"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:57:22.985" level="INFO">@{matches} = [ 22.0.0.103 ]</msg>
<status status="PASS" endtime="20181222 07:57:22.985" starttime="20181222 07:57:22.985"></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="20181222 07:57:22.985" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:22.986" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:22.986" starttime="20181222 07:57:22.985"></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="20181222 07:57:22.986" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.986" starttime="20181222 07:57:22.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>${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="20181222 07:57:22.987" level="INFO">${OS_MATCH} = 22.0.0.103</msg>
<status status="PASS" endtime="20181222 07:57:22.987" starttime="20181222 07:57:22.987"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.987" starttime="20181222 07:57:22.986"></status>
</kw>
<msg timestamp="20181222 07:57:22.988" level="INFO">${vm_ip} = 22.0.0.103</msg>
<status status="PASS" endtime="20181222 07:57:22.988" starttime="20181222 07:57:22.984"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:22.989" level="INFO">@{matches} = [ ip-route:169.254.169.254 via 22.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:57:22.989" starttime="20181222 07:57:22.988"></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="20181222 07:57:22.990" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:22.990" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:22.990" starttime="20181222 07:57:22.989"></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="20181222 07:57:22.990" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.991" starttime="20181222 07:57:22.990"></status>
</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="20181222 07:57:22.992" level="INFO">${OS_MATCH} = ip-route:169.254.169.254 via 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:22.992" starttime="20181222 07:57:22.991"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.992" starttime="20181222 07:57:22.991"></status>
</kw>
<msg timestamp="20181222 07:57:22.992" level="INFO">${match} = ip-route:169.254.169.254 via 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:22.992" starttime="20181222 07:57:22.988"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:57:22.993" level="INFO">@{matches} = [ 169.254.169.254 | 22.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:57:22.993" starttime="20181222 07:57:22.993"></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="20181222 07:57:22.993" level="INFO">Length is 2</msg>
<msg timestamp="20181222 07:57:22.994" level="INFO">${matches_length} = 2</msg>
<status status="PASS" endtime="20181222 07:57:22.994" starttime="20181222 07:57:22.993"></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="20181222 07:57:22.994" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:22.994" starttime="20181222 07:57:22.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>${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="20181222 07:57:22.995" level="INFO">${OS_MATCH} = 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:22.995" starttime="20181222 07:57:22.995"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.995" starttime="20181222 07:57:22.994"></status>
</kw>
<msg timestamp="20181222 07:57:22.996" level="INFO">${dhcp_ip} = 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:22.996" starttime="20181222 07:57:22.992"></status>
</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_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:22.996" starttime="20181222 07:57:22.996"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.996" starttime="20181222 07:57:22.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:22.997" starttime="20181222 07:57:22.997"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.997" starttime="20181222 07:57:22.997"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.998" starttime="20181222 07:57:19.128"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:22.998" starttime="20181222 07:57:19.127"></status>
</kw>
<msg timestamp="20181222 07:57:22.998" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:57:22.998" level="INFO">${ips_and_console_log} = [u'22.0.0.103', u'22.0.0.4', u'[    0.000000] Initializing cgroup subsys cpuset\n[    0.000000] Initializing cgroup subsys cpu\n[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc versio...</msg>
<status status="PASS" endtime="20181222 07:57:22.998" starttime="20181222 07:57:19.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}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<msg timestamp="20181222 07:57:22.999" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.802 MHz processor.
[    0.016000] Calibrating delay loop (skipped) preset value.. 6983.60 BogoMIPS (lpj=13967208)
[    0.024023] pid_max: default: 32768 minimum: 301
[    0.032062] Security Framework initialized
[    0.040039] AppArmor: AppArmor initialized
[    0.048022] Yama: becoming mindful.
[    0.056066] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.064047] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.072039] Mount-cache hash table entries: 256
[    0.080143] Initializing cgroup subsys cpuacct
[    0.088030] Initializing cgroup subsys memory
[    0.096041] Initializing cgroup subsys devices
[    0.104030] Initializing cgroup subsys freezer
[    0.112046] Initializing cgroup subsys blkio
[    0.120037] Initializing cgroup subsys perf_event
[    0.128841] CPU: Physical Processor ID: 0
[    0.140150] mce: CPU supports 10 MCE banks
[    0.154387] SMP alternatives: switching to UP code
[    0.373372] Freeing SMP alternatives: 24k freed
[    0.380058] ACPI: Core revision 20110623
[    0.388650] ftrace: allocating 26610 entries in 105 pages
[    0.406583] Enabling x2apic
[    0.408024] Enabled x2apic
[    0.408051] Switched APIC routing to physical x2apic.
[    0.430828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.432031] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.460028] APIC calibration not consistent with PM-Timer: 98ms instead of 100ms
[    0.460028] APIC delta adjusted to PM-Timer: 6251337 (6139742)
[    0.460262] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.472141] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.476076] Brought up 1 CPUs
[    0.480037] Total of 1 processors activated (6983.60 BogoMIPS).
[    0.490290] devtmpfs: initialized
[    0.492737] EVM: security.selinux
[    0.496036] EVM: security.SMACK64
[    0.500036] EVM: security.capability
[    0.504726] print_constraints: dummy: 
[    0.512805] RTC time:  7:53:31, date: 12/22/18
[    0.516091] NET: Registered protocol family 16
[    0.520215] ACPI: bus type pci registered
[    0.524638] PCI: Using configuration type 1 for base access
[    0.528536] bio: create slab &lt;bio-0&gt; at 0
[    0.532158] ACPI: Added _OSI(Module Device)
[    0.536039] ACPI: Added _OSI(Processor Device)
[    0.540040] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.544039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.552472] ACPI: Interpreter enabled
[    0.556040] ACPI: (supports S0 S5)
[    0.564042] ACPI: Using IOAPIC for interrupt routing
[    0.571022] ACPI: No dock devices found.
[    0.572042] HEST: Table not found.
[    0.580040] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.584074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.588113] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.592045] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.596046] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.600045] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.604045] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.635980] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.636123] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.722376]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.725508] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.740076] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.756184] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.768343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.784246] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.792527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.796057] vgaarb: loaded
[    0.800051] vgaarb: bridge control possible 0000:00:02.0
[    0.804131] i2c-core: driver [aat2870] using legacy suspend method
[    0.808052] i2c-core: driver [aat2870] using legacy resume method
[    0.812119] SCSI subsystem initialized
[    0.816170] usbcore: registered new interface driver usbfs
[    0.820091] usbcore: registered new interface driver hub
[    0.824114] usbcore: registered new device driver usb
[    0.828177] PCI: Using ACPI for IRQ routing
[    0.833478] NetLabel: Initializing
[    0.836055] NetLabel:  domain hash size = 128
[    0.840055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.844072] NetLabel:  unlabeled traffic allowed by default
[    0.848208] Switching to clocksource kvm-clock
[    0.857195] AppArmor: AppArmor Filesystem Enabled
[    0.868603] pnp: PnP ACPI init
[    0.877805] ACPI: bus type pnp registered
[    0.891790] pnp: PnP ACPI: found 9 devices
[    0.900670] ACPI: ACPI bus type pnp unregistered
[    0.916174] NET: Registered protocol family 2
[    0.926416] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.940156] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    0.954173] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    0.966353] TCP: Hash tables configured (established 2048 bind 2048)
[    0.978891] TCP reno registered
[    0.987442] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    0.998786] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    1.011834] NET: Registered protocol family 1
[    1.021132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.044907] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.058698] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.073481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.087172] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.109157] pci 0000:00:01.2: PCI INT D disabled
[    1.121488] audit: initializing netlink socket (disabled)
[    1.134457] type=2000 audit(1545465210.132:1): initialized
[    1.160327] Trying to unpack rootfs image as initramfs...
[    1.204309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.228264] VFS: Disk quotas dquot_6.5.2
[    1.236679] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.248761] Freeing initrd memory: 3452k freed
[    1.258755] fuse init (API version 7.17)
[    1.268594] msgmni has been set to 91
[    1.276750] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.291784] io scheduler noop registered
[    1.300686] io scheduler deadline registered (default)
[    1.310866] io scheduler cfq registered
[    1.320228] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.332164] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.345797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.362447] ACPI: Power Button [PWRF]
[    1.372436] ERST: Table is not found!
[    1.381288] GHES: HEST is not enabled!
[    1.391878] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.403941] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.424764] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.446166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.458244] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.477599] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.528666] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.580627] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.592650] Linux agpgart interface v0.103
[    1.603068] brd: module loaded
[    1.611327] loop: module loaded
[    1.624827]  vda: vda1
[    1.633153] scsi0 : ata_piix
[    1.639906] scsi1 : ata_piix
[    1.646517] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.658026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.669676] Fixed MDIO Bus: probed
[    1.677064] tun: Universal TUN/TAP device driver, 1.6
[    1.686450] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.703266] PPP generic driver version 2.4.2
[    1.714384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.730441] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.750062] uhci_hcd: USB Universal Host Controller Interface driver
[    1.765585] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.784165] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.794360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.810505] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.821604] hub 1-0:1.0: USB hub found
[    1.829659] hub 1-0:1.0: 2 ports detected
[    1.838456] usbcore: registered new interface driver libusual
[    1.849381] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.870087] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.879814] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.893795] mousedev: PS/2 mouse device common for all mice
[    1.907999] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.927233] rtc_cmos 00:01: RTC can wake from S4
[    1.940370] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.954480] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    1.967504] device-mapper: uevent: version 1.0.3
[    1.980236] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.999490] cpuidle: using governor ladder
[    2.011465] cpuidle: using governor menu
[    2.023967] EFI Variables Facility v0.08 2004-May-17
[    2.038511] TCP cubic registered
[    2.049574] NET: Registered protocol family 10
[    2.062894] NET: Registered protocol family 17
[    2.075651] Registering the dns_resolver key type
[    2.089749] registered taskstats version 1
[    2.108226]   Magic number: 14:769:875
[    2.116695] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:33 UTC (1545465213)
[    2.132075] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.143145] EDD information not available.
[    2.154740] Freeing unused kernel memory: 928k freed
[    2.164469] Write protecting the kernel read-only data: 12288k
[    2.179714] Freeing unused kernel memory: 1596k freed
[    2.193389] Freeing unused kernel memory: 1184k freed

info: initramfs: up at 2.21
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.28
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.39
no results found for mode=local. up 2.42. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 22.0.0.103...
Lease of 22.0.0.103 obtained, lease time 86400
route: SIOCADDRT: File exists
WARN: failed: route add -net "0.0.0.0/0" gw "22.0.0.1"
cirros-ds 'net' up at 2.47
checking http://169.254.169.254/2009-04-04/instance-id
successful after 1/20 tries: up 2.48. iid=i-0000000e
failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys
warning: no ec2 metadata for public-keys
failed to get http://169.254.169.254/2009-04-04/user-data
warning: no ec2 metadata for user-data
found datasource (ec2, net)
Top of dropbear init script
Starting dropbear sshd: WARN: generating key of type ecdsa failed!
OK
/run/cirros/datasource/data/user-data was not '#!' or executable
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.802 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnBuuSiuAL6nezzBG1oUoTGsU9qefv4D9efCnwzuUjJj+cHCr3+z9wjKuuQfj5bZQoEumEU6ncda1t2hOC1gZAj2VIazMAFPc9ACZbDnXX4XKcCMDrMlW8WWq0+SDjdAORZepAhY047bYcGb1Wh5aAeBzNXZA8dtwQaurVyFJD5U458= root@l2-net-2-vm-2
ssh-dss AAAAB3NzaC1kc3MAAACBAMUgcJ8XaHiD9eubBB1h48vCh7+i9z651YqvDbZ+eV6h0S+8z1nZ9SWra/rgcDQTGEQdumwBZRkPewCCZtm8TkIl3ZM/ATqTO65LsdfsF2DQdRF5T+ik77d9aN4SVQYewxXeMpMP3HsFe0O57eTg4lfanrpCp2ns/uOyNml0jnr3AAAAFQDaXLVq7Pp9nFCbpuSA6kE1zKGA+wAAAIEAncA+fkbyT7BRLG6indwSIUGw5RRBZZ7eItLnKDracS38GPumZOlVzW5M1hTTI6lM3zr8B9fzTldz1/xrYHeqLoa1Cvb5qIuS/v+R9JnH+51xf93yoz7l33lK7C9VW3T4v9oHtkNe1vZiZKo/zeSCRkB+SxguFN2YvJxCI2naYNYAAACASqRVt2tJmLpJ8sU0V2xg0mcPMldZLY8NLkzR1svyu2ZXl6VlYyAOWg1l6qHtnZbUx3v1vH9c2qItruJG6iwMJz5Sd4advRP6L1FROXrgHwWTKeOX1YEU210haRQlW2j69IFyJjEgSVUKUvQAql9mRiv55l706/BOfozv3cJqf0Y= root@l2-net-2-vm-2
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,22.0.0.103,24,fe80::f816:3eff:fe4a:e251
ip-route:default via 22.0.0.1 dev eth0 
ip-route:22.0.0.0/24 dev eth0  src 22.0.0.103 
ip-route:169.254.169.254 via 22.0.0.4 dev eth0 
=== datasource: ec2 net ===
instance-id: i-0000000e
name: N/A
availability-zone: nova
local-hostname: l2-net-2-vm-2
launch-index: 0
=== cirros: current=0.3.5 uptime=4.81 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
WARN: generating key of type ecdsa failed!
FAIL
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:4A:E2:51  
          inet addr:22.0.0.103  Bcast:22.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f816:3eff:fe4a:e251/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:67 errors:0 dropped:0 overruns:0 frame:0
          TX packets:103 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:7420 (7.2 KiB)  TX bytes:10013 (9.7 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:211 (211.0 B)  TX bytes:211 (211.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         22.0.0.1        0.0.0.0         UG    0      0        0 eth0
22.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.169.254 22.0.0.4        255.255.255.255 UGH   0      0        0 eth0
### cat /etc/resolv.conf
search openstacklocal
nameserver 22.0.0.4
nameserver 22.0.0.2
nameserver 22.0.0.3
### ping -c 5 22.0.0.1
PING 22.0.0.1 (22.0.0.1): 56 data bytes

--- 22.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### pinging nameservers
#### ping -c 5 22.0.0.4
PING 22.0.0.4 (22.0.0.4): 56 data bytes
64 bytes from 22.0.0.4: seq=0 ttl=64 time=1.616 ms
64 bytes from 22.0.0.4: seq=1 ttl=64 time=1.648 ms
64 bytes from 22.0.0.4: seq=2 ttl=64 time=0.700 ms
64 bytes from 22.0.0.4: seq=3 ttl=64 time=0.786 ms
64 bytes from 22.0.0.4: seq=4 ttl=64 time=0.709 ms

--- 22.0.0.4 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.700/1.091/1.648 ms
#### ping -c 5 22.0.0.2
PING 22.0.0.2 (22.0.0.2): 56 data bytes

--- 22.0.0.2 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
#### ping -c 5 22.0.0.3
PING 22.0.0.3 (22.0.0.3): 56 data bytes

--- 22.0.0.3 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### uname -a
Linux l2-net-2-vm-2 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.334416] acpiphp: Slot [29] registered
[    2.334423] acpiphp: Slot [30] registered
[    2.334429] acpiphp: Slot [31] registered
[    2.344730] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.344732] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.348315] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.352109] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.355620] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.361718] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.816122] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:33 cirros kern.info kernel: [    0.000000]   Intel GenuineIntel
Dec 22 07:53:33 cirros kern.info kernel: [    0.000000]   AMD AuthenticAMD
Dec 22 07:53:33 cirros kern.info kernel: [    0.000000]   Centaur CentaurHauls
Dec 22 07:53:33 cirros kern.info kernel: [    0.000000] BIOS-provided physical RAM map:
Dec 22 07:53:33 cirros kern.info kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 07:53:33 cirros kern.info kernel: [    2.334183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:33 cirros kern.info kernel: [    2.334231] acpiphp: Slot [3] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334240] acpiphp: Slot [4] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334247] acpiphp: Slot [5] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334254] acpiphp: Slot [6] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334262] acpiphp: Slot [7] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334270] acpiphp: Slot [8] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334276] acpiphp: Slot [9] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334284] acpiphp: Slot [10] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334291] acpiphp: Slot [11] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.334298] acpiphp: Slot [12] registered
Dec 22 07:53:33 cirros kern.info kernel: [    2.344730] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:33 cirros kern.info kernel: [    2.344732] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:33 cirros kern.info kernel: [    2.348315] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:33 cirros kern.info kernel: [    2.352109] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:33 cirros kern.info kernel: [    2.355620] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:33 cirros kern.info kernel: [    2.361718] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:35 cirros auth.notice su: + /dev/console root:cirros
Dec 22 07:53:36 cirros authpriv.info dropbear[289]: Running in background
Dec 22 07:53:44 cirros kern.debug kernel: [   12.816122] eth0: no IPv6 routers present
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
l2-net-2-vm-2 login: </msg>
<status status="PASS" endtime="20181222 07:57:23.000" starttime="20181222 07:57:22.999"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:23.000" starttime="20181222 07:57:22.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>"${status}" == "PASS"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:23.001" starttime="20181222 07:57:23.000"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:23.001" starttime="20181222 07:57:23.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>"${status}" == "FAIL"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:23.001" starttime="20181222 07:57:23.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<msg timestamp="20181222 07:57:23.002" level="INFO">${vm_console_output} = None</msg>
<status status="PASS" endtime="20181222 07:57:23.002" starttime="20181222 07:57:23.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}" == "FAIL"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:23.002" starttime="20181222 07:57:23.002"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:23.002" starttime="20181222 07:57:14.144"></status>
</kw>
<kw type="foritem" name="${vm} = l2_net_2_vm_3">
<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="20181222 07:57:23.011" level="INFO">Starting process:
openstack server show l2_net_2_vm_3 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181222 07:57:23.031" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:27.588" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:27.589" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:27.589" starttime="20181222 07:57:23.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="20181222 07:57:27.590" level="INFO">| OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:57:27.590" starttime="20181222 07:57:27.590"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:57:27.591" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:27.592" starttime="20181222 07:57:27.591"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:27.593" starttime="20181222 07:57:27.592"></status>
</kw>
<msg timestamp="20181222 07:57:27.594" level="INFO">${output} = | OS-EXT-STS:vm_state                 | active                                                          |</msg>
<status status="PASS" endtime="20181222 07:57:27.594" starttime="20181222 07:57:23.011"></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>
<status status="PASS" endtime="20181222 07:57:27.594" starttime="20181222 07:57:27.594"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:27.595" starttime="20181222 07:57:23.004"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:27.595" starttime="20181222 07:57:23.003"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:27.595" starttime="20181222 07:57:23.003"></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.Wait Until Keyword Succeeds</arg>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${ips_and_console_log}</var>
</assign>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>180s</arg>
<arg>15s</arg>
<arg>OpenStackOperations.Get VM IP</arg>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="Get VM IP" library="OpenStackOperations">
<doc>Get the vm ip address and nameserver by scraping the vm's console log.</doc>
<arguments>
<arg>true</arg>
<arg>${vm}</arg>
</arguments>
<kw name="OpenStack CLI With No Log" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and do not log the output.</doc>
<arguments>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181222 07:57:27.609" level="INFO">Starting process:
openstack console log show l2_net_2_vm_3</msg>
<msg timestamp="20181222 07:57:27.638" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:31.013" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:31.014" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:31.014" starttime="20181222 07:57:27.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="20181222 07:57:31.015" starttime="20181222 07:57:31.014"></status>
</kw>
<msg timestamp="20181222 07:57:31.015" level="INFO">${vm_console_output} = [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubu...</msg>
<status status="PASS" endtime="20181222 07:57:31.015" starttime="20181222 07:57:27.608"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>None</arg>
</arguments>
<assign>
<var>${vm_ip}</var>
</assign>
<msg timestamp="20181222 07:57:31.016" level="INFO">${vm_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.016" starttime="20181222 07:57:31.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>None</arg>
</arguments>
<assign>
<var>${dhcp_ip}</var>
</assign>
<msg timestamp="20181222 07:57:31.016" level="INFO">${dhcp_ip} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.017" starttime="20181222 07:57:31.016"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_OBTAINED}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:31.018" level="INFO">@{matches} = [ 22.0.0.71 obtained ]</msg>
<status status="PASS" endtime="20181222 07:57:31.018" starttime="20181222 07:57:31.017"></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="20181222 07:57:31.019" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:31.019" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:31.019" starttime="20181222 07:57:31.019"></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="20181222 07:57:31.020" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.020" starttime="20181222 07:57:31.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>${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="20181222 07:57:31.021" level="INFO">${OS_MATCH} = 22.0.0.71 obtained</msg>
<status status="PASS" endtime="20181222 07:57:31.021" starttime="20181222 07:57:31.021"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.021" starttime="20181222 07:57:31.020"></status>
</kw>
<msg timestamp="20181222 07:57:31.022" level="INFO">${match} = 22.0.0.71 obtained</msg>
<status status="PASS" endtime="20181222 07:57:31.022" starttime="20181222 07:57:31.017"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${vm_ip}</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="20181222 07:57:31.023" level="INFO">@{matches} = [ 22.0.0.71 ]</msg>
<status status="PASS" endtime="20181222 07:57:31.023" starttime="20181222 07:57:31.022"></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="20181222 07:57:31.023" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:31.023" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:31.023" starttime="20181222 07:57:31.023"></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="20181222 07:57:31.024" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.024" starttime="20181222 07:57:31.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>${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="20181222 07:57:31.025" level="INFO">${OS_MATCH} = 22.0.0.71</msg>
<status status="PASS" endtime="20181222 07:57:31.025" starttime="20181222 07:57:31.025"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.025" starttime="20181222 07:57:31.024"></status>
</kw>
<msg timestamp="20181222 07:57:31.025" level="INFO">${vm_ip} = 22.0.0.71</msg>
<status status="PASS" endtime="20181222 07:57:31.025" starttime="20181222 07:57:31.022"></status>
</kw>
<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>${vm_console_output}</arg>
<arg>${REGEX_IPROUTE}</arg>
</arguments>
<assign>
<var>${match}</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="20181222 07:57:31.027" level="INFO">@{matches} = [ ip-route:169.254.169.254 via 22.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:57:31.027" starttime="20181222 07:57:31.026"></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="20181222 07:57:31.027" level="INFO">Length is 1</msg>
<msg timestamp="20181222 07:57:31.028" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181222 07:57:31.028" starttime="20181222 07:57:31.027"></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="20181222 07:57:31.028" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.028" starttime="20181222 07:57:31.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>${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="20181222 07:57:31.029" level="INFO">${OS_MATCH} = ip-route:169.254.169.254 via 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:31.029" starttime="20181222 07:57:31.029"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.029" starttime="20181222 07:57:31.028"></status>
</kw>
<msg timestamp="20181222 07:57:31.030" level="INFO">${match} = ip-route:169.254.169.254 via 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:31.030" starttime="20181222 07:57:31.026"></status>
</kw>
<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>${match}</arg>
<arg>${REGEX_IPV4}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${dhcp_ip}</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="20181222 07:57:31.031" level="INFO">@{matches} = [ 169.254.169.254 | 22.0.0.4 ]</msg>
<status status="PASS" endtime="20181222 07:57:31.031" starttime="20181222 07:57:31.030"></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="20181222 07:57:31.031" level="INFO">Length is 2</msg>
<msg timestamp="20181222 07:57:31.031" level="INFO">${matches_length} = 2</msg>
<status status="PASS" endtime="20181222 07:57:31.031" starttime="20181222 07:57:31.031"></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="20181222 07:57:31.032" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.032" starttime="20181222 07:57:31.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>${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="20181222 07:57:31.033" level="INFO">${OS_MATCH} = 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:31.033" starttime="20181222 07:57:31.033"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.033" starttime="20181222 07:57:31.032"></status>
</kw>
<msg timestamp="20181222 07:57:31.033" level="INFO">${dhcp_ip} = 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:31.033" starttime="20181222 07:57:31.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${vm_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.034" starttime="20181222 07:57:31.034"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.034" starttime="20181222 07:57:31.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>'${fail_on_none}' == 'true'</arg>
<arg>BuiltIn.Should Not Contain</arg>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${dhcp_ip}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.035" starttime="20181222 07:57:31.035"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.035" starttime="20181222 07:57:31.034"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.035" starttime="20181222 07:57:27.597"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.035" starttime="20181222 07:57:27.596"></status>
</kw>
<msg timestamp="20181222 07:57:31.036" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 07:57:31.036" level="INFO">${ips_and_console_log} = [u'22.0.0.71', u'22.0.0.4', u'[    0.000000] Initializing cgroup subsys cpuset\n[    0.000000] Initializing cgroup subsys cpu\n[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version...</msg>
<status status="PASS" endtime="20181222 07:57:31.036" starttime="20181222 07:57:27.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>"${status}" == "PASS"</arg>
<arg>BuiltIn.Log</arg>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${ips_and_console_log[2]}</arg>
</arguments>
<msg timestamp="20181222 07:57:31.037" level="INFO">[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000003fdc000 (usable)
[    0.000000]  BIOS-e820: 0000000003fdc000 - 0000000004000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3fdc max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f63a0] f63a0
[    0.000000] init_memory_mapping: 0000000000000000-0000000003fdc000
[    0.000000] RAMDISK: 03c6d000 - 03fcc000
[    0.000000] ACPI: RSDP 00000000000f6160 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0000000003fe1577 0002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0000000003fe140b 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0000000003fe0040 013CB (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0000000003fe0000 00040
[    0.000000] ACPI: APIC 0000000003fe14ff 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000003fdc000
[    0.000000] Initmem setup node 0 0000000000000000-0000000003fdc000
[    0.000000]   NODE_DATA [0000000003fd4000 - 0000000003fd8fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1cf76c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -&gt; 0x00001000
[    0.000000]   DMA32    0x00001000 -&gt; 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -&gt; 0x0000009f
[    0.000000]     0: 0x00000100 -&gt; 0x00003fdc
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 4000000 (gap: 4000000:faffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880003a00000 s78848 r8192 d23552 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:3a126c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3a0cd40
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 15974
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 43560k/65392k available (6576k kernel code, 452k absent, 21380k reserved, 6620k data, 928k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Detected 3491.802 MHz processor.
[    0.016000] Calibrating delay loop (skipped) preset value.. 6983.60 BogoMIPS (lpj=13967208)
[    0.028024] pid_max: default: 32768 minimum: 301
[    0.036056] Security Framework initialized
[    0.044040] AppArmor: AppArmor initialized
[    0.056049] Yama: becoming mindful.
[    0.060078] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.068052] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.076045] Mount-cache hash table entries: 256
[    0.084146] Initializing cgroup subsys cpuacct
[    0.088037] Initializing cgroup subsys memory
[    0.096046] Initializing cgroup subsys devices
[    0.104034] Initializing cgroup subsys freezer
[    0.112029] Initializing cgroup subsys blkio
[    0.120049] Initializing cgroup subsys perf_event
[    0.128909] CPU: Physical Processor ID: 0
[    0.136919] mce: CPU supports 10 MCE banks
[    0.149568] SMP alternatives: switching to UP code
[    0.381280] Freeing SMP alternatives: 24k freed
[    0.388062] ACPI: Core revision 20110623
[    0.396154] ftrace: allocating 26610 entries in 105 pages
[    0.418312] Enabling x2apic
[    0.420025] Enabled x2apic
[    0.420060] Switched APIC routing to physical x2apic.
[    0.447948] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.460032] CPU0: Intel Core Processor (Haswell, no TSX) stepping 01
[    0.484029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    0.492156] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.496062] Brought up 1 CPUs
[    0.500037] Total of 1 processors activated (6983.60 BogoMIPS).
[    0.508256] devtmpfs: initialized
[    0.512462] EVM: security.selinux
[    0.516034] EVM: security.SMACK64
[    0.520034] EVM: security.capability
[    0.524592] print_constraints: dummy: 
[    0.528703] RTC time:  7:53:38, date: 12/22/18
[    0.532103] NET: Registered protocol family 16
[    0.536226] ACPI: bus type pci registered
[    0.544185] PCI: Using configuration type 1 for base access
[    0.548552] bio: create slab &lt;bio-0&gt; at 0
[    0.552142] ACPI: Added _OSI(Module Device)
[    0.556043] ACPI: Added _OSI(Processor Device)
[    0.560043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.564042] ACPI: Added _OSI(Processor Aggregator Device)
[    0.573651] ACPI: Interpreter enabled
[    0.576041] ACPI: (supports S0 S5)
[    0.587531] ACPI: Using IOAPIC for interrupt routing
[    0.592501] ACPI: No dock devices found.
[    0.596044] HEST: Table not found.
[    0.600045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.604081] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.608120] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.612045] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.616048] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.620049] pci_root PNP0A03:00: host bridge window [mem 0x04000000-0xfebfffff]
[    0.624049] pci_root PNP0A03:00: host bridge window [mem 0x100000000-0x17fffffff]
[    0.654494] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.656173] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.749616]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.753542] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.768396] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.780357] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.796381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.808247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.820386] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.824063] vgaarb: loaded
[    0.828055] vgaarb: bridge control possible 0000:00:02.0
[    0.832135] i2c-core: driver [aat2870] using legacy suspend method
[    0.836056] i2c-core: driver [aat2870] using legacy resume method
[    0.840125] SCSI subsystem initialized
[    0.844146] usbcore: registered new interface driver usbfs
[    0.848081] usbcore: registered new interface driver hub
[    0.852108] usbcore: registered new device driver usb
[    0.856172] PCI: Using ACPI for IRQ routing
[    0.865363] NetLabel: Initializing
[    0.868056] NetLabel:  domain hash size = 128
[    0.872057] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.876080] NetLabel:  unlabeled traffic allowed by default
[    0.880168] Switching to clocksource kvm-clock
[    0.890949] AppArmor: AppArmor Filesystem Enabled
[    0.903948] pnp: PnP ACPI init
[    0.914427] ACPI: bus type pnp registered
[    0.927327] pnp: PnP ACPI: found 9 devices
[    0.936705] ACPI: ACPI bus type pnp unregistered
[    0.953551] NET: Registered protocol family 2
[    0.964797] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.981113] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
[    1.001791] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
[    1.020881] TCP: Hash tables configured (established 2048 bind 2048)
[    1.039156] TCP reno registered
[    1.050546] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    1.067883] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    1.081205] NET: Registered protocol family 1
[    1.093178] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.109890] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.125649] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.141060] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.167255] pci 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.188945] pci 0000:00:01.2: PCI INT D disabled
[    1.202782] audit: initializing netlink socket (disabled)
[    1.219216] type=2000 audit(1545465218.216:1): initialized
[    1.246555] Trying to unpack rootfs image as initramfs...
[    1.296214] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.316416] Freeing initrd memory: 3452k freed
[    1.329672] VFS: Disk quotas dquot_6.5.2
[    1.342010] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.357211] fuse init (API version 7.17)
[    1.368614] msgmni has been set to 91
[    1.379071] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.399515] io scheduler noop registered
[    1.409629] io scheduler deadline registered (default)
[    1.419467] io scheduler cfq registered
[    1.427417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.437542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.449381] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.465741] ACPI: Power Button [PWRF]
[    1.476219] ERST: Table is not found!
[    1.484659] GHES: HEST is not enabled!
[    1.498194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.512613] virtio-pci 0000:00:03.0: PCI INT A -&gt; Link[LNKC] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.532956] virtio-pci 0000:00:04.0: PCI INT A -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.554857] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    1.565532] virtio-pci 0000:00:05.0: PCI INT A -&gt; Link[LNKA] -&gt; GSI 10 (level, high) -&gt; IRQ 10
[    1.583580] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.632161] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.683282] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.695255] Linux agpgart interface v0.103
[    1.703870] brd: module loaded
[    1.711684] loop: module loaded
[    1.724192]  vda: vda1
[    1.735579] scsi0 : ata_piix
[    1.746085] scsi1 : ata_piix
[    1.755854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    1.768628] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    1.780965] Fixed MDIO Bus: probed
[    1.789523] tun: Universal TUN/TAP device driver, 1.6
[    1.799908] tun: (C) 1999-2004 Max Krasnyansky &lt;maxk@qualcomm.com&gt;
[    1.817859] PPP generic driver version 2.4.2
[    1.829339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.843766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.854815] uhci_hcd: USB Universal Host Controller Interface driver
[    1.867277] uhci_hcd 0000:00:01.2: PCI INT D -&gt; Link[LNKD] -&gt; GSI 11 (level, high) -&gt; IRQ 11
[    1.884748] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.896773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.912908] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[    1.924392] hub 1-0:1.0: USB hub found
[    1.932651] hub 1-0:1.0: 2 ports detected
[    1.941691] usbcore: registered new interface driver libusual
[    1.952415] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.973613] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.983465] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.994686] mousedev: PS/2 mouse device common for all mice
[    2.006535] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    2.023823] rtc_cmos 00:01: RTC can wake from S4
[    2.034708] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.046730] rtc0: alarms up to one day, y3k, 114 bytes nvram
[    2.058586] device-mapper: uevent: version 1.0.3
[    2.072662] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.092632] cpuidle: using governor ladder
[    2.102765] cpuidle: using governor menu
[    2.112585] EFI Variables Facility v0.08 2004-May-17
[    2.124173] TCP cubic registered
[    2.132826] NET: Registered protocol family 10
[    2.143907] NET: Registered protocol family 17
[    2.154491] Registering the dns_resolver key type
[    2.165760] registered taskstats version 1
[    2.181320]   Magic number: 14:769:875
[    2.191280] rtc_cmos 00:01: setting system clock to 2018-12-22 07:53:40 UTC (1545465220)
[    2.210103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.222823] EDD information not available.
[    2.235374] Freeing unused kernel memory: 928k freed
[    2.245502] Write protecting the kernel read-only data: 12288k
[    2.260295] Freeing unused kernel memory: 1596k freed
[    2.277108] Freeing unused kernel memory: 1184k freed
[    2.288363] usb 1-1: new full-speed USB device number 2 using uhci_hcd

info: initramfs: up at 2.31
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 2.39
info: container: none
Starting logging: OK
modprobe: module virtio_blk not found in modules.dep
modprobe: module virtio_net not found in modules.dep
WARN: /etc/rc3.d/S10-load-modules failed
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 2.53
no results found for mode=local. up 2.55. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 22.0.0.71...
Lease of 22.0.0.71 obtained, lease time 86400
route: SIOCADDRT: File exists
WARN: failed: route add -net "0.0.0.0/0" gw "22.0.0.1"
cirros-ds 'net' up at 2.62
checking http://169.254.169.254/2009-04-04/instance-id
successful after 1/20 tries: up 2.64. iid=i-00000011
failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys
warning: no ec2 metadata for public-keys
failed to get http://169.254.169.254/2009-04-04/user-data
warning: no ec2 metadata for user-data
found datasource (ec2, net)
Top of dropbear init script
Starting dropbear sshd: WARN: generating key of type ecdsa failed!
OK
/run/cirros/datasource/data/user-data was not '#!' or executable
=== system information ===
Platform: RDO OpenStack Compute
Container: none
Arch: x86_64
CPU(s): 1 @ 3491.802 MHz
Cores/Sockets/Threads: 1/1/1
Virt-type: 
RAM Size: 49MB
Disks:
NAME MAJ:MIN     SIZE LABEL         MOUNTPOINT
vda  253:0   41126400               
vda1 253:1   32901120 cirros-rootfs /
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwDBG+1kVzRiP7VDSvW7NMdq6oh+sdMn+FwlpkYE4itNLN/t8FyL2u+n2xjfaJbShZMYxPiyDxPtxp6lQMV+5aSXhZQqxonG8Js98zWQQYaINYrni9sno3uTAubEQ1gnjJUwxYNmJGPmozrxz2cyIlIVFoAASVyHACtUb7mRqjIhIPK5 root@l2-net-2-vm-3
ssh-dss AAAAB3NzaC1kc3MAAACBAOO+xRzV6KOkEeR4VejOdLB4+nzL0Cw3dKuAPwMeYelTfCVCmNvScleNYoDnYJWy80NcqNxroleDvWQpXfagyamh4yhO8Ut03J8SpEJyZUQd3RPFo75ZUa47ttnEUBor5xRnDdedX8+T4QzivSviUhKrZ9O+FidxEPmJvvOoP88hAAAAFQC5i/gOS7CrmZ4rIE58oh8F0UvgzQAAAIAnZuwjdeWKdzs/dur8ocD93slnB6E1zc5hH4aHFAfVCK4zvm9rLCC0x9cZlkObgH96KzdF30XABvACfjRM4Y+MEyGeSVsw4XKYFGzHUB840oLo9AuOP724JcSCSKeHZu08EJnuoVGGQ9aC4x6/NrL54uqBXSLaQbNYOQjsRcAG7QAAAIAUT+YF5kaO9QLijajevr4vtEk+DiTREaSpVgHdBiC7Prs+3nSWUnceget7c1mgVBgXDRDbUYYlI1PXaWlWjfHgx/HOdjQEEiMm3oFEpCRXN0APK3oiczNGJn8J8qDyNxSyzIEJI0oRP5Q8vZZFlu6qA9PYgpIOr40nII02hVH7tg== root@l2-net-2-vm-3
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,22.0.0.71,24,fe80::f816:3eff:fe1e:1cf5
ip-route:default via 22.0.0.1 dev eth0 
ip-route:22.0.0.0/24 dev eth0  src 22.0.0.71 
ip-route:169.254.169.254 via 22.0.0.4 dev eth0 
=== datasource: ec2 net ===
instance-id: i-00000011
name: N/A
availability-zone: nova
local-hostname: l2-net-2-vm-3
launch-index: 0
=== cirros: current=0.3.5 uptime=4.41 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
WARN: generating key of type ecdsa failed!
FAIL
### ifconfig -a
eth0      Link encap:Ethernet  HWaddr FA:16:3E:1E:1C:F5  
          inet addr:22.0.0.71  Bcast:22.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f816:3eff:fe1e:1cf5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:84 errors:0 dropped:0 overruns:0 frame:0
          TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8175 (7.9 KiB)  TX bytes:9971 (9.7 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:211 (211.0 B)  TX bytes:211 (211.0 B)

### route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         22.0.0.1        0.0.0.0         UG    0      0        0 eth0
22.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.169.254 22.0.0.4        255.255.255.255 UGH   0      0        0 eth0
### cat /etc/resolv.conf
search openstacklocal
nameserver 22.0.0.4
nameserver 22.0.0.2
nameserver 22.0.0.3
### ping -c 5 22.0.0.1
PING 22.0.0.1 (22.0.0.1): 56 data bytes

--- 22.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### pinging nameservers
#### ping -c 5 22.0.0.4
PING 22.0.0.4 (22.0.0.4): 56 data bytes
64 bytes from 22.0.0.4: seq=0 ttl=64 time=2.286 ms
64 bytes from 22.0.0.4: seq=1 ttl=64 time=1.019 ms
64 bytes from 22.0.0.4: seq=2 ttl=64 time=0.826 ms
64 bytes from 22.0.0.4: seq=3 ttl=64 time=0.587 ms
64 bytes from 22.0.0.4: seq=4 ttl=64 time=0.578 ms

--- 22.0.0.4 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.578/1.059/2.286 ms
#### ping -c 5 22.0.0.2
PING 22.0.0.2 (22.0.0.2): 56 data bytes

--- 22.0.0.2 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
#### ping -c 5 22.0.0.3
PING 22.0.0.3 (22.0.0.3): 56 data bytes

--- 22.0.0.3 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
### uname -a
Linux l2-net-2-vm-3 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
### lsmod
Module                  Size  Used by    Not tainted
nls_iso8859_1          12713  0 
nls_cp437              16991  0 
vfat                   17585  0 
fat                    61512  1 vfat
isofs                  40259  0 
ip_tables              27473  0 
x_tables               29891  1 ip_tables
pcnet32                42119  0 
8139cp                 27360  0 
ne2k_pci               13691  0 
8390                   18856  1 ne2k_pci
e1000                 108589  0 
acpiphp                24231  0 
### dmesg | tail
[    2.473303] acpiphp: Slot [29] registered
[    2.473316] acpiphp: Slot [30] registered
[    2.473328] acpiphp: Slot [31] registered
[    2.483450] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.483452] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.487244] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.491372] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.496118] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.503365] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.520136] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Dec 22 07:53:40 cirros kern.info kernel: [    2.327026] kjournald starting.  Commit interval 5 seconds
Dec 22 07:53:40 cirros kern.info kernel: [    2.327039] EXT3-fs (vda1): mounted filesystem with ordered data mode
Dec 22 07:53:40 cirros kern.info kernel: [    2.347609] kjournald starting.  Commit interval 5 seconds
Dec 22 07:53:40 cirros kern.info kernel: [    2.347627] EXT3-fs (vda1): mounted filesystem with ordered data mode
Dec 22 07:53:40 cirros kern.info kernel: [    2.412114] EXT3-fs (vda1): using internal journal
Dec 22 07:53:40 cirros kern.info kernel: [    2.472834] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 22 07:53:40 cirros kern.info kernel: [    2.472925] acpiphp: Slot [3] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.472942] acpiphp: Slot [4] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.472955] acpiphp: Slot [5] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.472968] acpiphp: Slot [6] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.472983] acpiphp: Slot [7] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.472996] acpiphp: Slot [8] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.473008] acpiphp: Slot [9] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.473023] acpiphp: Slot [10] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.473036] acpiphp: Slot [11] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.473058] acpiphp: Slot [12] registered
Dec 22 07:53:40 cirros kern.info kernel: [    2.483450] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Dec 22 07:53:40 cirros kern.info kernel: [    2.483452] e1000: Copyright (c) 1999-2006 Intel Corporation.
Dec 22 07:53:40 cirros kern.info kernel: [    2.487244] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
Dec 22 07:53:40 cirros kern.info kernel: [    2.491372] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Dec 22 07:53:40 cirros kern.info kernel: [    2.496118] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
Dec 22 07:53:40 cirros kern.info kernel: [    2.503365] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 07:53:42 cirros auth.notice su: + /dev/console root:cirros
Dec 22 07:53:42 cirros authpriv.info dropbear[289]: Running in background
Dec 22 07:53:51 cirros kern.debug kernel: [   13.520136] eth0: no IPv6 routers present
############ debug end   ##############
  ____               ____  ____
 / __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \ 
\___//_//_/  /_/   \____/___/ 
   http://cirros-cloud.net


login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
l2-net-2-vm-3 login: </msg>
<status status="PASS" endtime="20181222 07:57:31.037" starttime="20181222 07:57:31.036"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.037" starttime="20181222 07:57:31.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>"${status}" == "PASS"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${vm_ips}</arg>
<arg>${ips_and_console_log[0]}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.038" starttime="20181222 07:57:31.038"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.038" starttime="20181222 07:57:31.037"></status>
</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"</arg>
<arg>Collections.Append To List</arg>
<arg>${vm_ips}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.039" starttime="20181222 07:57:31.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>"${status}" == "FAIL"</arg>
<arg>OpenStack CLI</arg>
<arg>openstack console log show ${vm}</arg>
</arguments>
<assign>
<var>${vm_console_output}</var>
</assign>
<msg timestamp="20181222 07:57:31.039" level="INFO">${vm_console_output} = None</msg>
<status status="PASS" endtime="20181222 07:57:31.039" starttime="20181222 07:57:31.039"></status>
</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"</arg>
<arg>BuiltIn.Log</arg>
<arg>${vm_console_output}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.040" starttime="20181222 07:57:31.039"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.040" starttime="20181222 07:57:23.002"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.040" starttime="20181222 07:53:53.723"></status>
</kw>
<kw name="Copy DHCP Files From Control Node" library="OpenStackOperations">
<doc>Copy the current DHCP files to the robot vm. The keyword must be called</doc>
<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="20181222 07:57:31.041" level="INFO">${suite_} = CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:31.041" starttime="20181222 07:57:31.040"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>/tmp/qdhcp/${suite_}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<msg timestamp="20181222 07:57:31.041" level="INFO">${dstdir} = /tmp/qdhcp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:31.041" starttime="20181222 07:57:31.041"></status>
</kw>
<kw name="Create Directory" library="OperatingSystem">
<doc>Creates the specified directory.</doc>
<arguments>
<arg>${dstdir}</arg>
</arguments>
<msg timestamp="20181222 07:57:31.042" html="yes" level="INFO">Directory '&lt;a href="file:///tmp/qdhcp/CSIT_L2"&gt;/tmp/qdhcp/CSIT_L2&lt;/a&gt;' already exists.</msg>
<status status="PASS" endtime="20181222 07:57:31.042" starttime="20181222 07:57:31.042"></status>
</kw>
<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="20181222 07:57:31.043" starttime="20181222 07:57:31.042"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.043" starttime="20181222 07:57:31.042"></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.Get Directory</arg>
<arg>/opt/stack/data/neutron/dhcp</arg>
<arg>${dstdir}</arg>
<arg>recursive=True</arg>
</arguments>
<kw name="Get Directory" library="SSHLibrary">
<doc>Downloads a directory, including its content, from the remote machine to the local machine.</doc>
<arguments>
<arg>/opt/stack/data/neutron/dhcp</arg>
<arg>${dstdir}</arg>
<arg>recursive=True</arg>
</arguments>
<msg timestamp="20181222 07:57:31.046" level="FAIL">There was no directory matching '/opt/stack/data/neutron/dhcp'.</msg>
<status status="FAIL" endtime="20181222 07:57:31.046" starttime="20181222 07:57:31.043"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.046" starttime="20181222 07:57:31.043"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.046" starttime="20181222 07:57:31.040"></status>
</kw>
<msg timestamp="20181222 07:57:31.046" level="INFO">@{NET_2_VM_IPS} = [ None | 22.0.0.103 | 22.0.0.71 ]</msg>
<msg timestamp="20181222 07:57:31.046" level="INFO">${NET_2_DHCP_IP} = 22.0.0.4</msg>
<status status="PASS" endtime="20181222 07:57:31.047" starttime="20181222 07:53:53.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>@{NET_1_VM_IPS}</arg>
</arguments>
<msg timestamp="20181222 07:57:31.047" level="INFO">@{NET_1_VM_IPS} = [ 21.0.0.127 | 21.0.0.160 | 21.0.0.222 ]</msg>
<status status="PASS" endtime="20181222 07:57:31.047" starttime="20181222 07:57:31.047"></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_2_VM_IPS}</arg>
</arguments>
<msg timestamp="20181222 07:57:31.048" level="INFO">@{NET_2_VM_IPS} = [ None | 22.0.0.103 | 22.0.0.71 ]</msg>
<status status="PASS" endtime="20181222 07:57:31.048" starttime="20181222 07:57:31.047"></status>
</kw>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${NET_1_VM_IPS}</arg>
<arg>None</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:31.048" starttime="20181222 07:57:31.048"></status>
</kw>
<kw name="Should Not Contain" library="BuiltIn">
<doc>Fails if ``container`` contains ``item`` one or more times.</doc>
<arguments>
<arg>${NET_2_VM_IPS}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181222 07:57:31.049" level="FAIL">'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</msg>
<status status="FAIL" endtime="20181222 07:57:31.049" starttime="20181222 07:57:31.048"></status>
</kw>
<status status="FAIL" endtime="20181222 07:57:31.049" starttime="20181222 07:50:29.302"></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="20181222 07:57:31.051" critical="yes" starttime="20181222 07:57:31.049">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.052" critical="yes" starttime="20181222 07:57:31.051">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.053" critical="yes" starttime="20181222 07:57:31.052">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.054" critical="yes" starttime="20181222 07:57:31.053">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.055" critical="yes" starttime="20181222 07:57:31.054">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.056" critical="yes" starttime="20181222 07:57:31.055">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.057" critical="yes" starttime="20181222 07:57:31.056">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.058" critical="yes" starttime="20181222 07:57:31.057">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.058" critical="yes" starttime="20181222 07:57:31.058">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.059" critical="yes" starttime="20181222 07:57:31.059">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.060" critical="yes" starttime="20181222 07:57:31.059">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.060" critical="yes" starttime="20181222 07:57:31.060">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.061" critical="yes" starttime="20181222 07:57:31.061">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.062" critical="yes" starttime="20181222 07:57:31.061">Parent suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 07:57:31.065" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 07:57:31.066" starttime="20181222 07:57:31.065"></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="20181222 07:57:31.068" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:57:31.472" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 07:57:31.472" starttime="20181222 07:57:31.066"></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="20181222 07:57:31.473" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 4272
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 669
ReadWriteTransactionCount   = 1171
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 397
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 10.61 ms
LongestCommitTime   = 1.19 s at 12/22/18 07:45:50
ShortestCommitTime  = 1.02 ms at 12/22/18 07:57:25
TotalCommits        = 3133
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 3.037548
distributed-data-store.config.commit.rate_Max      = 1188.645915
distributed-data-store.config.commit.rate_Mean     = 10.6073357513
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 217
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 1.042336
distributed-data-store.operational.commit.rate_Max      = 94.75702
distributed-data-store.operational.commit.rate_Mean     = 3.05191070815
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 2916
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 07:57:31.473" starttime="20181222 07:57:31.472"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.473" starttime="20181222 07:57:31.065"></status>
</kw>
<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>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="20181222 07:57:31.474" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.23 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 07:57:31.474" starttime="20181222 07:57:31.474"></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="20181222 07:57:31.477" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.23 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:57:31.950" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 07:57:31.950" starttime="20181222 07:57:31.475"></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="20181222 07:57:31.951" 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  = 1043
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 1798
ReadWriteTransactionCount   = 572
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 14.08 ms
LongestCommitTime   = 982.99 ms at 12/22/18 07:45:50
ShortestCommitTime  = 2.04 ms at 12/22/18 07:51:18
TotalCommits        = 1173
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.075193
distributed-data-store.config.commit.rate_Max      = 340.560097
distributed-data-store.config.commit.rate_Mean     = 9.80434853537
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 307
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.499321
distributed-data-store.operational.commit.rate_Max      = 983.117531
distributed-data-store.operational.commit.rate_Mean     = 5.75115236051
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 866
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 07:57:31.951" starttime="20181222 07:57:31.950"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:31.951" starttime="20181222 07:57:31.473"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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="20181222 07:57:31.954" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.46 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 07:57:31.954" starttime="20181222 07:57:31.951"></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="20181222 07:57:31.957" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.46 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:57:32.583" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 07:57:32.583" starttime="20181222 07:57:31.954"></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="20181222 07:57:32.584" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-default-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-entity-ownership-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 31.13 ms
LongestCommitTime   = 1.19 s at 12/22/18 07:37:06
ShortestCommitTime  = 2.72 ms at 12/22/18 07:53:34
TotalCommits        = 1009
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 4.028306
distributed-data-store.config.commit.rate_Max      = 229.34295
distributed-data-store.config.commit.rate_Mean     = 13.5825121488
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 519
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.700757
distributed-data-store.operational.commit.rate_Max      = 1196.111975
distributed-data-store.operational.commit.rate_Mean     = 9.1724182004
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 490
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 07:57:32.585" starttime="20181222 07:57:32.584"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:32.585" starttime="20181222 07:57:31.951"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:32.585" starttime="20181222 07:57:31.065"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:32.585" starttime="20181222 07:57:31.064"></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="20181222 07:57:32.589" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.589" starttime="20181222 07:57:32.588"></status>
</kw>
<msg timestamp="20181222 07:57:32.589" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.589" starttime="20181222 07:57:32.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>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="20181222 07:57:32.590" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.590" starttime="20181222 07:57:32.589"></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="20181222 07:57:32.593" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:57:32.954" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 07:57:32.954" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181222 07:57:32.954" starttime="20181222 07:57:32.590"></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="20181222 07:57:32.955" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-0 (member-0,member-2,member-1)
bgp                                                     member-0 (member-0,member-2,member-1)
elan                                                    member-0 (member-0,member-2,member-1)
interface_config                                        member-0 (member-0,member-2,member-1)
interface_service_binding                               member-0 (member-0,member-2,member-1)
ipmonitoring                                            member-0 (member-0,member-2,member-1)
itm_config                                              member-0 (member-0,member-2,member-1)
netvirt-acl                                             member-0 (member-0,member-1,member-2)
netvirt-ipv6service-owner-entity                        member-0 (member-0,member-1,member-2)
netvirt-qos-owner-entity                                member-0 (member-0,member-2,member-1)
openflow:overcloud-novacompute-1.opnfvlf.org/162795856468502 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-0.opnfvlf.org/80035509521015 member-0 (member-0,member-2,member-1)
openflow:overcloud-controller-2.opnfvlf.org/194174214523536 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-1.opnfvlf.org/128470671326236 member-2 (member-2,member-1,member-0)
openflow:overcloud-novacompute-0.opnfvlf.org/18536436985111 member-0 (member-0,member-2,member-1)
ovsdb:overcloud-controller-1.opnfvlf.org/192.0.2.23     member-1 (member-1,member-2,member-0)
ovsdb:overcloud-controller-0.opnfvlf.org/192.0.2.46     member-2 (member-2,member-0,member-1)
ovsdb:overcloud-novacompute-1.opnfvlf.org/192.0.2.36    member-2 (member-2,member-1,member-0)
ovsdb:overcloud-novacompute-0.opnfvlf.org/192.0.2.21    member-2 (member-2,member-1,member-0)
ovsdb:overcloud-controller-2.opnfvlf.org/192.0.2.15     member-1 (member-1,member-2,member-0)
ovsdb-hwvtepsouthbound-provider                         member-0 (member-0,member-1,member-2)
ovsdb-southbound-provider                               member-0 (member-0,member-2,member-1)</msg>
<status status="PASS" endtime="20181222 07:57:32.955" starttime="20181222 07:57:32.954"></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="20181222 07:57:32.956" starttime="20181222 07:57:32.955"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:32.956" starttime="20181222 07:57:32.586"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:32.956" starttime="20181222 07:57:32.585"></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="20181222 07:57:32.959" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.959" starttime="20181222 07:57:32.958"></status>
</kw>
<msg timestamp="20181222 07:57:32.959" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.959" starttime="20181222 07:57:32.958"></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="20181222 07:57:32.960" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181222 07:57:32.960" starttime="20181222 07:57:32.959"></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="20181222 07:57:32.963" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 07:57:33.458" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 07:57:33.458" level="INFO">${output} = 2018-12-22 07:57:33,348 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.38:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:35a392b7-fe3...</msg>
<status status="PASS" endtime="20181222 07:57:33.458" starttime="20181222 07:57:32.960"></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="20181222 07:57:33.459" level="INFO">rc: 0, output: 2018-12-22 07:57:33,348 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.38:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:35a392b7-fe37-456b-88d7-72656496677d
..InterfaceState missing for tunnel tun3fc0c40c07b between 192.0.2.23 and 192.0.2.15
..InterfaceState missing for tunnel tun60754c97d27 between 192.0.2.23 and 192.0.2.46
..InterfaceState missing for tunnel tun56da96f6079 between 192.0.2.21 and 192.0.2.36
..InterfaceState missing for tunnel tundd3af24a1cd between 192.0.2.15 and 192.0.2.46
..InterfaceState missing for tunnel tunf5f9505fe6a between 192.0.2.15 and 192.0.2.36
..InterfaceState missing for tunnel tun7786f63e80f between 192.0.2.46 and 192.0.2.23
..InterfaceState missing for tunnel tunad39fbf7b8d between 192.0.2.46 and 192.0.2.21
..InterfaceState missing for tunnel tun977f8a1ccf4 between 192.0.2.46 and 192.0.2.36
..InterfaceState missing for tunnel tune5a40d192ef between 192.0.2.21 and 192.0.2.15
..InterfaceState missing for tunnel tuneedc7a64b44 between 192.0.2.23 and 192.0.2.21
..InterfaceState missing for tunnel tun95aa800b70c between 192.0.2.36 and 192.0.2.23
..InterfaceState missing for tunnel tuncf6e7cbb4d8 between 192.0.2.23 and 192.0.2.36
..InterfaceState missing for tunnel tun8da72534092 between 192.0.2.15 and 192.0.2.23
..InterfaceState missing for tunnel tun2e4e5b7e21c between 192.0.2.21 and 192.0.2.23
..InterfaceState missing for tunnel tun7ef15be3800 between 192.0.2.46 and 192.0.2.15
..InterfaceState missing for tunnel tun48bf1ebcdcd between 192.0.2.15 and 192.0.2.21
..InterfaceState missing for tunnel tun9d68704a2cf between 192.0.2.36 and 192.0.2.15
..InterfaceState missing for tunnel tune2e97121c6e between 192.0.2.21 and 192.0.2.46
..InterfaceState missing for tunnel tun4376af56662 between 192.0.2.36 and 192.0.2.21
..InterfaceState missing for tunnel tun6796ead5463 between 192.0.2.36 and 192.0.2.46
Analysing transport-zone:default-transport-zone
..InterfaceState missing for tunnel tun56da96f6079 between 192.0.2.21 and 192.0.2.36
..InterfaceState missing for tunnel tun9d68704a2cf between 192.0.2.36 and 192.0.2.15
..InterfaceState missing for tunnel tun3fc0c40c07b between 192.0.2.23 and 192.0.2.15
..InterfaceState missing for tunnel tunf5f9505fe6a between 192.0.2.15 and 192.0.2.36
..InterfaceState missing for tunnel tuncf6e7cbb4d8 between 192.0.2.23 and 192.0.2.36
..InterfaceState missing for tunnel tunad39fbf7b8d between 192.0.2.46 and 192.0.2.21
..InterfaceState missing for tunnel tun977f8a1ccf4 between 192.0.2.46 and 192.0.2.36
..InterfaceState missing for tunnel tune5a40d192ef between 192.0.2.21 and 192.0.2.15
..InterfaceState missing for tunnel tundd3af24a1cd between 192.0.2.15 and 192.0.2.46
..InterfaceState missing for tunnel tun95aa800b70c between 192.0.2.36 and 192.0.2.23
..InterfaceState missing for tunnel tun7786f63e80f between 192.0.2.46 and 192.0.2.23
..InterfaceState missing for tunnel tun8da72534092 between 192.0.2.15 and 192.0.2.23
..InterfaceState missing for tunnel tun2e4e5b7e21c between 192.0.2.21 and 192.0.2.23
..InterfaceState missing for tunnel tun7ef15be3800 between 192.0.2.46 and 192.0.2.15
..InterfaceState missing for tunnel tun48bf1ebcdcd between 192.0.2.15 and 192.0.2.21
..InterfaceState missing for tunnel tune2e97121c6e between 192.0.2.21 and 192.0.2.46
..InterfaceState missing for tunnel tun60754c97d27 between 192.0.2.23 and 192.0.2.46
..InterfaceState missing for tunnel tuneedc7a64b44 between 192.0.2.23 and 192.0.2.21
..InterfaceState missing for tunnel tun4376af56662 between 192.0.2.36 and 192.0.2.21
..InterfaceState missing for tunnel tun6796ead5463 between 192.0.2.36 and 192.0.2.46</msg>
<status status="PASS" endtime="20181222 07:57:33.459" starttime="20181222 07:57:33.458"></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="20181222 07:57:33.460" starttime="20181222 07:57:33.459"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.460" starttime="20181222 07:57:32.957"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.460" starttime="20181222 07:57:32.956"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.460" starttime="20181222 07:57:31.064"></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} = 31">
<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="20181222 07:57:33.463" starttime="20181222 07:57:33.463"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.464" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.465" starttime="20181222 07:57:33.464"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.465" starttime="20181222 07:57:33.465"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.466" starttime="20181222 07:57:33.465"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.471" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.471" starttime="20181222 07:57:33.466"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.485" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:53:2a:d2:fb:8e brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 86:d0:1f:5d:86:c1 brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:53:2a:d2:fb:8e brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:fd:c8:87:a5 brd ff:ff:ff:ff:ff:ff
18: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether b0:99:b5:14:ca:90 brd ff:ff:ff:ff:ff:ff
19: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether da:ad:71:1b:06:52 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.485" 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="20181222 07:57:33.485" starttime="20181222 07:57:33.472"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.485" starttime="20181222 07:57:33.464"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.486" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.486" starttime="20181222 07:57:33.486"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.487" starttime="20181222 07:57:33.487"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.487" starttime="20181222 07:57:33.487"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.489" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.489" starttime="20181222 07:57:33.487"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.497" 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    inet6 fe80::253:2aff:fed2:fb8e/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.15/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::253:2aff:fed2:fb8e/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:fdff:fec8:87a5/64 scope link \       valid_lft forever preferred_lft forever
19: vxlan_sys_4789    inet6 fe80::d8ad:71ff:fe1b:652/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.497" 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    inet6 fe80::253:2a...</msg>
<status status="PASS" endtime="20181222 07:57:33.497" starttime="20181222 07:57:33.490"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.497" starttime="20181222 07:57:33.485"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.499" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.499" starttime="20181222 07:57:33.498"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.499" starttime="20181222 07:57:33.499"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.500" starttime="20181222 07:57:33.500"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.502" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.502" starttime="20181222 07:57:33.501"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.508" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.15 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.508" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 07:57:33.508" starttime="20181222 07:57:33.502"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.508" starttime="20181222 07:57:33.498"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.509" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 07:57:33.509" starttime="20181222 07:57:33.509"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.510" starttime="20181222 07:57:33.510"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.510" starttime="20181222 07:57:33.510"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.513" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 07:57:33.513" starttime="20181222 07:57:33.510"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.532" level="INFO">? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.21) at 00:88:0e:78:49:c6 [ether] on br-ex
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.532" level="INFO">${output} = ? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [et...</msg>
<status status="PASS" endtime="20181222 07:57:33.532" starttime="20181222 07:57:33.513"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.533" starttime="20181222 07:57:33.508"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.534" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:33.534" starttime="20181222 07:57:33.534"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.535" starttime="20181222 07:57:33.535"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.536" starttime="20181222 07:57:33.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="20181222 07:57:33.538" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:33.539" starttime="20181222 07:57:33.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="20181222 07:57:33.542" level="INFO">qdhcp-35a392b7-fe37-456b-88d7-72656496677d
qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.542" level="INFO">${output} = qdhcp-35a392b7-fe37-456b-88d7-72656496677d
qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:33.542" starttime="20181222 07:57:33.539"></status>
</kw>
<msg timestamp="20181222 07:57:33.542" level="INFO">${nslist} = qdhcp-35a392b7-fe37-456b-88d7-72656496677d
qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:33.542" starttime="20181222 07:57:33.533"></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="20181222 07:57:33.543" level="INFO">2 lines returned</msg>
<msg timestamp="20181222 07:57:33.543" level="INFO">@{lines} = [ qdhcp-35a392b7-fe37-456b-88d7-72656496677d | qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f ]</msg>
<status status="PASS" endtime="20181222 07:57:33.543" starttime="20181222 07:57:33.543"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-35a392b7-fe37-456b-88d7-72656496677d">
<kw name="Write Commands Until 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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.545" level="INFO">cmd: sudo ip netns exec qdhcp-35a392b7-fe37-456b-88d7-72656496677d ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.545" starttime="20181222 07:57:33.544"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.545" starttime="20181222 07:57:33.545"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.546" starttime="20181222 07:57:33.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="20181222 07:57:33.549" level="INFO">sudo ip netns exec qdhcp-35a392b7-fe37-45 6b-88d7-72656496677d ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.549" starttime="20181222 07:57:33.546"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.587" 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
21: tap8251f5f3-63: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:76:5d:7e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.588" 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
21: tap8251f5f3-63: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181222 07:57:33.588" starttime="20181222 07:57:33.549"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.588" starttime="20181222 07:57:33.544"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.589" level="INFO">cmd: sudo ip netns exec qdhcp-35a392b7-fe37-456b-88d7-72656496677d ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.589" starttime="20181222 07:57:33.589"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.590" starttime="20181222 07:57:33.589"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.590" starttime="20181222 07:57:33.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="20181222 07:57:33.593" level="INFO">sudo ip netns exec qdhcp-35a392b7-fe37-45 6b-88d7-72656496677d ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.593" starttime="20181222 07:57:33.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="20181222 07:57:33.618" 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
21: tap8251f5f3-63    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap8251f5f3-63\       valid_lft forever preferred_lft forever
21: tap8251f5f3-63    inet 22.0.0.2/24 brd 22.0.0.255 scope global tap8251f5f3-63\       valid_lft forever preferred_lft forever
21: tap8251f5f3-63    inet6 fe80::f816:3eff:fe76:5d7e/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.618" 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
21: tap8251f5f3-63    inet 16...</msg>
<status status="PASS" endtime="20181222 07:57:33.618" starttime="20181222 07:57:33.593"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.618" starttime="20181222 07:57:33.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 route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.619" level="INFO">cmd: sudo ip netns exec qdhcp-35a392b7-fe37-456b-88d7-72656496677d ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.619" starttime="20181222 07:57:33.619"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.620" starttime="20181222 07:57:33.620"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.620" starttime="20181222 07:57:33.620"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.622" level="INFO">sudo ip netns exec qdhcp-35a392b7-fe37-45 6b-88d7-72656496677d ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.623" starttime="20181222 07:57:33.620"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.648" level="INFO">default via 22.0.0.1 dev tap8251f5f3-63 
22.0.0.0/24 dev tap8251f5f3-63 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tap8251f5f3-63 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.649" level="INFO">${output} = default via 22.0.0.1 dev tap8251f5f3-63 
22.0.0.0/24 dev tap8251f5f3-63 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tap8251f5f3-63 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181222 07:57:33.649" starttime="20181222 07:57:33.623"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.649" starttime="20181222 07:57:33.618"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.649" starttime="20181222 07:57:33.543"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f">
<kw name="Write Commands Until 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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.650" level="INFO">cmd: sudo ip netns exec qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.650" starttime="20181222 07:57:33.650"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.651" starttime="20181222 07:57:33.650"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.651" starttime="20181222 07:57:33.651"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.654" level="INFO">sudo ip netns exec qdhcp-9dab5c4a-9a7f-45 64-ba59-9af6d2fbaa6f ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:33.654" starttime="20181222 07:57:33.651"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.675" 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
20: tapd4e589b2-a3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:1a:ce:41 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.675" 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
20: tapd4e589b2-a3: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181222 07:57:33.676" starttime="20181222 07:57:33.654"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.676" starttime="20181222 07:57:33.649"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.677" level="INFO">cmd: sudo ip netns exec qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.677" starttime="20181222 07:57:33.677"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.677" starttime="20181222 07:57:33.677"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.678" starttime="20181222 07:57:33.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="20181222 07:57:33.680" level="INFO">sudo ip netns exec qdhcp-9dab5c4a-9a7f-45 64-ba59-9af6d2fbaa6f ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:33.680" starttime="20181222 07:57:33.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="20181222 07:57:33.706" 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
20: tapd4e589b2-a3    inet 21.0.0.4/24 brd 21.0.0.255 scope global tapd4e589b2-a3\       valid_lft forever preferred_lft forever
20: tapd4e589b2-a3    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapd4e589b2-a3\       valid_lft forever preferred_lft forever
20: tapd4e589b2-a3    inet6 fe80::f816:3eff:fe1a:ce41/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.707" 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
20: tapd4e589b2-a3    inet 21...</msg>
<status status="PASS" endtime="20181222 07:57:33.707" starttime="20181222 07:57:33.681"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.707" starttime="20181222 07:57:33.676"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.709" level="INFO">cmd: sudo ip netns exec qdhcp-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.709" starttime="20181222 07:57:33.709"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.710" starttime="20181222 07:57:33.709"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.710" starttime="20181222 07:57:33.710"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.713" level="INFO">sudo ip netns exec qdhcp-9dab5c4a-9a7f-45 64-ba59-9af6d2fbaa6f ip route</msg>
<status status="PASS" endtime="20181222 07:57:33.713" starttime="20181222 07:57:33.710"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.738" level="INFO">default via 21.0.0.1 dev tapd4e589b2-a3 
21.0.0.0/24 dev tapd4e589b2-a3 proto kernel scope link src 21.0.0.4 
169.254.0.0/16 dev tapd4e589b2-a3 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.739" level="INFO">${output} = default via 21.0.0.1 dev tapd4e589b2-a3 
21.0.0.0/24 dev tapd4e589b2-a3 proto kernel scope link src 21.0.0.4 
169.254.0.0/16 dev tapd4e589b2-a3 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181222 07:57:33.739" starttime="20181222 07:57:33.713"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.739" starttime="20181222 07:57:33.707"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.739" starttime="20181222 07:57:33.649"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.739" starttime="20181222 07:57:33.543"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.740" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:33.740" starttime="20181222 07:57:33.740"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.741" starttime="20181222 07:57:33.741"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.741" starttime="20181222 07:57:33.741"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.743" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:33.743" starttime="20181222 07:57:33.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="20181222 07:57:33.804" level="INFO">42fb6c2a-596a-4756-be8b-6b22c2426e39
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        fail_mode: secure
        Port "tapd4e589b2-a3"
            tag: 4095
            Interface "tapd4e589b2-a3"
                type: internal
        Port "tunc2ae3f10b8d"
            Interface "tunc2ae3f10b8d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.36"}
        Port "tunf5f9505fe6a"
            Interface "tunf5f9505fe6a"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.36"}
                error: "could not add network device tunf5f9505fe6a to ofproto (File exists)"
        Port "tunc001a0f04f5"
            Interface "tunc001a0f04f5"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.21"}
        Port "tun48bf1ebcdcd"
            Interface "tun48bf1ebcdcd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.21"}
                error: "could not add network device tun48bf1ebcdcd to ofproto (File exists)"
        Port "tap8251f5f3-63"
            tag: 4095
            Interface "tap8251f5f3-63"
                type: internal
        Port "tun8da72534092"
            Interface "tun8da72534092"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.23"}
                error: "could not add network device tun8da72534092 to ofproto (File exists)"
        Port "tun9ec20f827f9"
            Interface "tun9ec20f827f9"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.23"}
        Port "tundd3af24a1cd"
            Interface "tundd3af24a1cd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.46"}
                error: "could not add network device tundd3af24a1cd to ofproto (File exists)"
        Port "tun14aa3b718ec"
            Interface "tun14aa3b718ec"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.46"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port br-int
            Interface br-int
                type: internal
    Bridge br-ex
        fail_mode: standalone
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
    ovs_version: "2.9.2"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.804" level="INFO">${output} = 42fb6c2a-596a-4756-be8b-6b22c2426e39
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "tcp:192.0.2.23:6640"
 ...</msg>
<status status="PASS" endtime="20181222 07:57:33.804" starttime="20181222 07:57:33.744"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.804" starttime="20181222 07:57:33.739"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.806" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:33.806" starttime="20181222 07:57:33.805"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.806" starttime="20181222 07:57:33.806"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.807" starttime="20181222 07:57:33.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="20181222 07:57:33.810" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:33.810" starttime="20181222 07:57:33.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="20181222 07:57:33.836" level="INFO">_uuid               : 42fb6c2a-596a-4756-be8b-6b22c2426e39
bridges             : [42a5493f-a0e5-4de7-8cfe-ebd42e87a82c, 7743ec20-8b70-420d-81c6-fc56841d9628]
cur_cfg             : 12
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-2.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-2.opnfvlf.org", rundir="/var/run/openvswitch", system-id="f12f4061-e04c-44c5-8c0a-91dce7c9c30e"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [14819528-01e9-4738-a79d-fc393e104d37, d662b7c6-49bf-4e5d-9d6a-a37c8960092e, d7b2ce45-3a7c-42d0-918c-c3e6c52b2a7b, e300d1d0-5158-41be-9744-6b8c3dec5b32]
next_cfg            : 12
other_config        : {local_ip="192.0.2.15", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.836" level="INFO">${output} = _uuid               : 42fb6c2a-596a-4756-be8b-6b22c2426e39
bridges             : [42a5493f-a0e5-4de7-8cfe-ebd42e87a82c, 7743ec20-8b70-420d-81c6-fc56841d9628]
cur_cfg             : 12
datapath_types...</msg>
<status status="PASS" endtime="20181222 07:57:33.836" starttime="20181222 07:57:33.811"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.836" starttime="20181222 07:57:33.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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.838" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:33.838" starttime="20181222 07:57:33.837"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.838" starttime="20181222 07:57:33.838"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.839" starttime="20181222 07:57:33.838"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.841" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:33.841" starttime="20181222 07:57:33.839"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:33.867" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000b099b514ca90
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:a2:52:d8:5f:e4:34
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun14aa3b718ec): addr:da:f0:f9:a1:28:7a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tunc2ae3f10b8d): addr:96:f4:31:4b:a7:c6
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tunc001a0f04f5): addr:aa:61:e6:5e:82:50
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun9ec20f827f9): addr:f2:41:ea:35:7b:bc
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tapd4e589b2-a3): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 7(tap8251f5f3-63): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:b0:99:b5:14:ca:90
     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-2 ~]$</msg>
<msg timestamp="20181222 07:57:33.867" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000b099b514ca90
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="20181222 07:57:33.867" starttime="20181222 07:57:33.841"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:33.867" starttime="20181222 07:57:33.837"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.869" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:33.869" starttime="20181222 07:57:33.868"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:33.869" starttime="20181222 07:57:33.869"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:33.870" starttime="20181222 07:57:33.869"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:33.872" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181222 07:57:33.872" starttime="20181222 07:57:33.870"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.321" level="INFO">cookie=0x8000000, duration=335.042s, table=0, n_packets=107, n_bytes=11387, priority=4,in_port="tapd4e589b2-a3",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1e0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=334.934s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=334.791s, table=0, n_packets=181, n_bytes=17064, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x33350000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=332.387s, table=0, n_packets=4, n_bytes=356, priority=4,in_port="tap8251f5f3-63",vlan_tci=0x0000/0x1fff actions=write_metadata:0x200000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=702.500s, table=0, n_packets=799, n_bytes=52734, priority=5,in_port=tun14aa3b718ec actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=702.459s, table=0, n_packets=804, n_bytes=53064, priority=5,in_port=tunc2ae3f10b8d actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=702.429s, table=0, n_packets=803, n_bytes=52998, priority=5,in_port=tunc001a0f04f5 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=702.305s, table=0, n_packets=807, n_bytes=53262, priority=5,in_port=tun9ec20f827f9 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x8040000, duration=334.279s, table=17, n_packets=106, n_bytes=11297, priority=10,metadata=0x1e0000000000/0xffffff0000000000 actions=load:0x1e-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc0001e1772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=334.014s, table=17, n_packets=180, n_bytes=16970, priority=10,metadata=0x33350000000000/0xffffff0000000000 actions=load:0x3335-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc033351772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=331.325s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x200000000000/0xffffff0000000000 actions=load:0x20-&gt;NXM_NX_REG1[0..19],load:0x1773-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000201773000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=705.118s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=703.458s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=703.458s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=703.613s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=703.613s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=563.370s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=563.370s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=703.458s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=703.458s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=703.458s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=703.613s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001773, duration=331.351s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x9051773, duration=332.376s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=702.500s, table=43, n_packets=6, n_bytes=264, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=702.498s, table=43, n_packets=45, n_bytes=2034, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=703.613s, table=43, n_packets=243, n_bytes=26401, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=705.118s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=702.500s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=702.500s, table=48, n_packets=22, n_bytes=1012, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=703.613s, table=48, n_packets=272, n_bytes=27687, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051772, duration=334.289s, table=50, n_packets=106, n_bytes=11297, priority=20,metadata=0x1e1772000000/0xfffffffff000000,dl_src=fa:16:3e:1a:ce:41 actions=goto_table:51
 cookie=0x8051773, duration=331.351s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x201773000000/0xfffffffff000000,dl_src=fa:16:3e:76:5d:7e actions=goto_table:51
 cookie=0x8051772, duration=280.074s, table=50, n_packets=29, n_bytes=2294, idle_timeout=300, send_flow_rem priority=20,metadata=0x33351772000000/0xfffffffff000000,dl_src=fa:16:3e:1d:41:54 actions=goto_table:51
 cookie=0x8051772, duration=271.265s, table=50, n_packets=118, n_bytes=11026, idle_timeout=300, send_flow_rem priority=20,metadata=0x33351772000000/0xfffffffff000000,dl_src=fa:16:3e:1b:45:25 actions=goto_table:51
 cookie=0x8051772, duration=259.110s, table=50, n_packets=28, n_bytes=1946, idle_timeout=300, send_flow_rem priority=20,metadata=0x33351772000000/0xfffffffff000000,dl_src=fa:16:3e:db:0f:e2 actions=goto_table:51
 cookie=0x8050001, duration=703.613s, table=50, n_packets=2, n_bytes=696, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=703.613s, table=50, n_packets=4, n_bytes=1050, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031772, duration=334.288s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:07:fe:e5 actions=drop
 cookie=0x8031772, duration=334.288s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:53:96:ea actions=drop
 cookie=0x8031772, duration=334.288s, table=51, n_packets=126, n_bytes=12350, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1a:ce:41 actions=load:0x1e00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=331.351s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:5d:7e actions=load:0x2000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=329.235s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:93:8e actions=drop
 cookie=0x8031773, duration=327.334s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:09:4d:25 actions=set_field:0x15-&gt;tun_id,load:0x1200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=280.074s, table=51, n_packets=14, n_bytes=1462, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1d:41:54 actions=load:0x333500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=271.265s, table=51, n_packets=75, n_bytes=8107, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1b:45:25 actions=load:0x333500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=259.110s, table=51, n_packets=14, n_bytes=1462, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:db:0f:e2 actions=load:0x333500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=255.724s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:d7:6f:36 actions=set_field:0x15-&gt;tun_id,load:0xf00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=246.785s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:4a:e2:51 actions=set_field:0x15-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=239.241s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:1e:1c:f5 actions=set_field:0x15-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=703.613s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=703.613s, table=51, n_packets=65, n_bytes=5318, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=334.289s, table=52, n_packets=54, n_bytes=4620, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=334.289s, table=52, n_packets=3, n_bytes=266, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8701773, duration=331.351s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1773000001/0xffff000001 actions=write_actions(group:212005)
 cookie=0x8701773, duration=331.351s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1773000000/0xffff000001 actions=write_actions(group:212006)
 cookie=0x880001e, duration=334.288s, table=55, n_packets=3, n_bytes=266, priority=10,tun_id=0x1e,metadata=0x1e0000000000/0xfffff0000000000 actions=drop
 cookie=0x8803335, duration=334.018s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3335,metadata=0x33350000000000/0xfffff0000000000 actions=drop
 cookie=0x8800020, duration=331.351s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x20,metadata=0x200000000000/0xfffff0000000000 actions=drop
 cookie=0x880001e, duration=334.288s, table=55, n_packets=54, n_bytes=4620, priority=9,tun_id=0x1e actions=load:0x1e00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8803335, duration=334.018s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3335 actions=load:0x333500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800020, duration=331.351s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x20 actions=load:0x2000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=705.118s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=703.458s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=703.613s, table=81, n_packets=45, n_bytes=2034, priority=0 actions=drop
 cookie=0x4000001, duration=705.118s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=702.889s, table=195, n_packets=29, n_bytes=1286, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=703.613s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=703.613s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=703.613s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=703.613s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=703.613s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=703.613s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=703.613s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=703.613s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=703.613s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=703.613s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=703.613s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=334.777s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333500,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=334.777s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1f00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=698.559s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:tun14aa3b718ec
 cookie=0x8000007, duration=698.072s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1200 actions=output:tun9ec20f827f9
 cookie=0x8000007, duration=697.680s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:tunc2ae3f10b8d
 cookie=0x8000007, duration=697.565s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:tunc001a0f04f5
 cookie=0x8000007, duration=334.958s, table=220, n_packets=180, n_bytes=16970, priority=9,reg6=0x1e00 actions=output:"tapd4e589b2-a3"
 cookie=0x8000007, duration=334.777s, table=220, n_packets=106, n_bytes=11297, priority=9,reg6=0x333500 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=334.777s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=332.279s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2000 actions=output:"tap8251f5f3-63"
 cookie=0x6900000, duration=703.613s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=703.613s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=703.613s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=703.613s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=703.613s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=703.613s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=703.613s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=703.613s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=703.613s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=703.613s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=703.613s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=703.613s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=703.613s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=703.613s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=703.613s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=703.613s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=703.613s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:34.323" level="INFO">${output} =  cookie=0x8000000, duration=335.042s, table=0, n_packets=107, n_bytes=11387, priority=4,in_port="tapd4e589b2-a3",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1e0000000000/0xffffff0000000001,goto_ta...</msg>
<status status="PASS" endtime="20181222 07:57:34.324" starttime="20181222 07:57:33.872"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.325" starttime="20181222 07:57:33.868"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.329" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.330" starttime="20181222 07:57:34.329"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.330" starttime="20181222 07:57:34.330"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.331" starttime="20181222 07:57:34.331"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.335" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 07:57:34.336" starttime="20181222 07:57:34.331"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.361" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333500-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all,bucket=actions=set_field:0x1e-&gt;tun_id,resubmit(,55)
 group_id=212005,type=all,bucket=actions=set_field:0x20-&gt;tun_id,resubmit(,55)
 group_id=230001,type=all,bucket=actions=drop
 group_id=212006,type=all,bucket=actions=group:212005,bucket=actions=set_field:0x15-&gt;tun_id,load:0xf00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x15-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x15-&gt;tun_id,load:0x1200-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:34.361" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333500-&gt;NXM_NX_REG6[],resub...</msg>
<status status="PASS" endtime="20181222 07:57:34.361" starttime="20181222 07:57:34.336"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.362" starttime="20181222 07:57:34.326"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.363" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.363" starttime="20181222 07:57:34.363"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.364" starttime="20181222 07:57:34.363"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.364" starttime="20181222 07:57:34.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="20181222 07:57:34.367" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.367" starttime="20181222 07:57:34.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="20181222 07:57:34.392" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=703.400s,ref_count=1,packet_count=45,byte_count=2034,bucket0:packet_count=45,byte_count=2034
 group_id=212004,duration=334.910s,ref_count=1,packet_count=3,byte_count=266,bucket0:packet_count=3,byte_count=266,bucket1:packet_count=3,byte_count=266
 group_id=212003,duration=334.910s,ref_count=1,packet_count=57,byte_count=4886,bucket0:packet_count=57,byte_count=4886
 group_id=212005,duration=332.229s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=230001,duration=294.369s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=212006,duration=332.229s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0,bucket2:packet_count=0,byte_count=0,bucket3:packet_count=0,byte_count=0
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 07:57:34.392" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=703.400s,ref_count=1,packet_count=45,byte_count=2034,bucket0:packet_count=45,byte_count=2034
 group_id=212004,duration=334.910s,ref_count...</msg>
<status status="PASS" endtime="20181222 07:57:34.392" starttime="20181222 07:57:34.367"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.393" starttime="20181222 07:57:34.362"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.393" starttime="20181222 07:57:33.462"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.393" starttime="20181222 07:57:33.462"></status>
</kw>
<kw type="foritem" name="${conn_id} = 32">
<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="20181222 07:57:34.394" starttime="20181222 07:57:34.394"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.395" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:34.396" starttime="20181222 07:57:34.395"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.396" starttime="20181222 07:57:34.396"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.397" starttime="20181222 07:57:34.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="20181222 07:57:34.402" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:34.403" starttime="20181222 07:57:34.397"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.421" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:b3:fa:e8:f2:0c brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 06:6e:7c:2f:cd:6c brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:b3:fa:e8:f2:0c brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:91:3c:0c:22 brd ff:ff:ff:ff:ff:ff
8: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1450 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 94:0f:dd:32:1a:16 brd ff:ff:ff:ff:ff:ff
9: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether b6:37:30:2e:1e:d7 brd ff:ff:ff:ff:ff:ff
10: tapd5a58a96-c4: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:1d:41:54 brd ff:ff:ff:ff:ff:ff
11: tap15539c19-d8: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:1b:45:25 brd ff:ff:ff:ff:ff:ff
12: tap370fd344-5f: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:d7:6f:36 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.422" 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="20181222 07:57:34.422" starttime="20181222 07:57:34.403"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.422" starttime="20181222 07:57:34.394"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.423" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:34.423" starttime="20181222 07:57:34.423"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.424" starttime="20181222 07:57:34.423"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.424" starttime="20181222 07:57:34.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="20181222 07:57:34.426" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:34.426" starttime="20181222 07:57:34.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="20181222 07:57:34.438" 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    inet6 fe80::2b3:faff:fee8:f20c/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.36/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::2b3:faff:fee8:f20c/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:91ff:fe3c:c22/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::b437:30ff:fe2e:1ed7/64 scope link \       valid_lft forever preferred_lft forever
10: tapd5a58a96-c4    inet6 fe80::fc16:3eff:fe1d:4154/64 scope link \       valid_lft forever preferred_lft forever
11: tap15539c19-d8    inet6 fe80::fc16:3eff:fe1b:4525/64 scope link \       valid_lft forever preferred_lft forever
12: tap370fd344-5f    inet6 fe80::fc16:3eff:fed7:6f36/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.438" 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    inet6 fe80::2b3:fa...</msg>
<status status="PASS" endtime="20181222 07:57:34.438" starttime="20181222 07:57:34.426"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.438" starttime="20181222 07:57:34.422"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.439" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 07:57:34.439" starttime="20181222 07:57:34.439"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.440" starttime="20181222 07:57:34.440"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.441" starttime="20181222 07:57:34.440"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.442" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 07:57:34.443" starttime="20181222 07:57:34.441"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.448" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.36 
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.448" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 07:57:34.448" starttime="20181222 07:57:34.443"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.448" starttime="20181222 07:57:34.438"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.449" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 07:57:34.449" starttime="20181222 07:57:34.449"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.449" starttime="20181222 07:57:34.449"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.450" starttime="20181222 07:57:34.450"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.452" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 07:57:34.452" starttime="20181222 07:57:34.450"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.468" level="INFO">? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.15) at 00:53:2a:d2:fb:8e [ether] on br-ex
? (192.0.2.21) at 00:88:0e:78:49:c6 [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.469" level="INFO">${output} = ? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [et...</msg>
<status status="PASS" endtime="20181222 07:57:34.469" starttime="20181222 07:57:34.452"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.469" starttime="20181222 07:57:34.448"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.470" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:34.470" starttime="20181222 07:57:34.470"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.471" starttime="20181222 07:57:34.471"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.471" starttime="20181222 07:57:34.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="20181222 07:57:34.474" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:34.474" starttime="20181222 07:57:34.472"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.477" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.477" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:34.477" starttime="20181222 07:57:34.474"></status>
</kw>
<msg timestamp="20181222 07:57:34.477" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:34.477" starttime="20181222 07:57:34.469"></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="20181222 07:57:34.478" level="INFO">0 lines returned</msg>
<msg timestamp="20181222 07:57:34.478" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:34.479" starttime="20181222 07:57:34.478"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181222 07:57:34.479" starttime="20181222 07:57:34.479"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.480" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:34.480" starttime="20181222 07:57:34.480"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.480" starttime="20181222 07:57:34.480"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.481" starttime="20181222 07:57:34.481"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.482" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:34.482" starttime="20181222 07:57:34.481"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.546" level="INFO">ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tun6796ead5463"
            Interface "tun6796ead5463"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.46"}
                error: "could not add network device tun6796ead5463 to ofproto (File exists)"
        Port "tun9d68704a2cf"
            Interface "tun9d68704a2cf"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.15"}
                error: "could not add network device tun9d68704a2cf to ofproto (File exists)"
        Port "tun4c2d349f04c"
            Interface "tun4c2d349f04c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.15"}
        Port "tun5dab709ae7e"
            Interface "tun5dab709ae7e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.21"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tun4376af56662"
            Interface "tun4376af56662"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.21"}
                error: "could not add network device tun4376af56662 to ofproto (File exists)"
        Port "tapd5a58a96-c4"
            Interface "tapd5a58a96-c4"
        Port "tun1ffb9c80c23"
            Interface "tun1ffb9c80c23"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.46"}
        Port "tap370fd344-5f"
            Interface "tap370fd344-5f"
        Port "tun142c14601dd"
            Interface "tun142c14601dd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.23"}
        Port "tun95aa800b70c"
            Interface "tun95aa800b70c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.23"}
                error: "could not add network device tun95aa800b70c to ofproto (File exists)"
        Port "tap15539c19-d8"
            Interface "tap15539c19-d8"
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.9.2"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.546" level="INFO">${output} = ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
 ...</msg>
<status status="PASS" endtime="20181222 07:57:34.546" starttime="20181222 07:57:34.483"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.547" starttime="20181222 07:57:34.479"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.548" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:34.548" starttime="20181222 07:57:34.548"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.548" starttime="20181222 07:57:34.548"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.549" starttime="20181222 07:57:34.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="20181222 07:57:34.552" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:34.552" starttime="20181222 07:57:34.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="20181222 07:57:34.584" level="INFO">_uuid               : ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
bridges             : [1fc0289a-f8fa-4609-b01b-fbde37fb8ecd, 42f21f59-0417-4d01-aaf1-c81dd083652d]
cur_cfg             : 14
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-novacompute-1.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-novacompute-1.opnfvlf.org", rundir="/var/run/openvswitch", system-id="f0ee6271-c14d-4b85-8a06-4701386c93f5"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [38275f2e-1d68-47c8-af90-7e67a37e7fdb, 753ff776-f0a5-4165-9a5c-9126d8e6457a, a3916f25-6196-48f0-9224-10cdea97e93f, db870310-6dd5-4b0e-af7a-0c058f3b656c]
next_cfg            : 14
other_config        : {local_ip="192.0.2.36", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.585" level="INFO">${output} = _uuid               : ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
bridges             : [1fc0289a-f8fa-4609-b01b-fbde37fb8ecd, 42f21f59-0417-4d01-aaf1-c81dd083652d]
cur_cfg             : 14
datapath_types...</msg>
<status status="PASS" endtime="20181222 07:57:34.585" starttime="20181222 07:57:34.552"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.585" starttime="20181222 07:57:34.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>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.587" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.587" starttime="20181222 07:57:34.586"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.588" starttime="20181222 07:57:34.587"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.588" starttime="20181222 07:57:34.588"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.592" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.592" starttime="20181222 07:57:34.588"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:34.631" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000940fdd321a16
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:46:a4:9f:99:0e:6b
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun5dab709ae7e): addr:72:5d:99:78:c9:a9
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun1ffb9c80c23): addr:8a:1f:8a:16:95:93
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun4c2d349f04c): addr:fe:71:fb:37:ff:5e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun142c14601dd): addr:c2:61:8d:4e:da:03
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tapd5a58a96-c4): addr:fe:16:3e:1d:41:54
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 7(tap15539c19-d8): addr:fe:16:3e:1b:45:25
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 8(tap370fd344-5f): addr:fe:16:3e:d7:6f:36
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:94:0f:dd:32:1a:16
     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-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:34.632" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000940fdd321a16
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="20181222 07:57:34.632" starttime="20181222 07:57:34.592"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:34.632" starttime="20181222 07:57:34.585"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.634" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:34.634" starttime="20181222 07:57:34.634"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:34.635" starttime="20181222 07:57:34.635"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:34.636" starttime="20181222 07:57:34.635"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:34.639" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 07:57:34.639" starttime="20181222 07:57:34.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="20181222 07:57:36.453" level="INFO">cookie=0x8000000, duration=289.359s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tapd5a58a96-c4",vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=289.222s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x240000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=289.188s, table=0, n_packets=224, n_bytes=24426, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x33360000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=279.894s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap15539c19-d8",vlan_tci=0x0000/0x1fff actions=write_metadata:0x250000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=258.199s, table=0, n_packets=9, n_bytes=1464, priority=4,in_port="tap370fd344-5f",vlan_tci=0x0000/0x1fff actions=write_metadata:0x280000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=705.561s, table=0, n_packets=809, n_bytes=53394, priority=5,in_port=tun1ffb9c80c23 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=705.561s, table=0, n_packets=887, n_bytes=58046, priority=5,in_port=tun5dab709ae7e actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=704.048s, table=0, n_packets=804, n_bytes=53064, priority=5,in_port=tun4c2d349f04c actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=703.539s, table=0, n_packets=801, n_bytes=52866, priority=5,in_port=tun142c14601dd actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6900000, duration=288.292s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x230000000000/0xffffff0000000000 actions=write_metadata:0xb000230000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=288.292s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0xb000230000000000/0xffffff0000000000 actions=load:0x23-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000231772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=288.273s, table=17, n_packets=224, n_bytes=24426, priority=10,metadata=0x33360000000000/0xffffff0000000000 actions=load:0x3336-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc033361772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=279.579s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0xb000250000000000/0xffffff0000000000 actions=load:0x25-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000251772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=279.579s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x250000000000/0xffffff0000000000 actions=write_metadata:0xb000250000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x6900000, duration=256.172s, table=17, n_packets=9, n_bytes=1464, priority=10,metadata=0x280000000000/0xffffff0000000000 actions=write_metadata:0xb000280000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=256.172s, table=17, n_packets=7, n_bytes=1284, priority=10,metadata=0xb000280000000000/0xffffff0000000000 actions=load:0x28-&gt;NXM_NX_REG1[0..19],load:0x1773-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000281773000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=705.839s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=704.287s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=704.287s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=704.287s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=704.287s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=564.109s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=564.109s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=704.287s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=704.048s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=704.048s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=705.264s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001773, duration=256.486s, table=36, n_packets=80, n_bytes=4784, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x9051773, duration=258.196s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=703.226s, table=43, n_packets=12, n_bytes=528, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=703.226s, table=43, n_packets=48, n_bytes=2088, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=705.264s, table=43, n_packets=465, n_bytes=49974, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=705.839s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=703.226s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=703.226s, table=48, n_packets=28, n_bytes=1228, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=705.264s, table=48, n_packets=497, n_bytes=51362, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051772, duration=288.547s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x231772000000/0xfffffffff000000,dl_src=fa:16:3e:1d:41:54 actions=goto_table:51
 cookie=0x8051772, duration=280.843s, table=50, n_packets=88, n_bytes=9543, idle_timeout=300, send_flow_rem priority=20,metadata=0x33361772000000/0xfffffffff000000,dl_src=fa:16:3e:1a:ce:41 actions=goto_table:51
 cookie=0x8051772, duration=280.843s, table=50, n_packets=27, n_bytes=2654, idle_timeout=300, send_flow_rem priority=20,metadata=0x33361772000000/0xfffffffff000000,dl_src=fa:16:3e:07:fe:e5 actions=goto_table:51
 cookie=0x8051772, duration=280.840s, table=50, n_packets=87, n_bytes=9144, idle_timeout=300, send_flow_rem priority=20,metadata=0x33361772000000/0xfffffffff000000,dl_src=fa:16:3e:53:96:ea actions=goto_table:51
 cookie=0x8051772, duration=279.721s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x251772000000/0xfffffffff000000,dl_src=fa:16:3e:1b:45:25 actions=goto_table:51
 cookie=0x8051772, duration=259.873s, table=50, n_packets=17, n_bytes=1204, idle_timeout=300, send_flow_rem priority=20,metadata=0x33361772000000/0xfffffffff000000,dl_src=fa:16:3e:db:0f:e2 actions=goto_table:51
 cookie=0x8051773, duration=256.486s, table=50, n_packets=7, n_bytes=1284, priority=20,metadata=0x281773000000/0xfffffffff000000,dl_src=fa:16:3e:d7:6f:36 actions=goto_table:51
 cookie=0x8050001, duration=705.264s, table=50, n_packets=1, n_bytes=399, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=705.264s, table=50, n_packets=5, n_bytes=1524, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031772, duration=288.547s, table=51, n_packets=103, n_bytes=11443, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1d:41:54 actions=load:0x2300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=280.843s, table=51, n_packets=114, n_bytes=10804, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1a:ce:41 actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=280.843s, table=51, n_packets=24, n_bytes=2084, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:07:fe:e5 actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=280.840s, table=51, n_packets=114, n_bytes=10804, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:53:96:ea actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=279.721s, table=51, n_packets=103, n_bytes=11443, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1b:45:25 actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=259.874s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:db:0f:e2 actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=256.487s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:5d:7e actions=drop
 cookie=0x8031773, duration=256.487s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:d7:6f:36 actions=load:0x2800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=256.487s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:09:4d:25 actions=set_field:0x15-&gt;tun_id,load:0xc00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=256.487s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:93:8e actions=drop
 cookie=0x8031773, duration=247.549s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:4a:e2:51 actions=set_field:0x15-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=240.011s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:1e:1c:f5 actions=set_field:0x15-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=705.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=705.265s, table=51, n_packets=147, n_bytes=10796, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=288.548s, table=52, n_packets=18, n_bytes=1540, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=288.548s, table=52, n_packets=36, n_bytes=2936, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8701773, duration=256.487s, table=52, n_packets=80, n_bytes=4784, priority=5,metadata=0x1773000001/0xffff000001 actions=write_actions(group:212005)
 cookie=0x8701773, duration=256.487s, table=52, n_packets=7, n_bytes=1284, priority=5,metadata=0x1773000000/0xffff000001 actions=write_actions(group:212006)
 cookie=0x8800023, duration=288.548s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x23,metadata=0x230000000000/0xfffff0000000000 actions=drop
 cookie=0x8803336, duration=288.290s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3336,metadata=0x33360000000000/0xfffff0000000000 actions=drop
 cookie=0x8800025, duration=279.722s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x25,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x8800028, duration=256.487s, table=55, n_packets=7, n_bytes=1284, priority=10,tun_id=0x28,metadata=0x280000000000/0xfffff0000000000 actions=drop
 cookie=0x8800023, duration=288.548s, table=55, n_packets=36, n_bytes=3008, priority=9,tun_id=0x23 actions=load:0x2300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8803336, duration=288.290s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3336 actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800025, duration=279.722s, table=55, n_packets=32, n_bytes=2212, priority=9,tun_id=0x25 actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800028, duration=256.487s, table=55, n_packets=80, n_bytes=4784, priority=9,tun_id=0x28 actions=load:0x2800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=705.840s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=704.049s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=705.265s, table=81, n_packets=48, n_bytes=2088, priority=0 actions=drop
 cookie=0x4000001, duration=705.840s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=703.622s, table=195, n_packets=32, n_bytes=1388, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=288.961s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x230000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=288.961s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x230000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=288.953s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x230000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x250000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x250000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x250000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x280000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x280000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x280000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=288.961s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=288.953s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=258.038s, table=210, n_packets=3, n_bytes=996, priority=63010,udp,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=288.953s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54,arp_spa=21.0.0.127,arp_sha=fa:16:3e:1d:41:54 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25,arp_spa=21.0.0.160,arp_sha=fa:16:3e:1b:45:25 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=0, n_bytes=0, priority=63010,arp,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36,arp_spa=22.0.0.170,arp_sha=fa:16:3e:d7:6f:36 actions=resubmit(,17)
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=704.289s, table=210, n_packets=3, n_bytes=270, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=288.961s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54,nw_src=21.0.0.127 actions=goto_table:211
 cookie=0x6900000, duration=279.673s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25,nw_src=21.0.0.160 actions=goto_table:211
 cookie=0x6900000, duration=258.039s, table=210, n_packets=0, n_bytes=0, priority=61010,ip,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36,nw_src=22.0.0.170 actions=goto_table:211
 cookie=0x6900000, duration=288.953s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54,ipv6_src=fe80::f816:3eff:fe1d:4154 actions=goto_table:211
 cookie=0x6900000, duration=279.673s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25,ipv6_src=fe80::f816:3eff:fe1b:4525 actions=goto_table:211
 cookie=0x6900000, duration=258.038s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36,ipv6_src=fe80::f816:3eff:fed7:6f36 actions=goto_table:211
 cookie=0x6900000, duration=288.961s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x230000000000/0xfffff0000000000,dl_src=fa:16:3e:1d:41:54 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:1b:45:25 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x280000000000/0xfffff0000000000,dl_src=fa:16:3e:d7:6f:36 actions=resubmit(,17)
 cookie=0x6900000, duration=704.289s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=704.289s, table=211, n_packets=180, n_bytes=17440, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=36, n_bytes=3060, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=30, n_bytes=2940, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=3, n_bytes=270, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=704.289s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=288.961s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x230000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=288.961s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x230000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=279.674s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x250000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=279.673s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x250000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=258.040s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x280000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=258.040s, table=212, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x280000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=704.289s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=704.289s, table=213, n_packets=249, n_bytes=23710, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=704.289s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=704.289s, table=214, n_packets=174, n_bytes=17572, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=704.289s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x230006900001, duration=288.953s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x230000000000/0xfffff0000000000 actions=drop
 cookie=0x250006900001, duration=279.673s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x280006900001, duration=258.035s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x280000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=288.953s, table=214, n_packets=18, n_bytes=1530, priority=2999,udp,metadata=0x230000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=288.953s, table=214, n_packets=3, n_bytes=294, priority=2999,icmp,metadata=0x230000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=288.953s, table=214, n_packets=15, n_bytes=1110, priority=2999,tcp,metadata=0x230000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=279.673s, table=214, n_packets=15, n_bytes=1110, priority=2999,tcp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=279.673s, table=214, n_packets=3, n_bytes=294, priority=2999,icmp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=279.673s, table=214, n_packets=18, n_bytes=1530, priority=2999,udp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=2999,tcp,metadata=0x280000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=2999,udp,metadata=0x280000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=2999,icmp,metadata=0x280000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=288.953s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x230000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=288.953s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x230000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=279.673s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=279.673s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x280000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x280000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x230006900001, duration=288.953s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x230000000000/0xfffff0000000000 actions=drop
 cookie=0x250006900001, duration=279.673s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x280006900001, duration=258.035s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x280000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=704.289s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=704.289s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=704.289s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x230006900001, duration=288.953s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x230000000004/0xfffff0000000004 actions=drop
 cookie=0x250006900001, duration=279.673s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x250000000004/0xfffff0000000004 actions=drop
 cookie=0x280006900001, duration=258.035s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x280000000004/0xfffff0000000004 actions=drop
 cookie=0x6900000, duration=704.289s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=288.953s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x230000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=288.953s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x230000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x250000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x250000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x280000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=217, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x280000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=288.953s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x230000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=279.673s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x250000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=258.035s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x280000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=704.289s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=288.980s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2400,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=288.961s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=703.191s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:tun4c2d349f04c
 cookie=0x8000007, duration=702.735s, table=220, n_packets=5, n_bytes=874, priority=9,reg6=0x300 actions=output:tun5dab709ae7e
 cookie=0x8000007, duration=702.525s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:tun1ffb9c80c23
 cookie=0x8000007, duration=698.487s, table=220, n_packets=7, n_bytes=1284, priority=9,reg6=0xc00 actions=output:tun142c14601dd
 cookie=0x6900000, duration=289.150s, table=220, n_packets=139, n_bytes=14451, priority=6,reg6=0x2300 actions=load:0x90002300-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=289.150s, table=220, n_packets=133, n_bytes=13639, priority=9,reg6=0x90002300 actions=output:"tapd5a58a96-c4"
 cookie=0x8000007, duration=288.980s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2400 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=288.961s, table=220, n_packets=288, n_bytes=26628, priority=9,reg6=0x333600 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=279.597s, table=220, n_packets=135, n_bytes=13655, priority=6,reg6=0x2500 actions=load:0x90002500-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=279.597s, table=220, n_packets=129, n_bytes=12843, priority=9,reg6=0x90002500 actions=output:"tap15539c19-d8"
 cookie=0x8000007, duration=258.051s, table=220, n_packets=74, n_bytes=4364, priority=9,reg6=0x90002800 actions=output:"tap370fd344-5f"
 cookie=0x6900000, duration=258.051s, table=220, n_packets=80, n_bytes=4784, priority=6,reg6=0x2800 actions=load:0x90002800-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=704.288s, table=239, n_packets=23, n_bytes=1682, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=704.288s, table=239, n_packets=204, n_bytes=25730, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=704.288s, table=239, n_packets=127, n_bytes=5478, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=288.994s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2300/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=240, n_packets=2, n_bytes=160, priority=63010,icmp6,reg6=0x2300/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=240, n_packets=4, n_bytes=1545, priority=63010,udp,reg6=0x2300/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2300/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2300/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2500/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2500/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2500/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=4, n_bytes=1545, priority=63010,udp,reg6=0x2500/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=1, n_bytes=82, priority=63010,icmp6,reg6=0x2500/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2800/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2800/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2800/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=2, n_bytes=156, priority=63010,icmp6,reg6=0x2800/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=63010,udp,reg6=0x2800/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=240, n_packets=30, n_bytes=1332, priority=63010,arp,reg6=0x2300/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=240, n_packets=29, n_bytes=1290, priority=63010,arp,reg6=0x2500/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=240, n_packets=68, n_bytes=2856, priority=63010,arp,reg6=0x2800/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=704.289s, table=240, n_packets=10, n_bytes=3396, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=288.994s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2300/0xfffff00,dl_dst=fa:16:3e:1d:41:54,ipv6_dst=fe80::f816:3eff:fe1d:4154 actions=goto_table:241
 cookie=0x6900000, duration=279.794s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2500/0xfffff00,dl_dst=fa:16:3e:1b:45:25,ipv6_dst=fe80::f816:3eff:fe1b:4525 actions=goto_table:241
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2800/0xfffff00,dl_dst=fa:16:3e:d7:6f:36,ipv6_dst=fe80::f816:3eff:fed7:6f36 actions=goto_table:241
 cookie=0x6900000, duration=288.994s, table=240, n_packets=93, n_bytes=9622, priority=61010,ip,reg6=0x2300/0xfffff00,dl_dst=fa:16:3e:1d:41:54,nw_dst=21.0.0.127 actions=goto_table:241
 cookie=0x6900000, duration=288.994s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2300/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=21.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=279.794s, table=240, n_packets=93, n_bytes=9622, priority=61010,ip,reg6=0x2500/0xfffff00,dl_dst=fa:16:3e:1b:45:25,nw_dst=21.0.0.160 actions=goto_table:241
 cookie=0x6900000, duration=279.794s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2500/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=21.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2800/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=22.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=258.109s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2800/0xfffff00,dl_dst=fa:16:3e:d7:6f:36,nw_dst=22.0.0.170 actions=goto_table:241
 cookie=0x6900000, duration=704.289s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=704.289s, table=240, n_packets=18, n_bytes=1284, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=704.289s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=120, n_bytes=12980, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=46, n_bytes=6600, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=30, n_bytes=3060, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=704.288s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=288.994s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2300/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=288.994s, table=242, n_packets=97, n_bytes=10982, priority=100,ip,reg6=0x2300/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=279.794s, table=242, n_packets=95, n_bytes=10306, priority=100,ip,reg6=0x2500/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=279.794s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2500/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=258.109s, table=242, n_packets=4, n_bytes=1352, priority=100,ip,reg6=0x2800/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=258.109s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2800/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=704.289s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=704.289s, table=243, n_packets=196, n_bytes=21880, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=704.289s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=704.289s, table=244, n_packets=186, n_bytes=18500, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=704.289s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x230006900001, duration=289.058s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2300/0xfffff00 actions=drop
 cookie=0x250006900001, duration=279.794s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2500/0xfffff00 actions=drop
 cookie=0x280006900001, duration=258.109s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2800/0xfffff00 actions=drop
 cookie=0x6900000, duration=289.058s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2300/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=289.058s, table=244, n_packets=4, n_bytes=1352, priority=2999,udp,reg6=0x2300/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=289.058s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2300/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=279.794s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=279.794s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=279.794s, table=244, n_packets=2, n_bytes=676, priority=2999,udp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=258.109s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2800/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=258.109s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2800/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=258.109s, table=244, n_packets=4, n_bytes=1352, priority=2999,udp,reg6=0x2800/0xfffff00 actions=goto_table:247
 cookie=0x230006900001, duration=289.058s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2300/0xfffff00 actions=drop
 cookie=0x250006900001, duration=279.794s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2500/0xfffff00 actions=drop
 cookie=0x280006900001, duration=258.109s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2800/0xfffff00 actions=drop
 cookie=0x6900000, duration=704.289s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=704.289s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=704.289s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x230006900001, duration=288.994s, table=247, n_packets=6, n_bytes=432, priority=62020,reg6=0x2300/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x250006900001, duration=279.794s, table=247, n_packets=6, n_bytes=432, priority=62020,reg6=0x2500/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x280006900001, duration=258.109s, table=247, n_packets=6, n_bytes=420, priority=62020,reg6=0x2800/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=704.289s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=288.994s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2300/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2500/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2800/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=247, n_packets=4, n_bytes=1352, priority=100,ip,reg6=0x2300/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=288.994s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2300/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2500/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=279.794s, table=247, n_packets=2, n_bytes=676, priority=100,ip,reg6=0x2500/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2800/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=258.109s, table=247, n_packets=4, n_bytes=1352, priority=100,ip,reg6=0x2800/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=704.289s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:36.454" level="INFO">${output} =  cookie=0x8000000, duration=289.359s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tapd5a58a96-c4",vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000000/0xffffff0000000001,goto_ta...</msg>
<status status="PASS" endtime="20181222 07:57:36.454" starttime="20181222 07:57:34.640"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.455" starttime="20181222 07:57:34.633"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.456" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.457" starttime="20181222 07:57:36.456"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.457" starttime="20181222 07:57:36.457"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.457" starttime="20181222 07:57:36.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="20181222 07:57:36.461" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181222 07:57:36.461" starttime="20181222 07:57:36.458"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.482" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212003,type=all,bucket=actions=set_field:0x23-&gt;tun_id,resubmit(,55),bucket=actions=set_field:0x25-&gt;tun_id,resubmit(,55)
 group_id=230001,type=all,bucket=actions=drop
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212006,type=all,bucket=actions=group:212005,bucket=actions=set_field:0x15-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x15-&gt;tun_id,load:0xc00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212005,type=all,bucket=actions=set_field:0x28-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:36.483" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212003,type=all,bucket=actions=set_field:0x23-&gt;tun_id,resubmit(,55),bucket=actions=set_field:...</msg>
<status status="PASS" endtime="20181222 07:57:36.483" starttime="20181222 07:57:36.461"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.483" starttime="20181222 07:57:36.455"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.484" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.484" starttime="20181222 07:57:36.484"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.485" starttime="20181222 07:57:36.485"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.485" starttime="20181222 07:57:36.485"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.487" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.487" starttime="20181222 07:57:36.485"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.511" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=705.475s,ref_count=1,packet_count=48,byte_count=2088,bucket0:packet_count=48,byte_count=2088
 group_id=212003,duration=290.536s,ref_count=1,packet_count=50,byte_count=3680,bucket0:packet_count=50,byte_count=3680,bucket1:packet_count=50,byte_count=3680
 group_id=230001,duration=283.963s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=212004,duration=290.536s,ref_count=1,packet_count=36,byte_count=2936,bucket0:packet_count=36,byte_count=2936,bucket1:packet_count=36,byte_count=2936
 group_id=212006,duration=258.535s,ref_count=1,packet_count=5,byte_count=874,bucket0:packet_count=5,byte_count=874,bucket1:packet_count=5,byte_count=874,bucket2:packet_count=5,byte_count=874
 group_id=212005,duration=258.535s,ref_count=1,packet_count=87,byte_count=6068,bucket0:packet_count=87,byte_count=6068
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 07:57:36.511" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=705.475s,ref_count=1,packet_count=48,byte_count=2088,bucket0:packet_count=48,byte_count=2088
 group_id=212003,duration=290.536s,ref_count...</msg>
<status status="PASS" endtime="20181222 07:57:36.511" starttime="20181222 07:57:36.488"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.511" starttime="20181222 07:57:36.483"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.511" starttime="20181222 07:57:34.393"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.512" starttime="20181222 07:57:34.393"></status>
</kw>
<kw type="foritem" name="${conn_id} = 33">
<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="20181222 07:57:36.513" starttime="20181222 07:57:36.512"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.514" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:36.514" starttime="20181222 07:57:36.513"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.514" starttime="20181222 07:57:36.514"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.515" starttime="20181222 07:57:36.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="20181222 07:57:36.519" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 07:57:36.519" starttime="20181222 07:57:36.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="20181222 07:57:36.540" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:88:0e:78:49:c6 brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 1a:12:3a:fd:7e:73 brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:88:0e:78:49:c6 brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:2e:23:f3:dd brd ff:ff:ff:ff:ff:ff
8: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1450 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 10:db:d9:bd:ed:17 brd ff:ff:ff:ff:ff:ff
9: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 56:8c:93:36:36:94 brd ff:ff:ff:ff:ff:ff
10: tap3a9cee45-cf: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:db:0f:e2 brd ff:ff:ff:ff:ff:ff
11: taped11b5b7-42: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:4a:e2:51 brd ff:ff:ff:ff:ff:ff
12: tapf8099b3d-04: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc pfifo_fast master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fe:16:3e:1e:1c:f5 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.540" 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="20181222 07:57:36.540" starttime="20181222 07:57:36.520"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.540" starttime="20181222 07:57:36.513"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.541" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:36.541" starttime="20181222 07:57:36.541"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.542" starttime="20181222 07:57:36.542"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.542" starttime="20181222 07:57:36.542"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.544" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 07:57:36.544" starttime="20181222 07:57:36.542"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.555" 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    inet6 fe80::288:eff:fe78:49c6/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.21/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::288:eff:fe78:49c6/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:2eff:fe23:f3dd/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::548c:93ff:fe36:3694/64 scope link \       valid_lft forever preferred_lft forever
10: tap3a9cee45-cf    inet6 fe80::fc16:3eff:fedb:fe2/64 scope link \       valid_lft forever preferred_lft forever
11: taped11b5b7-42    inet6 fe80::fc16:3eff:fe4a:e251/64 scope link \       valid_lft forever preferred_lft forever
12: tapf8099b3d-04    inet6 fe80::fc16:3eff:fe1e:1cf5/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.555" 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    inet6 fe80::288:ef...</msg>
<status status="PASS" endtime="20181222 07:57:36.555" starttime="20181222 07:57:36.545"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.555" starttime="20181222 07:57:36.540"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.556" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 07:57:36.556" starttime="20181222 07:57:36.556"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.557" starttime="20181222 07:57:36.556"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.557" starttime="20181222 07:57:36.557"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.558" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 07:57:36.558" starttime="20181222 07:57:36.557"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.565" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.21 
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.565" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 07:57:36.565" starttime="20181222 07:57:36.559"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.566" starttime="20181222 07:57:36.555"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.567" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 07:57:36.567" starttime="20181222 07:57:36.566"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.567" starttime="20181222 07:57:36.567"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.567" starttime="20181222 07:57:36.567"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.569" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 07:57:36.569" starttime="20181222 07:57:36.568"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.674" level="INFO">? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.15) at 00:53:2a:d2:fb:8e [ether] on br-ex
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.674" level="INFO">${output} = ? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [e...</msg>
<status status="PASS" endtime="20181222 07:57:36.674" starttime="20181222 07:57:36.570"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.674" starttime="20181222 07:57:36.566"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.675" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:36.675" starttime="20181222 07:57:36.675"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.676" starttime="20181222 07:57:36.676"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.676" starttime="20181222 07:57:36.676"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.678" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 07:57:36.679" starttime="20181222 07:57:36.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="20181222 07:57:36.682" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.683" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:36.683" starttime="20181222 07:57:36.679"></status>
</kw>
<msg timestamp="20181222 07:57:36.683" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:36.683" starttime="20181222 07:57:36.674"></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="20181222 07:57:36.684" level="INFO">0 lines returned</msg>
<msg timestamp="20181222 07:57:36.684" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:36.684" starttime="20181222 07:57:36.683"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181222 07:57:36.684" starttime="20181222 07:57:36.684"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.685" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:36.685" starttime="20181222 07:57:36.685"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.686" starttime="20181222 07:57:36.686"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.687" starttime="20181222 07:57:36.686"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.688" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 07:57:36.688" starttime="20181222 07:57:36.687"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.755" level="INFO">33f35569-46c6-4971-8228-90d22c203dc2
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        fail_mode: secure
        Port "tun56da96f6079"
            Interface "tun56da96f6079"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.36"}
                error: "could not add network device tun56da96f6079 to ofproto (File exists)"
        Port "tun214059764a9"
            Interface "tun214059764a9"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.36"}
        Port "tap3a9cee45-cf"
            Interface "tap3a9cee45-cf"
        Port "taped11b5b7-42"
            Interface "taped11b5b7-42"
        Port "tun2e4e5b7e21c"
            Interface "tun2e4e5b7e21c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.23"}
                error: "could not add network device tun2e4e5b7e21c to ofproto (File exists)"
        Port "tun41ce5f00c8e"
            Interface "tun41ce5f00c8e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.23"}
        Port "tune2e97121c6e"
            Interface "tune2e97121c6e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.46"}
                error: "could not add network device tune2e97121c6e to ofproto (File exists)"
        Port "tuncda06a2d94c"
            Interface "tuncda06a2d94c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.46"}
        Port br-int
            Interface br-int
                type: internal
        Port "tun7c2adfb4d8e"
            Interface "tun7c2adfb4d8e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.15"}
        Port "tapf8099b3d-04"
            Interface "tapf8099b3d-04"
        Port "tune5a40d192ef"
            Interface "tune5a40d192ef"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.15"}
                error: "could not add network device tune5a40d192ef to ofproto (File exists)"
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    Bridge br-ex
        fail_mode: standalone
        Port "eth0"
            Interface "eth0"
        Port br-ex
            Interface br-ex
                type: internal
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
    ovs_version: "2.9.2"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.755" level="INFO">${output} = 33f35569-46c6-4971-8228-90d22c203dc2
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
 ...</msg>
<status status="PASS" endtime="20181222 07:57:36.755" starttime="20181222 07:57:36.688"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.755" starttime="20181222 07:57:36.685"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.757" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:36.757" starttime="20181222 07:57:36.757"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.757" starttime="20181222 07:57:36.757"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.758" starttime="20181222 07:57:36.758"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.760" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 07:57:36.760" starttime="20181222 07:57:36.758"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.793" level="INFO">_uuid               : 33f35569-46c6-4971-8228-90d22c203dc2
bridges             : [401882a1-3883-42d2-9d72-345e615f423d, 81951951-f340-45ae-af97-1bcdc3c4d7b1]
cur_cfg             : 14
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-novacompute-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-novacompute-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="2a491103-4f22-4eb7-a853-00b75135392d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [08744200-a18e-47f0-90cd-31c12cd83dd9, 17678b09-0b19-468b-94e1-0d8f646c0833, 6ee97dd3-d65e-48b5-a22f-bc12b6255507, 8a60db9c-295d-4647-b2b9-8f0ce3aaace8]
next_cfg            : 14
other_config        : {local_ip="192.0.2.21", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.794" level="INFO">${output} = _uuid               : 33f35569-46c6-4971-8228-90d22c203dc2
bridges             : [401882a1-3883-42d2-9d72-345e615f423d, 81951951-f340-45ae-af97-1bcdc3c4d7b1]
cur_cfg             : 14
datapath_types...</msg>
<status status="PASS" endtime="20181222 07:57:36.794" starttime="20181222 07:57:36.761"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.794" starttime="20181222 07:57:36.756"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.796" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.796" starttime="20181222 07:57:36.795"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.796" starttime="20181222 07:57:36.796"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.797" starttime="20181222 07:57:36.796"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.799" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.799" starttime="20181222 07:57:36.797"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:36.829" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000010dbd9bded17
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:12:25:ac:d5:14:df
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun214059764a9): addr:8e:9b:71:ef:4e:84
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tuncda06a2d94c): addr:fe:dd:88:14:87:16
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun7c2adfb4d8e): addr:f2:97:2b:b4:98:27
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun41ce5f00c8e): addr:9e:89:d0:4c:ae:aa
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tap3a9cee45-cf): addr:fe:16:3e:db:0f:e2
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 7(taped11b5b7-42): addr:fe:16:3e:4a:e2:51
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 26(tapf8099b3d-04): addr:fe:16:3e:1e:1c:f5
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:10:db:d9:bd:ed:17
     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-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:36.829" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000010dbd9bded17
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="20181222 07:57:36.829" starttime="20181222 07:57:36.799"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:36.829" starttime="20181222 07:57:36.794"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.831" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:36.831" starttime="20181222 07:57:36.830"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:36.831" starttime="20181222 07:57:36.831"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:36.832" starttime="20181222 07:57:36.832"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:36.834" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 07:57:36.834" starttime="20181222 07:57:36.832"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:39.054" level="INFO">cookie=0x8000000, duration=270.435s, table=0, n_packets=147, n_bytes=13568, priority=4,in_port="tap3a9cee45-cf",vlan_tci=0x0000/0x1fff actions=write_metadata:0x260000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=270.296s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x270000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=270.233s, table=0, n_packets=112, n_bytes=11913, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x33370000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=252.008s, table=0, n_packets=139, n_bytes=11952, priority=4,in_port="taped11b5b7-42",vlan_tci=0x0000/0x1fff actions=write_metadata:0x290000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=242.435s, table=0, n_packets=140, n_bytes=11994, priority=4,in_port="tapf8099b3d-04",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2a0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=708.274s, table=0, n_packets=814, n_bytes=54268, priority=5,in_port=tun214059764a9 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=707.936s, table=0, n_packets=808, n_bytes=53328, priority=5,in_port=tuncda06a2d94c actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=706.108s, table=0, n_packets=808, n_bytes=53328, priority=5,in_port=tun7c2adfb4d8e actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=705.997s, table=0, n_packets=945, n_bytes=68553, priority=5,in_port=tun41ce5f00c8e actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6900000, duration=269.401s, table=17, n_packets=147, n_bytes=13568, priority=10,metadata=0x260000000000/0xffffff0000000000 actions=write_metadata:0xb000260000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=269.401s, table=17, n_packets=145, n_bytes=13388, priority=10,metadata=0xb000260000000000/0xffffff0000000000 actions=load:0x26-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000261772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=269.398s, table=17, n_packets=111, n_bytes=11867, priority=10,metadata=0x33370000000000/0xffffff0000000000 actions=load:0x3337-&gt;NXM_NX_REG1[0..19],load:0x1772-&gt;NXM_NX_REG7[0..15],write_metadata:0xc033371772000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=249.535s, table=17, n_packets=137, n_bytes=11772, priority=10,metadata=0xb000290000000000/0xffffff0000000000 actions=load:0x29-&gt;NXM_NX_REG1[0..19],load:0x1773-&gt;NXM_NX_REG7[0..15],write_metadata:0xc000291773000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=249.535s, table=17, n_packets=139, n_bytes=11952, priority=10,metadata=0x290000000000/0xffffff0000000000 actions=write_metadata:0xb000290000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x6900000, duration=242.187s, table=17, n_packets=140, n_bytes=11994, priority=10,metadata=0x2a0000000000/0xffffff0000000000 actions=write_metadata:0xb0002a0000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=242.187s, table=17, n_packets=138, n_bytes=11814, priority=10,metadata=0xb0002a0000000000/0xffffff0000000000 actions=load:0x2a-&gt;NXM_NX_REG1[0..19],load:0x1773-&gt;NXM_NX_REG7[0..15],write_metadata:0xc0002a1773000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=708.274s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=707.392s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=707.392s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=707.392s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=707.392s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=566.366s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=566.366s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=707.392s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=707.392s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=707.392s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=707.392s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001773, duration=249.795s, table=36, n_packets=145, n_bytes=16293, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x9051773, duration=251.994s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x15 actions=write_metadata:0x1773000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=705.591s, table=43, n_packets=6, n_bytes=264, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=705.502s, table=43, n_packets=96, n_bytes=4068, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=707.392s, table=43, n_packets=435, n_bytes=44761, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=708.274s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=705.591s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=705.591s, table=48, n_packets=68, n_bytes=2888, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=707.392s, table=48, n_packets=469, n_bytes=46205, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051772, duration=269.433s, table=50, n_packets=145, n_bytes=13388, priority=20,metadata=0x261772000000/0xfffffffff000000,dl_src=fa:16:3e:db:0f:e2 actions=goto_table:51
 cookie=0x8051772, duration=268.956s, table=50, n_packets=7, n_bytes=378, idle_timeout=300, send_flow_rem priority=20,metadata=0x33371772000000/0xfffffffff000000,dl_src=fa:16:3e:1b:45:25 actions=goto_table:51
 cookie=0x8051772, duration=261.949s, table=50, n_packets=72, n_bytes=7580, idle_timeout=300, send_flow_rem priority=20,metadata=0x33371772000000/0xfffffffff000000,dl_src=fa:16:3e:53:96:ea actions=goto_table:51
 cookie=0x8051772, duration=261.912s, table=50, n_packets=13, n_bytes=1136, idle_timeout=300, send_flow_rem priority=20,metadata=0x33371772000000/0xfffffffff000000,dl_src=fa:16:3e:1a:ce:41 actions=goto_table:51
 cookie=0x8051772, duration=261.877s, table=50, n_packets=13, n_bytes=1136, idle_timeout=300, send_flow_rem priority=20,metadata=0x33371772000000/0xfffffffff000000,dl_src=fa:16:3e:07:fe:e5 actions=goto_table:51
 cookie=0x8051773, duration=249.795s, table=50, n_packets=137, n_bytes=11772, priority=20,metadata=0x291773000000/0xfffffffff000000,dl_src=fa:16:3e:4a:e2:51 actions=goto_table:51
 cookie=0x8051773, duration=242.229s, table=50, n_packets=138, n_bytes=11814, priority=20,metadata=0x2a1773000000/0xfffffffff000000,dl_src=fa:16:3e:1e:1c:f5 actions=goto_table:51
 cookie=0x8050001, duration=707.392s, table=50, n_packets=2, n_bytes=445, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=707.392s, table=50, n_packets=5, n_bytes=1234, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031771, duration=551.690s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=269.433s, table=51, n_packets=103, n_bytes=11443, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:db:0f:e2 actions=load:0x2600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=269.433s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1d:41:54 actions=drop
 cookie=0x8031772, duration=268.956s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1b:45:25 actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=261.949s, table=51, n_packets=103, n_bytes=9836, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:53:96:ea actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=261.912s, table=51, n_packets=12, n_bytes=1042, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:1a:ce:41 actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031772, duration=261.877s, table=51, n_packets=12, n_bytes=1042, priority=20,metadata=0x1772000000/0xffff000000,dl_dst=fa:16:3e:07:fe:e5 actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=249.795s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:5d:7e actions=drop
 cookie=0x8031773, duration=249.795s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:76:93:8e actions=drop
 cookie=0x8031773, duration=249.793s, table=51, n_packets=195, n_bytes=18802, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:09:4d:25 actions=set_field:0x15-&gt;tun_id,load:0xb00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=249.793s, table=51, n_packets=70, n_bytes=7725, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:4a:e2:51 actions=load:0x2900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=249.793s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:d7:6f:36 actions=set_field:0x15-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031773, duration=242.229s, table=51, n_packets=71, n_bytes=7764, priority=20,metadata=0x1773000000/0xffff000000,dl_dst=fa:16:3e:1e:1c:f5 actions=load:0x2a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=707.392s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=707.392s, table=51, n_packets=116, n_bytes=7732, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=269.433s, table=52, n_packets=8, n_bytes=424, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=269.433s, table=52, n_packets=18, n_bytes=1468, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8701773, duration=249.795s, table=52, n_packets=4, n_bytes=804, priority=5,metadata=0x1773000001/0xffff000001 actions=write_actions(group:212005)
 cookie=0x8701773, duration=249.795s, table=52, n_packets=80, n_bytes=4784, priority=5,metadata=0x1773000000/0xffff000001 actions=write_actions(group:212006)
 cookie=0x8803337, duration=269.433s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3337,metadata=0x33370000000000/0xfffff0000000000 actions=drop
 cookie=0x8800026, duration=269.433s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x26,metadata=0x260000000000/0xfffff0000000000 actions=drop
 cookie=0x8800029, duration=249.793s, table=55, n_packets=40, n_bytes=2392, priority=10,tun_id=0x29,metadata=0x290000000000/0xfffff0000000000 actions=drop
 cookie=0x880002a, duration=242.229s, table=55, n_packets=40, n_bytes=2392, priority=10,tun_id=0x2a,metadata=0x2a0000000000/0xfffff0000000000 actions=drop
 cookie=0x8803337, duration=269.433s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3337 actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800026, duration=269.427s, table=55, n_packets=8, n_bytes=424, priority=9,tun_id=0x26 actions=load:0x2600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800029, duration=249.793s, table=55, n_packets=44, n_bytes=3196, priority=9,tun_id=0x29 actions=load:0x2900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002a, duration=242.229s, table=55, n_packets=39, n_bytes=2330, priority=9,tun_id=0x2a actions=load:0x2a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=708.274s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=707.391s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=707.392s, table=81, n_packets=96, n_bytes=4068, priority=0 actions=drop
 cookie=0x4000001, duration=708.274s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=705.887s, table=195, n_packets=34, n_bytes=1444, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=270.207s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x260000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x260000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x260000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x290000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x290000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x290000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=242.309s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x2a0000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x2a0000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x2a0000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2,arp_spa=21.0.0.222,arp_sha=fa:16:3e:db:0f:e2 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=34, n_bytes=1428, priority=63010,arp,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51,arp_spa=22.0.0.103,arp_sha=fa:16:3e:4a:e2:51 actions=resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=210, n_packets=35, n_bytes=1470, priority=63010,arp,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5,arp_spa=22.0.0.71,arp_sha=fa:16:3e:1e:1c:f5 actions=resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=242.309s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=242.309s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=707.392s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=270.207s, table=210, n_packets=124, n_bytes=11794, priority=61010,ip,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2,nw_src=21.0.0.222 actions=goto_table:211
 cookie=0x6900000, duration=251.700s, table=210, n_packets=97, n_bytes=9380, priority=61010,ip,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51,nw_src=22.0.0.103 actions=goto_table:211
 cookie=0x6900000, duration=242.308s, table=210, n_packets=97, n_bytes=9380, priority=61010,ip,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5,nw_src=22.0.0.71 actions=goto_table:211
 cookie=0x6900000, duration=270.207s, table=210, n_packets=0, n_bytes=0, priority=61010,ipv6,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2,ipv6_src=fe80::f816:3eff:fedb:fe2 actions=goto_table:211
 cookie=0x6900000, duration=251.700s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51,ipv6_src=fe80::f816:3eff:fe4a:e251 actions=goto_table:211
 cookie=0x6900000, duration=242.309s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5,ipv6_src=fe80::f816:3eff:fe1e:1cf5 actions=goto_table:211
 cookie=0x6900000, duration=270.207s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x260000000000/0xfffff0000000000,dl_src=fa:16:3e:db:0f:e2 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x290000000000/0xfffff0000000000,dl_src=fa:16:3e:4a:e2:51 actions=resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x2a0000000000/0xfffff0000000000,dl_src=fa:16:3e:1e:1c:f5 actions=resubmit(,17)
 cookie=0x6900000, duration=707.392s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=707.392s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=271, n_bytes=26234, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=22, n_bytes=1870, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=25, n_bytes=2450, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=707.392s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=270.207s, table=212, n_packets=124, n_bytes=11794, priority=100,ip,metadata=0x260000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=270.207s, table=212, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x260000000000/0xfffff0000000000 actions=ct(table=213,zone=6002)
 cookie=0x6900000, duration=251.700s, table=212, n_packets=97, n_bytes=9380, priority=100,ip,metadata=0x290000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=251.700s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x290000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=242.309s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x2a0000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=242.309s, table=212, n_packets=97, n_bytes=9380, priority=100,ip,metadata=0x2a0000000000/0xfffff0000000000 actions=ct(table=213,zone=6003)
 cookie=0x6900000, duration=707.392s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=707.392s, table=213, n_packets=320, n_bytes=30734, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=707.392s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=707.392s, table=214, n_packets=245, n_bytes=24790, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=707.392s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x260006900001, duration=270.207s, table=214, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,metadata=0x260000000000/0xfffff0000000000 actions=drop
 cookie=0x290006900001, duration=251.700s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x290000000000/0xfffff0000000000 actions=drop
 cookie=0x2a0006900001, duration=242.308s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x2a0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=270.207s, table=214, n_packets=3, n_bytes=294, priority=2999,icmp,metadata=0x260000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=270.207s, table=214, n_packets=16, n_bytes=1184, priority=2999,tcp,metadata=0x260000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=270.207s, table=214, n_packets=18, n_bytes=1530, priority=2999,udp,metadata=0x260000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=251.700s, table=214, n_packets=15, n_bytes=1110, priority=2999,tcp,metadata=0x290000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=251.700s, table=214, n_packets=2, n_bytes=170, priority=2999,udp,metadata=0x290000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=251.700s, table=214, n_packets=1, n_bytes=98, priority=2999,icmp,metadata=0x290000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=242.308s, table=214, n_packets=2, n_bytes=170, priority=2999,udp,metadata=0x2a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=242.308s, table=214, n_packets=1, n_bytes=98, priority=2999,icmp,metadata=0x2a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=242.308s, table=214, n_packets=15, n_bytes=1110, priority=2999,tcp,metadata=0x2a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=270.207s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x260000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=270.207s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x260000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=251.700s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x290000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=251.700s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x290000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=242.308s, table=214, n_packets=0, n_bytes=0, priority=2999,ipv6,metadata=0x2a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=242.308s, table=214, n_packets=0, n_bytes=0, priority=2999,ip,metadata=0x2a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x260006900001, duration=270.207s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x260000000000/0xfffff0000000000 actions=drop
 cookie=0x290006900001, duration=251.700s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x290000000000/0xfffff0000000000 actions=drop
 cookie=0x2a0006900001, duration=242.308s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x2a0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=707.392s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=707.392s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=707.392s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x260006900001, duration=270.207s, table=217, n_packets=2, n_bytes=180, priority=62020,metadata=0x260000000004/0xfffff0000000004 actions=drop
 cookie=0x290006900001, duration=251.700s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x290000000004/0xfffff0000000004 actions=drop
 cookie=0x2a0006900001, duration=242.308s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x2a0000000004/0xfffff0000000004 actions=drop
 cookie=0x6900000, duration=707.392s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=270.207s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x260000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=217, n_packets=37, n_bytes=3008, priority=100,ip,metadata=0x260000000000/0xfffff0000000002 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x290000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=217, n_packets=18, n_bytes=1378, priority=100,ip,metadata=0x290000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=217, n_packets=18, n_bytes=1378, priority=100,ip,metadata=0x2a0000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x2a0000000000/0xfffff0000000002 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=270.207s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x260000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=251.700s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x290000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=242.308s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x2a0000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=707.392s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=270.135s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=270.109s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=705.591s, table=220, n_packets=80, n_bytes=4784, priority=9,reg6=0x100 actions=output:tun214059764a9
 cookie=0x8000007, duration=703.839s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:tuncda06a2d94c
 cookie=0x8000007, duration=701.257s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:tun7c2adfb4d8e
 cookie=0x8000007, duration=700.886s, table=220, n_packets=275, n_bytes=23586, priority=9,reg6=0xb00 actions=output:tun41ce5f00c8e
 cookie=0x8000007, duration=270.176s, table=220, n_packets=109, n_bytes=11347, priority=9,reg6=0x90002600 actions=output:"tap3a9cee45-cf"
 cookie=0x6900000, duration=270.176s, table=220, n_packets=111, n_bytes=11867, priority=6,reg6=0x2600 actions=load:0x90002600-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=270.135s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2700 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=270.109s, table=220, n_packets=144, n_bytes=13314, priority=9,reg6=0x333700 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=251.700s, table=220, n_packets=114, n_bytes=10921, priority=6,reg6=0x2900 actions=load:0x90002900-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=251.700s, table=220, n_packets=109, n_bytes=10571, priority=9,reg6=0x90002900 actions=output:"taped11b5b7-42"
 cookie=0x6900000, duration=242.259s, table=220, n_packets=110, n_bytes=10094, priority=6,reg6=0x2a00 actions=load:0x90002a00-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=242.259s, table=220, n_packets=106, n_bytes=9814, priority=9,reg6=0x90002a00 actions=output:"tapf8099b3d-04"
 cookie=0x6900000, duration=707.391s, table=239, n_packets=12, n_bytes=856, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=707.391s, table=239, n_packets=241, n_bytes=28534, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=707.391s, table=239, n_packets=82, n_bytes=3492, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2600/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=240, n_packets=4, n_bytes=1545, priority=63010,udp,reg6=0x2600/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2600/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2600/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2600/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=1, n_bytes=78, priority=63010,icmp6,reg6=0x2900/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=2, n_bytes=773, priority=63010,udp,reg6=0x2900/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2900/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2900/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2900/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2a00/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2a00/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2a00/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2a00/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=2, n_bytes=772, priority=63010,udp,reg6=0x2a00/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=240, n_packets=12, n_bytes=552, priority=63010,arp,reg6=0x2600/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=251.864s, table=240, n_packets=35, n_bytes=1470, priority=63010,arp,reg6=0x2900/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=240, n_packets=35, n_bytes=1470, priority=63010,arp,reg6=0x2a00/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=707.391s, table=240, n_packets=6, n_bytes=2004, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=270.321s, table=240, n_packets=93, n_bytes=9622, priority=61010,ip,reg6=0x2600/0xfffff00,dl_dst=fa:16:3e:db:0f:e2,nw_dst=21.0.0.222 actions=goto_table:241
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2600/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=21.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=251.864s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2900/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=22.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=251.864s, table=240, n_packets=67, n_bytes=6910, priority=61010,ip,reg6=0x2900/0xfffff00,dl_dst=fa:16:3e:4a:e2:51,nw_dst=22.0.0.103 actions=goto_table:241
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2a00/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=22.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=242.381s, table=240, n_packets=67, n_bytes=6908, priority=61010,ip,reg6=0x2a00/0xfffff00,dl_dst=fa:16:3e:1e:1c:f5,nw_dst=22.0.0.71 actions=goto_table:241
 cookie=0x6900000, duration=270.321s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2600/0xfffff00,dl_dst=fa:16:3e:db:0f:e2,ipv6_dst=fe80::f816:3eff:fedb:fe2 actions=goto_table:241
 cookie=0x6900000, duration=251.864s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2900/0xfffff00,dl_dst=fa:16:3e:4a:e2:51,ipv6_dst=fe80::f816:3eff:fe4a:e251 actions=goto_table:241
 cookie=0x6900000, duration=242.381s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2a00/0xfffff00,dl_dst=fa:16:3e:1e:1c:f5,ipv6_dst=fe80::f816:3eff:fe1e:1cf5 actions=goto_table:241
 cookie=0x6900000, duration=707.391s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=707.391s, table=240, n_packets=11, n_bytes=778, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=707.391s, table=241, n_packets=180, n_bytes=18988, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=28, n_bytes=3946, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=25, n_bytes=2510, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=707.391s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=270.321s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2600/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=270.321s, table=242, n_packets=93, n_bytes=9622, priority=100,ip,reg6=0x2600/0xfffff00 actions=ct(table=243,zone=6002)
 cookie=0x6900000, duration=251.865s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2900/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=251.865s, table=242, n_packets=71, n_bytes=8250, priority=100,ip,reg6=0x2900/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=242.381s, table=242, n_packets=69, n_bytes=7572, priority=100,ip,reg6=0x2a00/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=242.381s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2a00/0xfffff00 actions=ct(table=243,zone=6003)
 cookie=0x6900000, duration=707.392s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=707.392s, table=243, n_packets=233, n_bytes=25072, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=707.392s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=707.392s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=707.392s, table=244, n_packets=227, n_bytes=23068, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x260006900001, duration=270.321s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2600/0xfffff00 actions=drop
 cookie=0x290006900001, duration=251.865s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2900/0xfffff00 actions=drop
 cookie=0x2a0006900001, duration=242.382s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2a00/0xfffff00 actions=drop
 cookie=0x6900000, duration=270.321s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=270.321s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=270.321s, table=244, n_packets=0, n_bytes=0, priority=2999,udp,reg6=0x2600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=251.865s, table=244, n_packets=4, n_bytes=1340, priority=2999,udp,reg6=0x2900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=251.865s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=251.865s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=242.382s, table=244, n_packets=0, n_bytes=0, priority=2999,icmp,reg6=0x2a00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=242.382s, table=244, n_packets=2, n_bytes=664, priority=2999,udp,reg6=0x2a00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=242.382s, table=244, n_packets=0, n_bytes=0, priority=2999,tcp,reg6=0x2a00/0xfffff00 actions=goto_table:247
 cookie=0x260006900001, duration=270.321s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2600/0xfffff00 actions=drop
 cookie=0x290006900001, duration=251.865s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2900/0xfffff00 actions=drop
 cookie=0x2a0006900001, duration=242.382s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2a00/0xfffff00 actions=drop
 cookie=0x6900000, duration=707.392s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=707.392s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=707.392s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x260006900001, duration=270.321s, table=247, n_packets=2, n_bytes=148, priority=62020,reg6=0x2600/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x290006900001, duration=251.865s, table=247, n_packets=5, n_bytes=350, priority=62020,reg6=0x2900/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x2a0006900001, duration=242.381s, table=247, n_packets=4, n_bytes=280, priority=62020,reg6=0x2a00/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=707.392s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=270.321s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x2600/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2600/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6002,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=251.865s, table=247, n_packets=4, n_bytes=1340, priority=100,ip,reg6=0x2900/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=251.865s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2900/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=247, n_packets=2, n_bytes=664, priority=100,ip,reg6=0x2a00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2a00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=6003,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=270.321s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2600/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=251.865s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2900/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=242.381s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2a00/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=707.392s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:39.055" level="INFO">${output} =  cookie=0x8000000, duration=270.435s, table=0, n_packets=147, n_bytes=13568, priority=4,in_port="tap3a9cee45-cf",vlan_tci=0x0000/0x1fff actions=write_metadata:0x260000000000/0xffffff0000000001,goto_ta...</msg>
<status status="PASS" endtime="20181222 07:57:39.055" starttime="20181222 07:57:36.835"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.056" starttime="20181222 07:57:36.830"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.059" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:39.059" starttime="20181222 07:57:39.058"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:39.060" starttime="20181222 07:57:39.059"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:39.060" starttime="20181222 07:57:39.060"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.063" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181222 07:57:39.064" starttime="20181222 07:57:39.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="20181222 07:57:39.087" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all,bucket=actions=set_field:0x26-&gt;tun_id,resubmit(,55)
 group_id=212006,type=all,bucket=actions=group:212005,bucket=actions=set_field:0x15-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x15-&gt;tun_id,load:0xb00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212005,type=all,bucket=actions=set_field:0x29-&gt;tun_id,resubmit(,55),bucket=actions=set_field:0x2a-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:39.087" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all,bucket=actions=se...</msg>
<status status="PASS" endtime="20181222 07:57:39.087" starttime="20181222 07:57:39.064"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.087" starttime="20181222 07:57:39.057"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.090" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:39.090" starttime="20181222 07:57:39.088"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:39.090" starttime="20181222 07:57:39.090"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 07:57:39.091" starttime="20181222 07:57:39.090"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.093" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181222 07:57:39.093" starttime="20181222 07:57:39.091"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 07:57:39.116" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=212004,duration=272.062s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468,bucket1:packet_count=18,byte_count=1468
 group_id=212003,duration=272.062s,ref_count=1,packet_count=26,byte_count=1892,bucket0:packet_count=26,byte_count=1892
 group_id=212006,duration=253.350s,ref_count=1,packet_count=80,byte_count=4784,bucket0:packet_count=80,byte_count=4784,bucket1:packet_count=80,byte_count=4784,bucket2:packet_count=80,byte_count=4784
 group_id=5500,duration=707.849s,ref_count=1,packet_count=96,byte_count=4068,bucket0:packet_count=96,byte_count=4068
 group_id=212005,duration=253.350s,ref_count=1,packet_count=79,byte_count=4722,bucket0:packet_count=79,byte_count=4722,bucket1:packet_count=79,byte_count=4722
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 07:57:39.117" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=212004,duration=272.062s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468,bucket1:packet_count=18,byte_count=1468
 g...</msg>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:39.093"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:39.088"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:36.512"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:36.512"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:33.461"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.117" starttime="20181222 07:57:33.461"></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="20181222 07:57:39.129" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.38:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac20a250&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 07:57:39.129" starttime="20181222 07:57:39.128"></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="20181222 07:57:39.147" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.148" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.148" starttime="20181222 07:57:39.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="20181222 07:57:39.149" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.149" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.149" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.149" starttime="20181222 07:57:39.148"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.150" starttime="20181222 07:57:39.149"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.150" starttime="20181222 07:57:39.129"></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="20181222 07:57:39.160" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.160" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.160" starttime="20181222 07:57:39.150"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.162" 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":6000,"mac-timeout":300},{"elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","segmentation-id":21,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":6003,"mac-timeout":300},{"elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","physical-network-name":"datacentre","segmentation-id":1121,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":6002,"mac-timeout":300}]}} </msg>
<msg timestamp="20181222 07:57:39.162" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.162" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 6000,
                "exte...</msg>
<status status="PASS" endtime="20181222 07:57:39.162" starttime="20181222 07:57:39.161"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.163" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 6000,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "elan-tag": 6003,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 21
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "elan-tag": 6002,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1121
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.163" starttime="20181222 07:57:39.163"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.163" starttime="20181222 07:57:39.150"></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="20181222 07:57:39.181" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.181" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.181" starttime="20181222 07:57:39.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="20181222 07:57:39.183" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"128470671326236:br-ex-patch:1121","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"},{"name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:76:93:8e","ip-prefix":"22.0.0.3"}]},{"name":"194174214523536:br-ex-patch:1121","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"},{"name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:76:5d:7e","ip-prefix":"22.0.0.2"}]},{"name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:53:96:ea","ip-prefix":"21.0.0.3"}]},{"name":"15539c19-d826-42eb-b384-3f75fb175162","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:1b:45:25","ip-prefix":"21.0.0.160"}]},{"name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:1d:41:54","ip-prefix":"21.0.0.127"}]},{"name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:db:0f:e2","ip-prefix":"21.0.0.222"}]},{"name":"370fd344-5fd1-4696-9a07-8327a05474c4","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:d7:6f:36","ip-prefix":"22.0.0.170"}]},{"name":"ed11b5b7-4228-423a-b5be-507259737160","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:4a:e2:51","ip-prefix":"22.0.0.103"}]},{"name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:09:4d:25","ip-prefix":"22.0.0.4"}]},{"name":"162795856468502:br-ex-patch:1121","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"},{"name":"06c0648a-9238-4cf2-b850-d0a1c123b361","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:07:fe:e5","ip-prefix":"21.0.0.2"}]},{"name":"80035509521015:br-ex-patch:1121","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"},{"name":"18536436985111:br-ex-patch:1121","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"},{"name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","static-mac-entries":[{"mac-address":"fa:16:3e:1e:1c:f5","ip-prefix":"22.0.0.71"}]},{"name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","static-mac-entries":[{"mac-address":"fa:16:3e:1a:ce:41","ip-prefix":"21.0.0.4"}]}]}} </msg>
<msg timestamp="20181222 07:57:39.183" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.184" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "128470671326236:br-ex-patch:...</msg>
<status status="PASS" endtime="20181222 07:57:39.184" starttime="20181222 07:57:39.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="20181222 07:57:39.184" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "128470671326236:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.3",
                        "mac-address": "fa:16:3e:76:93:8e"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "194174214523536:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.2",
                        "mac-address": "fa:16:3e:76:5d:7e"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.3",
                        "mac-address": "fa:16:3e:53:96:ea"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "15539c19-d826-42eb-b384-3f75fb175162",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.160",
                        "mac-address": "fa:16:3e:1b:45:25"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.127",
                        "mac-address": "fa:16:3e:1d:41:54"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.222",
                        "mac-address": "fa:16:3e:db:0f:e2"
                    }
                ]
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.170",
                        "mac-address": "fa:16:3e:d7:6f:36"
                    }
                ]
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "ed11b5b7-4228-423a-b5be-507259737160",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.103",
                        "mac-address": "fa:16:3e:4a:e2:51"
                    }
                ]
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.4",
                        "mac-address": "fa:16:3e:09:4d:25"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "162795856468502:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.2",
                        "mac-address": "fa:16:3e:07:fe:e5"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "80035509521015:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "18536436985111:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.71",
                        "mac-address": "fa:16:3e:1e:1c:f5"
                    }
                ]
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.4",
                        "mac-address": "fa:16:3e:1a:ce:41"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.184" starttime="20181222 07:57:39.184"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.184" starttime="20181222 07:57:39.163"></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="20181222 07:57:39.207" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.207" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.207" starttime="20181222 07:57:39.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="20181222 07:57:39.212" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"snatGroupIdPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":230000,"cursor":230001,"end":232499},"block-size":2500},{"pool-name":"RouteDistinguisherPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"interfaces.-1073741289","last-access-time":1545465186},{"child-pool-name":"interfaces.-1073741266","last-access-time":1545465214},{"child-pool-name":"interfaces.-1073741297","last-access-time":1545464230}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553,"id-entries":[{"id-key":"tun5dab709ae7e","id-value":[3]},{"id-key":"18536436985111:br-ex-patch:1121","id-value":[13111]},{"id-key":"tunb7e4b3b33f6","id-value":[6]},{"id-key":"tun7c2adfb4d8e","id-value":[9]},{"id-key":"f8099b3d-044f-4969-af22-c79fe84c8eb7","id-value":[42]},{"id-key":"tun434623c4cec","id-value":[19]},{"id-key":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","id-value":[30]},{"id-key":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","id-value":[32]},{"id-key":"tun142c14601dd","id-value":[12]},{"id-key":"tun1b03ffe1e1e","id-value":[20]},{"id-key":"tun41ce5f00c8e","id-value":[11]},{"id-key":"162795856468502:br-ex-patch:trunk","id-value":[36]},{"id-key":"tun495c4e9bfba","id-value":[7]},{"id-key":"70a834e8-fa80-4774-b7f8-43fe564ffd07","id-value":[33]},{"id-key":"tunc001a0f04f5","id-value":[16]},{"id-key":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","id-value":[28]},{"id-key":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","id-value":[38]},{"id-key":"18536436985111:br-ex-patch:trunk","id-value":[39]},{"id-key":"tunf128d08df5b","id-value":[17]},{"id-key":"tunc2ae3f10b8d","id-value":[15]},{"id-key":"80035509521015:br-ex-patch:trunk","id-value":[27]},{"id-key":"06c0648a-9238-4cf2-b850-d0a1c123b361","id-value":[26]},{"id-key":"tuncda06a2d94c","id-value":[4]},{"id-key":"tunf0007d8b600","id-value":[14]},{"id-key":"tun214059764a9","id-value":[1]},{"id-key":"15539c19-d826-42eb-b384-3f75fb175162","id-value":[37]},{"id-key":"370fd344-5fd1-4696-9a07-8327a05474c4","id-value":[40]},{"id-key":"162795856468502:br-ex-patch:1121","id-value":[13110]},{"id-key":"ed11b5b7-4228-423a-b5be-507259737160","id-value":[41]},{"id-key":"80035509521015:br-ex-patch:1121","id-value":[13107]},{"id-key":"tun9ec20f827f9","id-value":[18]},{"id-key":"tun25ad0ecff7f","id-value":[10]},{"id-key":"194174214523536:br-ex-patch:1121","id-value":[13109]},{"id-key":"128470671326236:br-ex-patch:1121","id-value":[13108]},{"id-key":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","id-value":[35]},{"id-key":"tun131cf19c31c","id-value":[8]},{"id-key":"tun4c2d349f04c","id-value":[5]},{"id-key":"128470671326236:br-ex-patch:trunk","id-value":[29]},{"id-key":"194174214523536:br-ex-patch:trunk","id-value":[31]},{"id-key":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","id-value":[34]},{"id-key":"tun14aa3b718ec","id-value":[13]},{"id-key":"tun1ffb9c80c23","id-value":[2]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741266","last-access-time":1545464233},{"child-pool-name":"nextHopPointerPool.-1073741289","last-access-time":1545464234},{"child-pool-name":"nextHopPointerPool.-1073741297","last-access-time":1545464234}],"available-ids-holder":{"start":150000,"cursor":157499,"end":175000},"block-size":2500},{"pool-name":"nextHopPointerPool.-1073741266","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":"elan.ids.pool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5500,"cursor":5500,"end":5999},"block-size":500},{"pool-name":"nextHopPointerPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":155000,"cursor":154999,"end":157499},"block-size":2500},{"pool-name":"vpnservices.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":106000,"cursor":106002,"end":108999},"block-size":3000},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741266","last-access-time":1545464237},{"child-pool-name":"snatGroupIdPool.-1073741289","last-access-time":1545465116},{"child-pool-name":"snatGroupIdPool.-1073741297","last-access-time":1545464238}],"available-ids-holder":{"start":225000,"cursor":232499,"end":250000},"block-size":2500,"id-entries":[{"id-key":"snatmiss.efaf0f42-1e23-4906-a1db-f5def9de0dac","id-value":[230000]},{"id-key":"snatmiss.875532d5-6337-4281-9de3-111790967d92","id-value":[230001]}]},{"pool-name":"vpnservices.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":99999,"end":102999},"block-size":3000},{"pool-name":"lporttag.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":180000,"cursor":179999,"end":189998},"block-size":9999},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"lporttag.-1073741289","last-access-time":1545464236},{"child-pool-name":"lporttag.-1073741297","last-access-time":1545464235},{"child-pool-name":"lporttag.-1073741266","last-access-time":1545464234}],"available-ids-holder":{"start":170001,"cursor":199997,"end":270000},"block-size":9999},{"pool-name":"aliveness-monitor.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":2,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":0,"end":999},"block-size":999},{"pool-name":"ACL-TAG-POOL.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1000,"cursor":1001,"end":1998},"block-size":999},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741266","last-access-time":1545464235}],"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]},{"id-key":"2.120000.4.Ipv6Nd.","id-value":[2]}]},{"pool-name":"Itmservices.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":10000,"cursor":9999,"end":19998},"block-size":9999},{"pool-name":"snatGroupIdPool.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":224999,"end":227499},"block-size":2500},{"pool-name":"interfaces.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":13107,"cursor":13111,"end":19659},"block-size":6553},{"pool-name":"interfaces.-1073741266","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465108,"id":21},{"ready-time-sec":1545465108,"id":22},{"ready-time-sec":1545465108,"id":23},{"ready-time-sec":1545465108,"id":24},{"ready-time-sec":1545465108,"id":25}],"available-id-count":5,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":42,"end":6553},"block-size":6553},{"pool-name":"vpnservices.-1073741297","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465104,"id":106001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":103000,"cursor":102999,"end":105999},"block-size":3000},{"pool-name":"RouteDistinguisherPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":13107,"cursor":13106,"end":19659},"block-size":6553},{"pool-name":"Itmservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"Itmservices.-1073741266","last-access-time":1545464231},{"child-pool-name":"Itmservices.-1073741289","last-access-time":1545464233},{"child-pool-name":"Itmservices.-1073741297","last-access-time":1545464233}],"available-ids-holder":{"start":1,"cursor":29997,"end":100000},"block-size":9999},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741266","last-access-time":1545464232},{"child-pool-name":"elan.ids.pool.-1073741289","last-access-time":1545465115},{"child-pool-name":"elan.ids.pool.-1073741297","last-access-time":1545464750}],"available-ids-holder":{"start":5000,"cursor":6499,"end":10000},"block-size":500,"id-entries":[{"id-key":"35a392b7-fe37-456b-88d7-72656496677d","id-value":[6003]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[6000]},{"id-key":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","id-value":[6002]},{"id-key":"arp.responder.group.id","id-value":[5500]}]},{"pool-name":"RouteDistinguisherPool.-1073741266","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},{"pool-name":"nextHopPointerPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":152500,"cursor":152499,"end":154999},"block-size":2500},{"pool-name":"lporttag.-1073741266","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":"elan.ids.pool.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":4999,"end":5499},"block-size":500},{"pool-name":"lporttag.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":189999,"cursor":189998,"end":199997},"block-size":9999},{"pool-name":"elan.ids.pool.-1073741289","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465108,"id":6001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":6000,"cursor":6003,"end":6499},"block-size":500},{"pool-name":"Itmservices.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":19999,"cursor":19998,"end":29997},"block-size":9999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741297","last-access-time":1545464237},{"child-pool-name":"RouteDistinguisherPool.-1073741289","last-access-time":1545464237},{"child-pool-name":"RouteDistinguisherPool.-1073741266","last-access-time":1545464236}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"vpnservices.-1073741266","last-access-time":1545464234},{"child-pool-name":"vpnservices.-1073741289","last-access-time":1545464889},{"child-pool-name":"vpnservices.-1073741297","last-access-time":1545465074}],"available-ids-holder":{"start":100000,"cursor":108999,"end":130000},"block-size":3000,"id-entries":[{"id-key":"fabaf5e5-91e8-452d-951f-4a659655a5af","id-value":[106000]},{"id-key":"efaf0f42-1e23-4906-a1db-f5def9de0dac.192.0.2.0/24","id-value":[106002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741266","last-access-time":1545464228}],"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999},{"pool-name":"interfaces.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741297","last-access-time":1545465122},{"child-pool-name":"ACL-TAG-POOL.-1073741289","last-access-time":1545465080},{"child-pool-name":"ACL-TAG-POOL.-1073741266","last-access-time":1545464231}],"available-ids-holder":{"start":1,"cursor":2997,"end":10000},"block-size":999,"id-entries":[{"id-key":"35345925-ed4e-42ca-9aef-f49504fefdcb","id-value":[1999]},{"id-key":"4a2f90af-d183-47be-9bb6-34a424df6ca6","id-value":[1000]},{"id-key":"85374a30-1fb2-4159-9221-eeb3c09bd09d","id-value":[1001]}]},{"pool-name":"snatGroupIdPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":227500,"cursor":227499,"end":229999},"block-size":2500},{"pool-name":"opendaylight-vni-ranges.-1073741266","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":"Itmservices.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":1,"cursor":0,"end":9999},"block-size":9999},{"pool-name":"ACL-TAG-POOL.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1999,"cursor":1999,"end":2997},"block-size":999}]}} </msg>
<msg timestamp="20181222 07:57:39.212" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.213" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 230001,
                    "end": 232499,
                    "start": 2...</msg>
<status status="PASS" endtime="20181222 07:57:39.213" starttime="20181222 07:57:39.208"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.214" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 230001,
                    "end": 232499,
                    "start": 230000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19659,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741289",
                        "last-access-time": 1545465186
                    },
                    {
                        "child-pool-name": "interfaces.-1073741266",
                        "last-access-time": 1545465214
                    },
                    {
                        "child-pool-name": "interfaces.-1073741297",
                        "last-access-time": 1545464230
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "tun5dab709ae7e",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "18536436985111:br-ex-patch:1121",
                        "id-value": [
                            13111
                        ]
                    },
                    {
                        "id-key": "tunb7e4b3b33f6",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "tun7c2adfb4d8e",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "id-value": [
                            42
                        ]
                    },
                    {
                        "id-key": "tun434623c4cec",
                        "id-value": [
                            19
                        ]
                    },
                    {
                        "id-key": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                        "id-value": [
                            30
                        ]
                    },
                    {
                        "id-key": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                        "id-value": [
                            32
                        ]
                    },
                    {
                        "id-key": "tun142c14601dd",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "tun1b03ffe1e1e",
                        "id-value": [
                            20
                        ]
                    },
                    {
                        "id-key": "tun41ce5f00c8e",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "162795856468502:br-ex-patch:trunk",
                        "id-value": [
                            36
                        ]
                    },
                    {
                        "id-key": "tun495c4e9bfba",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                        "id-value": [
                            33
                        ]
                    },
                    {
                        "id-key": "tunc001a0f04f5",
                        "id-value": [
                            16
                        ]
                    },
                    {
                        "id-key": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                        "id-value": [
                            28
                        ]
                    },
                    {
                        "id-key": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "id-value": [
                            38
                        ]
                    },
                    {
                        "id-key": "18536436985111:br-ex-patch:trunk",
                        "id-value": [
                            39
                        ]
                    },
                    {
                        "id-key": "tunf128d08df5b",
                        "id-value": [
                            17
                        ]
                    },
                    {
                        "id-key": "tunc2ae3f10b8d",
                        "id-value": [
                            15
                        ]
                    },
                    {
                        "id-key": "80035509521015:br-ex-patch:trunk",
                        "id-value": [
                            27
                        ]
                    },
                    {
                        "id-key": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                        "id-value": [
                            26
                        ]
                    },
                    {
                        "id-key": "tuncda06a2d94c",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "tunf0007d8b600",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "tun214059764a9",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "15539c19-d826-42eb-b384-3f75fb175162",
                        "id-value": [
                            37
                        ]
                    },
                    {
                        "id-key": "370fd344-5fd1-4696-9a07-8327a05474c4",
                        "id-value": [
                            40
                        ]
                    },
                    {
                        "id-key": "162795856468502:br-ex-patch:1121",
                        "id-value": [
                            13110
                        ]
                    },
                    {
                        "id-key": "ed11b5b7-4228-423a-b5be-507259737160",
                        "id-value": [
                            41
                        ]
                    },
                    {
                        "id-key": "80035509521015:br-ex-patch:1121",
                        "id-value": [
                            13107
                        ]
                    },
                    {
                        "id-key": "tun9ec20f827f9",
                        "id-value": [
                            18
                        ]
                    },
                    {
                        "id-key": "tun25ad0ecff7f",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "194174214523536:br-ex-patch:1121",
                        "id-value": [
                            13109
                        ]
                    },
                    {
                        "id-key": "128470671326236:br-ex-patch:1121",
                        "id-value": [
                            13108
                        ]
                    },
                    {
                        "id-key": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "id-value": [
                            35
                        ]
                    },
                    {
                        "id-key": "tun131cf19c31c",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "tun4c2d349f04c",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "128470671326236:br-ex-patch:trunk",
                        "id-value": [
                            29
                        ]
                    },
                    {
                        "id-key": "194174214523536:br-ex-patch:trunk",
                        "id-value": [
                            31
                        ]
                    },
                    {
                        "id-key": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                        "id-value": [
                            34
                        ]
                    },
                    {
                        "id-key": "tun14aa3b718ec",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "tun1ffb9c80c23",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 157499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741266",
                        "last-access-time": 1545464233
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741289",
                        "last-access-time": 1545464234
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741297",
                        "last-access-time": 1545464234
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5500,
                    "end": 5999,
                    "start": 5500
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 154999,
                    "end": 157499,
                    "start": 155000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 106002,
                    "end": 108999,
                    "start": 106000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 232499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741266",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741289",
                        "last-access-time": 1545465116
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741297",
                        "last-access-time": 1545464238
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.efaf0f42-1e23-4906-a1db-f5def9de0dac",
                        "id-value": [
                            230000
                        ]
                    },
                    {
                        "id-key": "snatmiss.875532d5-6337-4281-9de3-111790967d92",
                        "id-value": [
                            230001
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 99999,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 189998,
                    "start": 180000
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 199997,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741289",
                        "last-access-time": 1545464236
                    },
                    {
                        "child-pool-name": "lporttag.-1073741297",
                        "last-access-time": 1545464235
                    },
                    {
                        "child-pool-name": "lporttag.-1073741266",
                        "last-access-time": 1545464234
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1001,
                    "end": 1998,
                    "start": 1000
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741289",
                "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": "aliveness-monitor.-1073741266",
                        "last-access-time": 1545464235
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "2.120000.4.Ipv6Nd.",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 9999,
                    "end": 19998,
                    "start": 10000
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 224999,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13111,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 42,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 5,
                    "delayed-id-entries": [
                        {
                            "id": 21,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1545465108
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 105999,
                    "start": 103000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 106001,
                            "ready-time-sec": 1545465104
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 29997,
                    "end": 100000,
                    "start": 1
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "Itmservices.-1073741266",
                        "last-access-time": 1545464231
                    },
                    {
                        "child-pool-name": "Itmservices.-1073741289",
                        "last-access-time": 1545464233
                    },
                    {
                        "child-pool-name": "Itmservices.-1073741297",
                        "last-access-time": 1545464233
                    }
                ],
                "pool-name": "Itmservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741266",
                        "last-access-time": 1545464232
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741289",
                        "last-access-time": 1545465115
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741297",
                        "last-access-time": 1545464750
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "35a392b7-fe37-456b-88d7-72656496677d",
                        "id-value": [
                            6003
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            6000
                        ]
                    },
                    {
                        "id-key": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "id-value": [
                            6002
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5500
                        ]
                    }
                ],
                "pool-name": "elan.ids.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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 154999,
                    "start": 152500
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 4999,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 189998,
                    "end": 199997,
                    "start": 189999
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6003,
                    "end": 6499,
                    "start": 6000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 6001,
                            "ready-time-sec": 1545465108
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19998,
                    "end": 29997,
                    "start": 19999
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19659,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741297",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741289",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741266",
                        "last-access-time": 1545464236
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 108999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741266",
                        "last-access-time": 1545464234
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741289",
                        "last-access-time": 1545464889
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741297",
                        "last-access-time": 1545465074
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "id-value": [
                            106000
                        ]
                    },
                    {
                        "id-key": "efaf0f42-1e23-4906-a1db-f5def9de0dac.192.0.2.0/24",
                        "id-value": [
                            106002
                        ]
                    }
                ],
                "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.-1073741266",
                        "last-access-time": 1545464228
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2997,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741297",
                        "last-access-time": 1545465122
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741289",
                        "last-access-time": 1545465080
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741266",
                        "last-access-time": 1545464231
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                        "id-value": [
                            1999
                        ]
                    },
                    {
                        "id-key": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                        "id-value": [
                            1000
                        ]
                    },
                    {
                        "id-key": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                        "id-value": [
                            1001
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 229999,
                    "start": 227500
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 9999,
                    "start": 1
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1999,
                    "end": 2997,
                    "start": 1999
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.214" starttime="20181222 07:57:39.213"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.214" starttime="20181222 07:57:39.184"></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="20181222 07:57:39.228" 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="20181222 07:57:39.228" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.228" starttime="20181222 07:57:39.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="20181222 07:57:39.230" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4a2f90af-d183-47be-9bb6-34a424df6ca6","access-list-entries":{"ace":[{"rule-name":"27717a38-3a11-4963-b299-3674f9bbebd8","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"4e56f9ce-ddbf-4155-a1af-7a7206b6d62f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"07f08b69-dea3-456b-993e-1dd2eac28834","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":"e4f55e48-f31e-4732-be83-7f86cbeb1b6e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"85374a30-1fb2-4159-9221-eeb3c09bd09d","access-list-entries":{"ace":[{"rule-name":"08eb08bf-68ad-4d2a-a064-9f5f8376dd65","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"a4737060-e6fb-4f26-b3fc-4106db5694b1","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":"d0304e8a-7f0f-4514-8a12-45d41d77dfbe","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"e25007ba-b679-4260-91ea-544bf1e68680","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":"35345925-ed4e-42ca-9aef-f49504fefdcb","access-list-entries":{"ace":[{"rule-name":"306c4243-4d13-4221-8772-8210bad075bf","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"bb4d2b01-1db0-4d94-9022-2f6567ea9a54","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":"8f78e402-ea7d-497d-9058-af67bcbe70b3","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":"a136d7da-6ea8-495c-8cef-b9f75fbf0a15","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":"6e742f59-ac3a-441a-91cc-4829b73619c2","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"d69b37c2-9692-4388-b7cd-5fb80059103d","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"92428f09-75c7-4a6c-8263-47e868e83ded","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":"1b1e6016-38d6-4561-aa5c-f004e12dbba7","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="20181222 07:57:39.230" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.230" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181222 07:57:39.230" starttime="20181222 07:57:39.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="20181222 07:57:39.231" 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": "27717a38-3a11-4963-b299-3674f9bbebd8"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4e56f9ce-ddbf-4155-a1af-7a7206b6d62f"
                        },
                        {
                            "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": "07f08b69-dea3-456b-993e-1dd2eac28834"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e4f55e48-f31e-4732-be83-7f86cbeb1b6e"
                        }
                    ]
                },
                "acl-name": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "08eb08bf-68ad-4d2a-a064-9f5f8376dd65"
                        },
                        {
                            "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": "a4737060-e6fb-4f26-b3fc-4106db5694b1"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "d0304e8a-7f0f-4514-8a12-45d41d77dfbe"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "e25007ba-b679-4260-91ea-544bf1e68680"
                        }
                    ]
                },
                "acl-name": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                "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": "306c4243-4d13-4221-8772-8210bad075bf"
                        },
                        {
                            "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": "bb4d2b01-1db0-4d94-9022-2f6567ea9a54"
                        },
                        {
                            "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": "8f78e402-ea7d-497d-9058-af67bcbe70b3"
                        },
                        {
                            "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": "a136d7da-6ea8-495c-8cef-b9f75fbf0a15"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "6e742f59-ac3a-441a-91cc-4829b73619c2"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "d69b37c2-9692-4388-b7cd-5fb80059103d"
                        },
                        {
                            "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": "92428f09-75c7-4a6c-8263-47e868e83ded"
                        },
                        {
                            "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": "1b1e6016-38d6-4561-aa5c-f004e12dbba7"
                        }
                    ]
                },
                "acl-name": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.231" starttime="20181222 07:57:39.231"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.231" starttime="20181222 07:57:39.214"></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="20181222 07:57:39.257" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.258" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.258" starttime="20181222 07:57:39.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="20181222 07:57:39.261" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap6bbb82ff-2e"},{"name":"194174214523536:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"194174214523536:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"128470671326236:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"128470671326236:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun4c2d349f04c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tuncda06a2d94c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"06c0648a-9238-4cf2-b850-d0a1c123b361","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap06c0648a-92"},{"name":"162795856468502:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"162795856468502: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":"tuneedc7a64b44","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun1ffb9c80c23","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunf128d08df5b","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"162795856468502:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"162795856468502:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun95aa800b70c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tundd3af24a1cd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7c2adfb4d8e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap75fabaad-5a"},{"name":"tun4376af56662","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun8da72534092","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun9d68704a2cf","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tune5a40d192ef","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun434623c4cec","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun14aa3b718ec","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun56da96f6079","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunb7e4b3b33f6","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunf0007d8b600","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun214059764a9","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun131cf19c31c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun5dab709ae7e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun41ce5f00c8e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tuncf6e7cbb4d8","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap70a834e8-fa"},{"name":"tun142c14601dd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun6796ead5463","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"15539c19-d826-42eb-b384-3f75fb175162","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:1b:45:25","ip-address":"21.0.0.160"},{"mac-address":"fa:16:3e:1b:45:25","ip-address":"fe80:0:0:0:f816:3eff:fe1b:4525"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap15539c19-d8"},{"name":"370fd344-5fd1-4696-9a07-8327a05474c4","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:d7:6f:36","ip-address":"fe80:0:0:0:f816:3eff:fed7:6f36"},{"mac-address":"fa:16:3e:d7:6f:36","ip-address":"22.0.0.170"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap370fd344-5f"},{"name":"80035509521015:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"80035509521015: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":"tun48bf1ebcdcd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunf5f9505fe6a","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:1d:41:54","ip-address":"21.0.0.127"},{"mac-address":"fa:16:3e:1d:41:54","ip-address":"fe80:0:0:0:f816:3eff:fe1d:4154"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapd5a58a96-c4"},{"name":"80035509521015:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"80035509521015:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapd4e589b2-a3"},{"name":"tun9ec20f827f9","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunc001a0f04f5","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:db:0f:e2","ip-address":"21.0.0.222"},{"mac-address":"fa:16:3e:db:0f:e2","ip-address":"fe80:0:0:0:f816:3eff:fedb:fe2"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap3a9cee45-cf"},{"name":"tunad39fbf7b8d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"18536436985111:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"18536436985111: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":"128470671326236:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"128470671326236: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":"194174214523536:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"194174214523536: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":"tun1b03ffe1e1e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tune2e97121c6e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:1e:1c:f5","ip-address":"22.0.0.71"},{"mac-address":"fa:16:3e:1e:1c:f5","ip-address":"fe80:0:0:0:f816:3eff:fe1e:1cf5"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapf8099b3d-04"},{"name":"tun495c4e9bfba","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7786f63e80f","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"18536436985111:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"18536436985111:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun3fc0c40c07b","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap8251f5f3-63"},{"name":"tunc2ae3f10b8d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun977f8a1ccf4","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7ef15be3800","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun60754c97d27","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"ed11b5b7-4228-423a-b5be-507259737160","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:4a:e2:51","ip-address":"22.0.0.103"},{"mac-address":"fa:16:3e:4a:e2:51","ip-address":"fe80:0:0:0:f816:3eff:fe4a:e251"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"taped11b5b7-42"},{"name":"tun25ad0ecff7f","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun2e4e5b7e21c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false}]}} </msg>
<msg timestamp="20181222 07:57:39.262" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.262" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "odl-interface:l2vlan-mode":...</msg>
<status status="PASS" endtime="20181222 07:57:39.262" starttime="20181222 07:57:39.258"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.263" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap6bbb82ff-2e",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "194174214523536:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "194174214523536:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "128470671326236:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "128470671326236:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun4c2d349f04c",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncda06a2d94c",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap06c0648a-92",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "162795856468502:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "162795856468502:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuneedc7a64b44",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1ffb9c80c23",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf128d08df5b",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "162795856468502:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "162795856468502:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun95aa800b70c",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tundd3af24a1cd",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7c2adfb4d8e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap75fabaad-5a",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun4376af56662",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun8da72534092",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun9d68704a2cf",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tune5a40d192ef",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun434623c4cec",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun14aa3b718ec",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun56da96f6079",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb7e4b3b33f6",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf0007d8b600",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun214059764a9",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun131cf19c31c",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun5dab709ae7e",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun41ce5f00c8e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncf6e7cbb4d8",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap70a834e8-fa",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun142c14601dd",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun6796ead5463",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "21.0.0.160",
                        "mac-address": "fa:16:3e:1b:45:25"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe1b:4525",
                        "mac-address": "fa:16:3e:1b:45:25"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "15539c19-d826-42eb-b384-3f75fb175162",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap15539c19-d8",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fed7:6f36",
                        "mac-address": "fa:16:3e:d7:6f:36"
                    },
                    {
                        "ip-address": "22.0.0.170",
                        "mac-address": "fa:16:3e:d7:6f:36"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap370fd344-5f",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "80035509521015:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "80035509521015:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun48bf1ebcdcd",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf5f9505fe6a",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "21.0.0.127",
                        "mac-address": "fa:16:3e:1d:41:54"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe1d:4154",
                        "mac-address": "fa:16:3e:1d:41:54"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapd5a58a96-c4",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "80035509521015:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "80035509521015:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapd4e589b2-a3",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun9ec20f827f9",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunc001a0f04f5",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "21.0.0.222",
                        "mac-address": "fa:16:3e:db:0f:e2"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fedb:fe2",
                        "mac-address": "fa:16:3e:db:0f:e2"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap3a9cee45-cf",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunad39fbf7b8d",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "18536436985111:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "18536436985111:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "128470671326236:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "128470671326236:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "194174214523536:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "194174214523536:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1b03ffe1e1e",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tune2e97121c6e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "22.0.0.71",
                        "mac-address": "fa:16:3e:1e:1c:f5"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe1e:1cf5",
                        "mac-address": "fa:16:3e:1e:1c:f5"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapf8099b3d-04",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun495c4e9bfba",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7786f63e80f",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "18536436985111:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "18536436985111:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun3fc0c40c07b",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap8251f5f3-63",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunc2ae3f10b8d",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun977f8a1ccf4",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7ef15be3800",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun60754c97d27",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "22.0.0.103",
                        "mac-address": "fa:16:3e:4a:e2:51"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe4a:e251",
                        "mac-address": "fa:16:3e:4a:e2:51"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "35345925-ed4e-42ca-9aef-f49504fefdcb"
                ],
                "enabled": true,
                "name": "ed11b5b7-4228-423a-b5be-507259737160",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "taped11b5b7-42",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun25ad0ecff7f",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun2e4e5b7e21c",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.263" starttime="20181222 07:57:39.262"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.263" starttime="20181222 07:57:39.231"></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="20181222 07:57:39.407" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.407" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.407" starttime="20181222 07:57:39.264"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.418" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.128470671326236: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":"5"}},{"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":"tun495c4e9bfba","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun495c4e9bfba","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"}}]}}]}]},{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.128470671326236:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13108,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.194174214523536: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":"tun9ec20f827f9","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun9ec20f827f9","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":"5"}}]}}]}]},{"interface-name":"tun1b03ffe1e1e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1b03ffe1e1e","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":"4"}}]}}]}]},{"interface-name":"tunc001a0f04f5","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunc001a0f04f5","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":"4"}}]}}]}]},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.75fabaad-5a1a-4235-8588-9e7b4420cc1e","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":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.80035509521015: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":"tun5dab709ae7e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun5dab709ae7e","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":"tun25ad0ecff7f","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun25ad0ecff7f","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":"5"}}]}}]}]},{"interface-name":"tunf0007d8b600","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunf0007d8b600","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":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.194174214523536:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13109,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.18536436985111: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":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.15539c19-d826-42eb-b384-3f75fb175162","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"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}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.15539c19-d826-42eb-b384-3f75fb175162","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.370fd344-5fd1-4696-9a07-8327a05474c4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":40,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.370fd344-5fd1-4696-9a07-8327a05474c4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"tunc2ae3f10b8d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunc2ae3f10b8d","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"}}]}}]}]},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"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}}}]}}]}]},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"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}}}]}}]}]},{"interface-name":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.194174214523536: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":"tun41ce5f00c8e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun41ce5f00c8e","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":"5"}}]}}]}]},{"interface-name":"tun142c14601dd","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun142c14601dd","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":"5"}}]}}]}]},{"interface-name":"tun131cf19c31c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun131cf19c31c","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":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.370fd344-5fd1-4696-9a07-8327a05474c4","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.370fd344-5fd1-4696-9a07-8327a05474c4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":32,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tun214059764a9","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun214059764a9","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":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.80035509521015: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":"tunb7e4b3b33f6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb7e4b3b33f6","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":"4"}}]}}]}]},{"interface-name":"tun14aa3b718ec","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun14aa3b718ec","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":"tun1ffb9c80c23","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1ffb9c80c23","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"}}]}}]}]},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":35,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.06c0648a-9238-4cf2-b850-d0a1c123b361","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":"tun4c2d349f04c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun4c2d349f04c","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":"4"}}]}}]}]},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.ed11b5b7-4228-423a-b5be-507259737160","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"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}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.ed11b5b7-4228-423a-b5be-507259737160","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.70a834e8-fa80-4774-b7f8-43fe564ffd07","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"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}}}]}}]}]},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.70a834e8-fa80-4774-b7f8-43fe564ffd07","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":"tun7c2adfb4d8e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun7c2adfb4d8e","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":"4"}}]}}]}]},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.18536436985111: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":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.f8099b3d-044f-4969-af22-c79fe84c8eb7","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":30,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tun434623c4cec","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun434623c4cec","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"}}]}}]}]},{"interface-name":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.162795856468502: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":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.162795856468502:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13110,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.18536436985111:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13111,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tuncda06a2d94c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuncda06a2d94c","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"}}]}}]}]},{"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.f8099b3d-044f-4969-af22-c79fe84c8eb7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":42,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"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}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":2,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":210}}]}]},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.162795856468502: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":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tunf128d08df5b","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunf128d08df5b","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":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.06c0648a-9238-4cf2-b850-d0a1c123b361","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":26,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.8251f5f3-63f8-44fb-bebd-78f3bb30c991","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":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.15539c19-d826-42eb-b384-3f75fb175162","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.15539c19-d826-42eb-b384-3f75fb175162","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","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":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.ed11b5b7-4228-423a-b5be-507259737160","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"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":6,"flow-cookie":110100480,"instruction":[{"order":1,"go-to-table":{"table_id":239}}]}]},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.d4e589b2-a375-442e-ba10-cc7ac92f40ed","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":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":11,"service-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.80035509521015:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":11,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13107,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.128470671326236: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":"5"}}]}}]}]}]}} </msg>
<msg timestamp="20181222 07:57:39.418" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.419" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                       ...</msg>
<status status="PASS" endtime="20181222 07:57:39.419" starttime="20181222 07:57:39.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="20181222 07:57:39.421" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "5"
                                            }
                                        },
                                        {
                                            "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.128470671326236:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "128470671326236: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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun495c4e9bfba",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun495c4e9bfba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13108
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.128470671326236:br-ex-patch:1121",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "128470671326236: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.194174214523536:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "194174214523536: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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun9ec20f827f9",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun9ec20f827f9",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun1b03ffe1e1e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1b03ffe1e1e",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tunc001a0f04f5",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunc001a0f04f5",
                "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": "6"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "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.80035509521015:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun5dab709ae7e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun5dab709ae7e",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun25ad0ecff7f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun25ad0ecff7f",
                "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.tunf0007d8b600",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunf0007d8b600",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13109
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.194174214523536:br-ex-patch:1121",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "194174214523536: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.18536436985111:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 37
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.15539c19-d826-42eb-b384-3f75fb175162",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.15539c19-d826-42eb-b384-3f75fb175162",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 40
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.370fd344-5fd1-4696-9a07-8327a05474c4",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.370fd344-5fd1-4696-9a07-8327a05474c4",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "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.tunc2ae3f10b8d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunc2ae3f10b8d",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 28
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 34
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "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": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.194174214523536:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "194174214523536:br-ex-patch:trunk",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun41ce5f00c8e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun41ce5f00c8e",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun142c14601dd",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun142c14601dd",
                "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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun131cf19c31c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun131cf19c31c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "128470671326236: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": "8"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.370fd344-5fd1-4696-9a07-8327a05474c4",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.370fd344-5fd1-4696-9a07-8327a05474c4",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 32
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "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.tun214059764a9",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun214059764a9",
                "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": 1121,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.80035509521015:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "80035509521015: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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tunb7e4b3b33f6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb7e4b3b33f6",
                "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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun14aa3b718ec",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun14aa3b718ec",
                "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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun1ffb9c80c23",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1ffb9c80c23",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 35
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "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.06c0648a-9238-4cf2-b850-d0a1c123b361",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun4c2d349f04c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun4c2d349f04c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 41
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.ed11b5b7-4228-423a-b5be-507259737160",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.ed11b5b7-4228-423a-b5be-507259737160",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 33
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.70a834e8-fa80-4774-b7f8-43fe564ffd07",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "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": "7"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.70a834e8-fa80-4774-b7f8-43fe564ffd07",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun7c2adfb4d8e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun7c2adfb4d8e",
                "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": 1121,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.18536436985111:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "18536436985111: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": "26"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 30
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "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.tun434623c4cec",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun434623c4cec",
                "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": 1121,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.162795856468502:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "162795856468502:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13110
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.162795856468502:br-ex-patch:1121",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "162795856468502:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13111
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.18536436985111:br-ex-patch:1121",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "18536436985111: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tuncda06a2d94c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuncda06a2d94c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100713627648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 42
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 2,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 210
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.ingressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "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.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "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.162795856468502:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "194174214523536: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.tunf128d08df5b",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunf128d08df5b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 26
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.06c0648a-9238-4cf2-b850-d0a1c123b361",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "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": "7"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "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.15539c19-d826-42eb-b384-3f75fb175162",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.15539c19-d826-42eb-b384-3f75fb175162",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "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.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "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": "6"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "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.ed11b5b7-4228-423a-b5be-507259737160",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 110100480,
                        "flow-priority": 6,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 239
                                },
                                "order": 1
                            }
                        ],
                        "service-name": "acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "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": "6"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 11,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 100696850432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 6002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13107
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.80035509521015:br-ex-patch:1121",
                        "service-priority": 11,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "80035509521015: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.128470671326236:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "128470671326236:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.422" starttime="20181222 07:57:39.420"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.422" starttime="20181222 07:57:39.263"></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="20181222 07:57:39.430" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.430" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.431" starttime="20181222 07:57:39.422"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.432" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":18536436985111,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.21","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"18536436985111::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"192.0.2.21","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"18536436985111:tunnel_port:0","tz-membership":[{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":128470671326236,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.23","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"128470671326236::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"192.0.2.23","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"128470671326236:tunnel_port:0","tz-membership":[{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":162795856468502,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.36","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"162795856468502::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"192.0.2.36","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"162795856468502:tunnel_port:0","tz-membership":[{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":194174214523536,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.15","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"194174214523536::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"192.0.2.15","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"194174214523536:tunnel_port:0","tz-membership":[{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":80035509521015,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.46","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"80035509521015::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"192.0.2.46","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"80035509521015:tunnel_port:0","tz-membership":[{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181222 07:57:39.432" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.432" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 18536436985111,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181222 07:57:39.432" starttime="20181222 07:57:39.431"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.433" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 18536436985111,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "18536436985111::0",
                        "ip-address": "192.0.2.21",
                        "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": "18536436985111:tunnel_port:0",
                        "ip-address": "192.0.2.21",
                        "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": "35a392b7-fe37-456b-88d7-72656496677d"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 128470671326236,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "128470671326236::0",
                        "ip-address": "192.0.2.23",
                        "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": "128470671326236:tunnel_port:0",
                        "ip-address": "192.0.2.23",
                        "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": "35a392b7-fe37-456b-88d7-72656496677d"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 162795856468502,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "162795856468502::0",
                        "ip-address": "192.0.2.36",
                        "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": "162795856468502:tunnel_port:0",
                        "ip-address": "192.0.2.36",
                        "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": "35a392b7-fe37-456b-88d7-72656496677d"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 194174214523536,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "194174214523536::0",
                        "ip-address": "192.0.2.15",
                        "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": "194174214523536:tunnel_port:0",
                        "ip-address": "192.0.2.15",
                        "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": "35a392b7-fe37-456b-88d7-72656496677d"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 80035509521015,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "80035509521015::0",
                        "ip-address": "192.0.2.46",
                        "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": "80035509521015:tunnel_port:0",
                        "ip-address": "192.0.2.46",
                        "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": "35a392b7-fe37-456b-88d7-72656496677d"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.433" starttime="20181222 07:57:39.433"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.433" starttime="20181222 07:57:39.422"></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="20181222 07:57:39.453" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.454" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.454" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.456" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.456" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.456" starttime="20181222 07:57:39.455"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.456" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.456" starttime="20181222 07:57:39.456"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.457" starttime="20181222 07:57:39.433"></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="20181222 07:57:39.469" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.469" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.469" starttime="20181222 07:57:39.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="20181222 07:57:39.470" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.470" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.470" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.470" starttime="20181222 07:57:39.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.471" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.471" starttime="20181222 07:57:39.470"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.471" starttime="20181222 07:57:39.457"></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="20181222 07:57:39.480" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.481" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.481" starttime="20181222 07:57:39.471"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.482" level="INFO">To JSON using : content={"tunnel-list":{"internal-tunnel":[{"source-DPN":80035509521015,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun131cf19c31c","tunad39fbf7b8d"]},{"source-DPN":18536436985111,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tune2e97121c6e","tuncda06a2d94c"]},{"source-DPN":194174214523536,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tundd3af24a1cd","tun14aa3b718ec"]},{"source-DPN":80035509521015,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb7e4b3b33f6","tun7ef15be3800"]},{"source-DPN":128470671326236,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuncf6e7cbb4d8","tun434623c4cec"]},{"source-DPN":162795856468502,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun142c14601dd","tun95aa800b70c"]},{"source-DPN":194174214523536,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunc2ae3f10b8d","tunf5f9505fe6a"]},{"source-DPN":162795856468502,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun9d68704a2cf","tun4c2d349f04c"]},{"source-DPN":194174214523536,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunc001a0f04f5","tun48bf1ebcdcd"]},{"source-DPN":18536436985111,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tune5a40d192ef","tun7c2adfb4d8e"]},{"source-DPN":80035509521015,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun977f8a1ccf4","tun495c4e9bfba"]},{"source-DPN":162795856468502,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun6796ead5463","tun1ffb9c80c23"]},{"source-DPN":128470671326236,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun3fc0c40c07b","tun1b03ffe1e1e"]},{"source-DPN":194174214523536,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun9ec20f827f9","tun8da72534092"]},{"source-DPN":128470671326236,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunf0007d8b600","tun60754c97d27"]},{"source-DPN":80035509521015,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun25ad0ecff7f","tun7786f63e80f"]},{"source-DPN":128470671326236,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunf128d08df5b","tuneedc7a64b44"]},{"source-DPN":18536436985111,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun41ce5f00c8e","tun2e4e5b7e21c"]},{"source-DPN":162795856468502,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun5dab709ae7e","tun4376af56662"]},{"source-DPN":18536436985111,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun214059764a9","tun56da96f6079"]}]}} </msg>
<msg timestamp="20181222 07:57:39.482" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.482" level="INFO">${pretty_output} = {
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 80035509521015,
                "transport-type": "od...</msg>
<status status="PASS" endtime="20181222 07:57:39.482" starttime="20181222 07:57:39.481"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.483" level="INFO">{
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun131cf19c31c",
                    "tunad39fbf7b8d"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tune2e97121c6e",
                    "tuncda06a2d94c"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tundd3af24a1cd",
                    "tun14aa3b718ec"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb7e4b3b33f6",
                    "tun7ef15be3800"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuncf6e7cbb4d8",
                    "tun434623c4cec"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun142c14601dd",
                    "tun95aa800b70c"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunc2ae3f10b8d",
                    "tunf5f9505fe6a"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun9d68704a2cf",
                    "tun4c2d349f04c"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunc001a0f04f5",
                    "tun48bf1ebcdcd"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tune5a40d192ef",
                    "tun7c2adfb4d8e"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun977f8a1ccf4",
                    "tun495c4e9bfba"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun6796ead5463",
                    "tun1ffb9c80c23"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun3fc0c40c07b",
                    "tun1b03ffe1e1e"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun9ec20f827f9",
                    "tun8da72534092"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunf0007d8b600",
                    "tun60754c97d27"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun25ad0ecff7f",
                    "tun7786f63e80f"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunf128d08df5b",
                    "tuneedc7a64b44"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun41ce5f00c8e",
                    "tun2e4e5b7e21c"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun5dab709ae7e",
                    "tun4376af56662"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun214059764a9",
                    "tun56da96f6079"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.483" starttime="20181222 07:57:39.482"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.483" starttime="20181222 07:57:39.471"></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="20181222 07:57:39.495" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.496" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.496" starttime="20181222 07:57:39.483"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.499" 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":194174214523536,"portname":"","ip-address":"192.0.2.15","weight":1,"option-of-tunnel":false},{"dpn-id":128470671326236,"portname":"","ip-address":"192.0.2.23","option-of-tunnel":false},{"dpn-id":18536436985111,"portname":"","ip-address":"192.0.2.21","weight":1,"option-of-tunnel":false},{"dpn-id":162795856468502,"portname":"","ip-address":"192.0.2.36","weight":1,"option-of-tunnel":false},{"dpn-id":80035509521015,"portname":"","ip-address":"192.0.2.46","weight":1,"option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"35a392b7-fe37-456b-88d7-72656496677d","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":80035509521015,"portname":"tunnel_port","ip-address":"192.0.2.46","weight":1,"option-of-tunnel":false},{"dpn-id":18536436985111,"portname":"tunnel_port","ip-address":"192.0.2.21","option-of-tunnel":false},{"dpn-id":162795856468502,"portname":"tunnel_port","ip-address":"192.0.2.36","weight":1,"option-of-tunnel":false},{"dpn-id":194174214523536,"portname":"tunnel_port","ip-address":"192.0.2.15","weight":1,"option-of-tunnel":false},{"dpn-id":128470671326236,"portname":"tunnel_port","ip-address":"192.0.2.23","weight":1,"option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181222 07:57:39.499" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.499" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181222 07:57:39.499" starttime="20181222 07:57:39.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="20181222 07:57:39.499" 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": 194174214523536,
                                "ip-address": "192.0.2.15",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 128470671326236,
                                "ip-address": "192.0.2.23",
                                "option-of-tunnel": false,
                                "portname": ""
                            },
                            {
                                "dpn-id": 18536436985111,
                                "ip-address": "192.0.2.21",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 162795856468502,
                                "ip-address": "192.0.2.36",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 80035509521015,
                                "ip-address": "192.0.2.46",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            }
                        ]
                    }
                ],
                "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": 80035509521015,
                                "ip-address": "192.0.2.46",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port",
                                "weight": 1
                            },
                            {
                                "dpn-id": 18536436985111,
                                "ip-address": "192.0.2.21",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            },
                            {
                                "dpn-id": 162795856468502,
                                "ip-address": "192.0.2.36",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port",
                                "weight": 1
                            },
                            {
                                "dpn-id": 194174214523536,
                                "ip-address": "192.0.2.15",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port",
                                "weight": 1
                            },
                            {
                                "dpn-id": 128470671326236,
                                "ip-address": "192.0.2.23",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port",
                                "weight": 1
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "35a392b7-fe37-456b-88d7-72656496677d"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.500" starttime="20181222 07:57:39.499"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.500" starttime="20181222 07:57:39.483"></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="20181222 07:57:39.521" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.521" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.521" starttime="20181222 07:57:39.500"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.523" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.523" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.523" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.523" starttime="20181222 07:57:39.522"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.524" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.524" starttime="20181222 07:57:39.524"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.524" starttime="20181222 07:57:39.500"></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="20181222 07:57:39.586" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.586" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.586" starttime="20181222 07:57:39.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="20181222 07:57:39.587" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.587" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.587" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.587" starttime="20181222 07:57:39.587"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.588" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.588" starttime="20181222 07:57:39.588"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.588" starttime="20181222 07:57:39.524"></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="20181222 07:57:39.610" 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="20181222 07:57:39.611" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.611" starttime="20181222 07:57:39.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="20181222 07:57:39.619" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"74:d7:e8:ba:7c:1c"}],"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","termination-point":[{"tp-id":"tuneedc7a64b44","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuneedc7a64b44"},{"tp-id":"tun60754c97d27","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun60754c97d27"},{"tp-id":"tun1b03ffe1e1e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1b03ffe1e1e"},{"tp-id":"tunf0007d8b600","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf0007d8b600"},{"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"},{"tp-id":"tuncf6e7cbb4d8","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncf6e7cbb4d8"},{"tp-id":"tun434623c4cec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun434623c4cec"},{"tp-id":"tunf128d08df5b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf128d08df5b"},{"tp-id":"tun3fc0c40c07b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun3fc0c40c07b"}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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"}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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"}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"94:0f:dd:32:1a:16"}],"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","termination-point":[{"tp-id":"tun9d68704a2cf","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9d68704a2cf"},{"tp-id":"tun95aa800b70c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun95aa800b70c"},{"tp-id":"tun5dab709ae7e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun5dab709ae7e"},{"tp-id":"tun6796ead5463","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun6796ead5463"},{"tp-id":"tun4c2d349f04c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4c2d349f04c"},{"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"},{"tp-id":"tun4376af56662","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4376af56662"},{"tp-id":"tun142c14601dd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun142c14601dd"},{"tp-id":"tun1ffb9c80c23","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1ffb9c80c23"}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"48:ca:b8:1d:4a:77"}],"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","termination-point":[{"tp-id":"tun495c4e9bfba","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun495c4e9bfba"},{"tp-id":"tun131cf19c31c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun131cf19c31c"},{"tp-id":"tunad39fbf7b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunad39fbf7b8d"},{"tp-id":"tun7786f63e80f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7786f63e80f"},{"tp-id":"tun7ef15be3800","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7ef15be3800"},{"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"},{"tp-id":"tunb7e4b3b33f6","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunb7e4b3b33f6"},{"tp-id":"tun977f8a1ccf4","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun977f8a1ccf4"},{"tp-id":"tun25ad0ecff7f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun25ad0ecff7f"}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"b0:99:b5:14:ca:90"}],"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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","termination-point":[{"tp-id":"tundd3af24a1cd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tundd3af24a1cd"},{"tp-id":"tun48bf1ebcdcd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun48bf1ebcdcd"},{"tp-id":"tun8da72534092","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun8da72534092"},{"tp-id":"tunf5f9505fe6a","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf5f9505fe6a"},{"tp-id":"tunc001a0f04f5","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc001a0f04f5"},{"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"},{"tp-id":"tun9ec20f827f9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9ec20f827f9"},{"tp-id":"tunc2ae3f10b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc2ae3f10b8d"},{"tp-id":"tun14aa3b718ec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun14aa3b718ec"}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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"}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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"}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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"}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"10:db:d9:bd:ed:17"}],"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/33f35569-46c6-4971-8228-90d22c203dc2']","termination-point":[{"tp-id":"tune5a40d192ef","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune5a40d192ef"},{"tp-id":"tun7c2adfb4d8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7c2adfb4d8e"},{"tp-id":"tun41ce5f00c8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun41ce5f00c8e"},{"tp-id":"tuncda06a2d94c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncda06a2d94c"},{"tp-id":"tune2e97121c6e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune2e97121c6e"},{"tp-id":"tun56da96f6079","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun56da96f6079"},{"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"},{"tp-id":"tun214059764a9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun214059764a9"},{"tp-id":"tun2e4e5b7e21c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun2e4e5b7e21c"}]}]}]} </msg>
<msg timestamp="20181222 07:57:39.619" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.620" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181222 07:57:39.620" starttime="20181222 07:57:39.611"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.621" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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": "74:d7:e8:ba:7c:1c"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuneedc7a64b44",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuneedc7a64b44"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun60754c97d27",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun60754c97d27"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun1b03ffe1e1e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1b03ffe1e1e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf0007d8b600",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf0007d8b600"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuncf6e7cbb4d8",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncf6e7cbb4d8"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun434623c4cec",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun434623c4cec"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf128d08df5b",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf128d08df5b"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun3fc0c40c07b",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun3fc0c40c07b"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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": "94:0f:dd:32:1a:16"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun9d68704a2cf",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun9d68704a2cf"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun95aa800b70c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun95aa800b70c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun5dab709ae7e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun5dab709ae7e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun6796ead5463",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun6796ead5463"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun4c2d349f04c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun4c2d349f04c"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun4376af56662",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun4376af56662"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun142c14601dd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun142c14601dd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun1ffb9c80c23",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1ffb9c80c23"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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": "48:ca:b8:1d:4a:77"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun495c4e9bfba",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun495c4e9bfba"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun131cf19c31c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun131cf19c31c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunad39fbf7b8d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunad39fbf7b8d"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7786f63e80f",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7786f63e80f"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7ef15be3800",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7ef15be3800"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunb7e4b3b33f6",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb7e4b3b33f6"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun977f8a1ccf4",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun977f8a1ccf4"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun25ad0ecff7f",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun25ad0ecff7f"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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": "b0:99:b5:14:ca:90"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tundd3af24a1cd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tundd3af24a1cd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun48bf1ebcdcd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun48bf1ebcdcd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun8da72534092",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun8da72534092"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf5f9505fe6a",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf5f9505fe6a"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunc001a0f04f5",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunc001a0f04f5"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun9ec20f827f9",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun9ec20f827f9"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunc2ae3f10b8d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunc2ae3f10b8d"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun14aa3b718ec",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun14aa3b718ec"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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": "10:db:d9:bd:ed:17"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tune5a40d192ef",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tune5a40d192ef"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7c2adfb4d8e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7c2adfb4d8e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun41ce5f00c8e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun41ce5f00c8e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuncda06a2d94c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncda06a2d94c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tune2e97121c6e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tune2e97121c6e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun56da96f6079",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun56da96f6079"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun214059764a9",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun214059764a9"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun2e4e5b7e21c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun2e4e5b7e21c"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181222 07:57:39.622" starttime="20181222 07:57:39.620"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.622" starttime="20181222 07:57:39.588"></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="20181222 07:57:39.642" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.642" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.642" starttime="20181222 07:57:39.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="20181222 07:57:39.645" 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":"35a392b7-fe37-456b-88d7-72656496677d","admin-state-up":true,"status":"ACTIVE","neutron-mtu-ext:mtu":1450,"project-id":"2d1119acee4b4132b2e8b4b404322ee5","neutron-provider-ext:segmentation-id":"21","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_2"},{"uuid":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","admin-state-up":true,"status":"ACTIVE","neutron-mtu-ext:mtu":1500,"project-id":"2d1119acee4b4132b2e8b4b404322ee5","neutron-provider-ext:segmentation-id":"1121","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_1"}]},"security-groups":{"security-group":[{"uuid":"4a2f90af-d183-47be-9bb6-34a424df6ca6","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","revision-number":1,"name":"default","project-id":"43d5250bf1cc4643bdce886e771097cb"},{"uuid":"35345925-ed4e-42ca-9aef-f49504fefdcb","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","revision-number":1,"name":"l2_sg","project-id":"2d1119acee4b4132b2e8b4b404322ee5"},{"uuid":"85374a30-1fb2-4159-9221-eeb3c09bd09d","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","revision-number":1,"name":"default","project-id":"2d1119acee4b4132b2e8b4b404322ee5"}]},"security-rules":{"security-rule":[{"uuid":"e25007ba-b679-4260-91ea-544bf1e68680","ethertype":"neutron-constants:ethertype-v6","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"d69b37c2-9692-4388-b7cd-5fb80059103d","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"d0304e8a-7f0f-4514-8a12-45d41d77dfbe","remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"e4f55e48-f31e-4732-be83-7f86cbeb1b6e","remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","ethertype":"neutron-constants:ethertype-v4","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"92428f09-75c7-4a6c-8263-47e868e83ded","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","port-range-min":1,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"1b1e6016-38d6-4561-aa5c-f004e12dbba7","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","port-range-min":1,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"6e742f59-ac3a-441a-91cc-4829b73619c2","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"4e56f9ce-ddbf-4155-a1af-7a7206b6d62f","remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","ethertype":"neutron-constants:ethertype-v6","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"07f08b69-dea3-456b-993e-1dd2eac28834","ethertype":"neutron-constants:ethertype-v4","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"a4737060-e6fb-4f26-b3fc-4106db5694b1","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"27717a38-3a11-4963-b299-3674f9bbebd8","ethertype":"neutron-constants:ethertype-v6","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"8f78e402-ea7d-497d-9058-af67bcbe70b3","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","port-range-min":1,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"08eb08bf-68ad-4d2a-a064-9f5f8376dd65","remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","ethertype":"neutron-constants:ethertype-v6","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"a136d7da-6ea8-495c-8cef-b9f75fbf0a15","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","port-range-min":1,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"306c4243-4d13-4221-8772-8210bad075bf","ethertype":"neutron-constants:ethertype-v6","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb"},{"uuid":"bb4d2b01-1db0-4d94-9022-2f6567ea9a54","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"35345925-ed4e-42ca-9aef-f49504fefdcb"}]},"subnets":{"subnet":[{"uuid":"875532d5-6337-4281-9de3-111790967d92","gateway-ip":"21.0.0.1","project-id":"2d1119acee4b4132b2e8b4b404322ee5","enable-dhcp":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":"l2_sub_1"},{"uuid":"edba3937-9ea9-477e-9f65-6ec55eacd5da","gateway-ip":"22.0.0.1","project-id":"2d1119acee4b4132b2e8b4b404322ee5","enable-dhcp":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","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":"35a392b7-fe37-456b-88d7-72656496677d","name":"l2_sub_2"}]},"ports":{"port":[{"uuid":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.4"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-2.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:1a:ce:41","admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.2"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-35a392b7-fe37-456b-88d7-72656496677d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-2.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:76:5d:7e","admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""},{"uuid":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.4"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-35a392b7-fe37-456b-88d7-72656496677d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-1.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:09:4d:25","admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""},{"uuid":"15539c19-d826-42eb-b384-3f75fb175162","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.160"}],"device-id":"8cd1b475-31a0-4e3b-ac31-006a799e5938","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-1.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:1b:45:25","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"370fd344-5fd1-4696-9a07-8327a05474c4","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.170"}],"device-id":"b6697a41-4fb3-424b-95be-60e41c216092","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-1.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:d7:6f:36","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""},{"uuid":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.3"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-1.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:53:96:ea","admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"f8099b3d-044f-4969-af22-c79fe84c8eb7","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.71"}],"device-id":"6b1bf023-6e4d-427c-8976-c43694b56c25","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:1e:1c:f5","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""},{"uuid":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.222"}],"device-id":"51ffffdd-ca22-4750-9a98-9b95a6f8fbcf","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:db:0f:e2","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"ed11b5b7-4228-423a-b5be-507259737160","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.103"}],"device-id":"240ce8ff-3be3-4cd2-80d3-3dc149ce5fea","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:4a:e2:51","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""},{"uuid":"06c0648a-9238-4cf2-b850-d0a1c123b361","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","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:07:fe:e5","admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","fixed-ips":[{"subnet-id":"875532d5-6337-4281-9de3-111790967d92","ip-address":"21.0.0.127"}],"device-id":"899acced-335f-4cb8-b2bd-cf35ea0aafb1","neutron-portsecurity:port-security-enabled":true,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-novacompute-1.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":4,"device-owner":"compute:nova","mac-address":"fa:16:3e:1d:41:54","security-groups":["35345925-ed4e-42ca-9aef-f49504fefdcb"],"admin-state-up":true,"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","name":""},{"uuid":"70a834e8-fa80-4774-b7f8-43fe564ffd07","fixed-ips":[{"subnet-id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","ip-address":"22.0.0.3"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-35a392b7-fe37-456b-88d7-72656496677d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","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:76:93:8e","admin-state-up":true,"network-id":"35a392b7-fe37-456b-88d7-72656496677d","name":""}]}}} </msg>
<msg timestamp="20181222 07:57:39.645" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.646" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181222 07:57:39.646" starttime="20181222 07:57:39.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="20181222 07:57:39.646" 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_2",
                    "neutron-L3-ext:external": false,
                    "neutron-mtu-ext:mtu": 1450,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "21",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "35a392b7-fe37-456b-88d7-72656496677d"
                },
                {
                    "admin-state-up": true,
                    "name": "l2_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-mtu-ext:mtu": 1500,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1121",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.4",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:1a:ce:41",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "neutron-binding:host-id": "overcloud-controller-2.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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-35a392b7-fe37-456b-88d7-72656496677d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.2",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:76:5d:7e",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "neutron-binding:host-id": "overcloud-controller-2.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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-35a392b7-fe37-456b-88d7-72656496677d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.4",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:09:4d:25",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "neutron-binding:host-id": "overcloud-controller-1.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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
                },
                {
                    "admin-state-up": true,
                    "device-id": "8cd1b475-31a0-4e3b-ac31-006a799e5938",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.160",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:1b:45:25",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "neutron-binding:host-id": "overcloud-novacompute-1.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "15539c19-d826-42eb-b384-3f75fb175162"
                },
                {
                    "admin-state-up": true,
                    "device-id": "b6697a41-4fb3-424b-95be-60e41c216092",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.170",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:d7:6f:36",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "neutron-binding:host-id": "overcloud-novacompute-1.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "370fd344-5fd1-4696-9a07-8327a05474c4"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.3",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:53:96:ea",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "neutron-binding:host-id": "overcloud-controller-1.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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "75fabaad-5a1a-4235-8588-9e7b4420cc1e"
                },
                {
                    "admin-state-up": true,
                    "device-id": "6b1bf023-6e4d-427c-8976-c43694b56c25",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.71",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:1e:1c:f5",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "neutron-binding:host-id": "overcloud-novacompute-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "f8099b3d-044f-4969-af22-c79fe84c8eb7"
                },
                {
                    "admin-state-up": true,
                    "device-id": "51ffffdd-ca22-4750-9a98-9b95a6f8fbcf",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.222",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:db:0f:e2",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "neutron-binding:host-id": "overcloud-novacompute-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
                },
                {
                    "admin-state-up": true,
                    "device-id": "240ce8ff-3be3-4cd2-80d3-3dc149ce5fea",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.103",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:4a:e2:51",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "neutron-binding:host-id": "overcloud-novacompute-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "ed11b5b7-4228-423a-b5be-507259737160"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.2",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:07:fe:e5",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "06c0648a-9238-4cf2-b850-d0a1c123b361"
                },
                {
                    "admin-state-up": true,
                    "device-id": "899acced-335f-4cb8-b2bd-cf35ea0aafb1",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.127",
                            "subnet-id": "875532d5-6337-4281-9de3-111790967d92"
                        }
                    ],
                    "mac-address": "fa:16:3e:1d:41:54",
                    "name": "",
                    "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "neutron-binding:host-id": "overcloud-novacompute-1.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 4,
                    "security-groups": [
                        "35345925-ed4e-42ca-9aef-f49504fefdcb"
                    ],
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-35a392b7-fe37-456b-88d7-72656496677d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.3",
                            "subnet-id": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                        }
                    ],
                    "mac-address": "fa:16:3e:76:93:8e",
                    "name": "",
                    "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                    "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": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "70a834e8-fa80-4774-b7f8-43fe564ffd07"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 1,
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "4a2f90af-d183-47be-9bb6-34a424df6ca6"
                },
                {
                    "name": "l2_sg",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 1,
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "35345925-ed4e-42ca-9aef-f49504fefdcb"
                },
                {
                    "name": "default",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 1,
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "85374a30-1fb2-4159-9221-eeb3c09bd09d"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "e25007ba-b679-4260-91ea-544bf1e68680"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "d69b37c2-9692-4388-b7cd-5fb80059103d"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "d0304e8a-7f0f-4514-8a12-45d41d77dfbe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "e4f55e48-f31e-4732-be83-7f86cbeb1b6e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "92428f09-75c7-4a6c-8263-47e868e83ded"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "1b1e6016-38d6-4561-aa5c-f004e12dbba7"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "6e742f59-ac3a-441a-91cc-4829b73619c2"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "4e56f9ce-ddbf-4155-a1af-7a7206b6d62f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "07f08b69-dea3-456b-993e-1dd2eac28834"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "a4737060-e6fb-4f26-b3fc-4106db5694b1"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "27717a38-3a11-4963-b299-3674f9bbebd8"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "8f78e402-ea7d-497d-9058-af67bcbe70b3"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "08eb08bf-68ad-4d2a-a064-9f5f8376dd65"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "a136d7da-6ea8-495c-8cef-b9f75fbf0a15"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "306c4243-4d13-4221-8772-8210bad075bf"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "bb4d2b01-1db0-4d94-9022-2f6567ea9a54"
                }
            ]
        },
        "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": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "875532d5-6337-4281-9de3-111790967d92"
                },
                {
                    "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": "35a392b7-fe37-456b-88d7-72656496677d",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.647" starttime="20181222 07:57:39.646"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.647" starttime="20181222 07:57:39.622"></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="20181222 07:57:39.655" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.655" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.655" starttime="20181222 07:57:39.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="20181222 07:57:39.656" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","subnet-id-list":["875532d5-6337-4281-9de3-111790967d92"]},{"network-id":"35a392b7-fe37-456b-88d7-72656496677d","subnet-id-list":["edba3937-9ea9-477e-9f65-6ec55eacd5da"]}]}} </msg>
<msg timestamp="20181222 07:57:39.656" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.656" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "subnet-id-list": [
                    "875532d5-633...</msg>
<status status="PASS" endtime="20181222 07:57:39.657" starttime="20181222 07:57:39.656"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.657" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "subnet-id-list": [
                    "875532d5-6337-4281-9de3-111790967d92"
                ]
            },
            {
                "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                "subnet-id-list": [
                    "edba3937-9ea9-477e-9f65-6ec55eacd5da"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.657" starttime="20181222 07:57:39.657"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.657" starttime="20181222 07:57:39.647"></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="20181222 07:57:39.673" 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="20181222 07:57:39.673" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.674" starttime="20181222 07:57:39.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="20181222 07:57:39.675" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.675" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.675" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.675" starttime="20181222 07:57:39.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="20181222 07:57:39.676" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.676" starttime="20181222 07:57:39.676"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.676" starttime="20181222 07:57:39.657"></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="20181222 07:57:39.689" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.689" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.689" starttime="20181222 07:57:39.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="20181222 07:57:39.690" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.690" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.690" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.690" starttime="20181222 07:57:39.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="20181222 07:57:39.691" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.691" starttime="20181222 07:57:39.690"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.691" starttime="20181222 07:57:39.676"></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="20181222 07:57:39.700" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.700" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.700" starttime="20181222 07:57:39.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="20181222 07:57:39.702" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"875532d5-6337-4281-9de3-111790967d92","network-type":"VLAN","port-list":["d4e589b2-a375-442e-ba10-cc7ac92f40ed","75fabaad-5a1a-4235-8588-9e7b4420cc1e","3a9cee45-cfe7-40c4-812b-f92bb7e4336e","06c0648a-9238-4cf2-b850-d0a1c123b361","d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","15539c19-d826-42eb-b384-3f75fb175162"],"segmentation-id":1121,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","network-id":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","subnet-ip":"21.0.0.0/24"},{"id":"edba3937-9ea9-477e-9f65-6ec55eacd5da","network-type":"VXLAN","port-list":["70a834e8-fa80-4774-b7f8-43fe564ffd07","8251f5f3-63f8-44fb-bebd-78f3bb30c991","370fd344-5fd1-4696-9a07-8327a05474c4","f8099b3d-044f-4969-af22-c79fe84c8eb7","ed11b5b7-4228-423a-b5be-507259737160","6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"],"segmentation-id":21,"tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","network-id":"35a392b7-fe37-456b-88d7-72656496677d","subnet-ip":"22.0.0.0/24"}]}} </msg>
<msg timestamp="20181222 07:57:39.702" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.702" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "875532d5-6337-4281-9de3-111790967d92",
                "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
         ...</msg>
<status status="PASS" endtime="20181222 07:57:39.702" starttime="20181222 07:57:39.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="20181222 07:57:39.703" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "875532d5-6337-4281-9de3-111790967d92",
                "network-id": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "network-type": "VLAN",
                "port-list": [
                    "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                    "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                    "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                    "06c0648a-9238-4cf2-b850-d0a1c123b361",
                    "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                    "15539c19-d826-42eb-b384-3f75fb175162"
                ],
                "segmentation-id": 1121,
                "subnet-ip": "21.0.0.0/24",
                "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5"
            },
            {
                "id": "edba3937-9ea9-477e-9f65-6ec55eacd5da",
                "network-id": "35a392b7-fe37-456b-88d7-72656496677d",
                "network-type": "VXLAN",
                "port-list": [
                    "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                    "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                    "370fd344-5fd1-4696-9a07-8327a05474c4",
                    "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                    "ed11b5b7-4228-423a-b5be-507259737160",
                    "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
                ],
                "segmentation-id": 21,
                "subnet-ip": "22.0.0.0/24",
                "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.703" starttime="20181222 07:57:39.703"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.703" starttime="20181222 07:57:39.691"></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="20181222 07:57:39.729" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.729" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.729" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.731" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.731" starttime="20181222 07:57:39.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="20181222 07:57:39.732" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.732" starttime="20181222 07:57:39.731"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.732" starttime="20181222 07:57:39.703"></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="20181222 07:57:39.746" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.746" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.746" starttime="20181222 07:57:39.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="20181222 07:57:39.748" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.748" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.748" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.748" starttime="20181222 07:57:39.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="20181222 07:57:39.749" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.749" starttime="20181222 07:57:39.749"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.749" starttime="20181222 07:57:39.732"></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="20181222 07:57:39.759" 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="20181222 07:57:39.760" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.760" starttime="20181222 07:57:39.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="20181222 07:57:39.762" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tapf8099b3d-04","interface-child-entry":[{"child-interface":"f8099b3d-044f-4969-af22-c79fe84c8eb7"}]},{"parent-interface":"tapd5a58a96-c4","interface-child-entry":[{"child-interface":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"}]},{"parent-interface":"162795856468502:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"162795856468502:br-ex-patch:1121"}]},{"parent-interface":"194174214523536:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"194174214523536:br-ex-patch:1121"}]},{"parent-interface":"tap75fabaad-5a","interface-child-entry":[{"child-interface":"75fabaad-5a1a-4235-8588-9e7b4420cc1e"}]},{"parent-interface":"128470671326236:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"128470671326236:br-ex-patch:1121"}]},{"parent-interface":"tap3a9cee45-cf","interface-child-entry":[{"child-interface":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e"}]},{"parent-interface":"tap6bbb82ff-2e","interface-child-entry":[{"child-interface":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"}]},{"parent-interface":"18536436985111:br-ex-patch","interface-child-entry":[{"child-interface":"18536436985111:br-ex-patch:trunk"}]},{"parent-interface":"80035509521015:br-ex-patch","interface-child-entry":[{"child-interface":"80035509521015:br-ex-patch:trunk"}]},{"parent-interface":"194174214523536:br-ex-patch","interface-child-entry":[{"child-interface":"194174214523536:br-ex-patch:trunk"}]},{"parent-interface":"162795856468502:br-ex-patch","interface-child-entry":[{"child-interface":"162795856468502:br-ex-patch:trunk"}]},{"parent-interface":"taped11b5b7-42","interface-child-entry":[{"child-interface":"ed11b5b7-4228-423a-b5be-507259737160"}]},{"parent-interface":"tap70a834e8-fa","interface-child-entry":[{"child-interface":"70a834e8-fa80-4774-b7f8-43fe564ffd07"}]},{"parent-interface":"tap15539c19-d8","interface-child-entry":[{"child-interface":"15539c19-d826-42eb-b384-3f75fb175162"}]},{"parent-interface":"80035509521015:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"80035509521015:br-ex-patch:1121"}]},{"parent-interface":"tap06c0648a-92","interface-child-entry":[{"child-interface":"06c0648a-9238-4cf2-b850-d0a1c123b361"}]},{"parent-interface":"tapd4e589b2-a3","interface-child-entry":[{"child-interface":"d4e589b2-a375-442e-ba10-cc7ac92f40ed"}]},{"parent-interface":"tap8251f5f3-63","interface-child-entry":[{"child-interface":"8251f5f3-63f8-44fb-bebd-78f3bb30c991"}]},{"parent-interface":"18536436985111:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"18536436985111:br-ex-patch:1121"}]},{"parent-interface":"128470671326236:br-ex-patch","interface-child-entry":[{"child-interface":"128470671326236:br-ex-patch:trunk"}]},{"parent-interface":"tap370fd344-5f","interface-child-entry":[{"child-interface":"370fd344-5fd1-4696-9a07-8327a05474c4"}]}]}} </msg>
<msg timestamp="20181222 07:57:39.762" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.762" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "f8099b3d-...</msg>
<status status="PASS" endtime="20181222 07:57:39.762" starttime="20181222 07:57:39.760"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.762" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "f8099b3d-044f-4969-af22-c79fe84c8eb7"
                    }
                ],
                "parent-interface": "tapf8099b3d-04"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"
                    }
                ],
                "parent-interface": "tapd5a58a96-c4"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "162795856468502:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "162795856468502:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "194174214523536:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "194174214523536:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "75fabaad-5a1a-4235-8588-9e7b4420cc1e"
                    }
                ],
                "parent-interface": "tap75fabaad-5a"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "128470671326236:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "128470671326236:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
                    }
                ],
                "parent-interface": "tap3a9cee45-cf"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
                    }
                ],
                "parent-interface": "tap6bbb82ff-2e"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "18536436985111:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "18536436985111:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "80035509521015:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "80035509521015:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "194174214523536:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "194174214523536:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "162795856468502:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "162795856468502:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "ed11b5b7-4228-423a-b5be-507259737160"
                    }
                ],
                "parent-interface": "taped11b5b7-42"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "70a834e8-fa80-4774-b7f8-43fe564ffd07"
                    }
                ],
                "parent-interface": "tap70a834e8-fa"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "15539c19-d826-42eb-b384-3f75fb175162"
                    }
                ],
                "parent-interface": "tap15539c19-d8"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "80035509521015:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "80035509521015:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "06c0648a-9238-4cf2-b850-d0a1c123b361"
                    }
                ],
                "parent-interface": "tap06c0648a-92"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
                    }
                ],
                "parent-interface": "tapd4e589b2-a3"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
                    }
                ],
                "parent-interface": "tap8251f5f3-63"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "18536436985111:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "18536436985111:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "128470671326236:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "128470671326236:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "370fd344-5fd1-4696-9a07-8327a05474c4"
                    }
                ],
                "parent-interface": "tap370fd344-5f"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.763" starttime="20181222 07:57:39.762"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.763" starttime="20181222 07:57:39.750"></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="20181222 07:57:39.779" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.779" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.779" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.781" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.781" starttime="20181222 07:57:39.780"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.782" starttime="20181222 07:57:39.781"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.782" starttime="20181222 07:57:39.763"></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="20181222 07:57:39.793" 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="20181222 07:57:39.793" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.793" starttime="20181222 07:57:39.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="20181222 07:57:39.794" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":106000,"external-vpn":false,"vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af"}]}} </msg>
<msg timestamp="20181222 07:57:39.794" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.794" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-9...</msg>
<status status="PASS" endtime="20181222 07:57:39.794" starttime="20181222 07:57:39.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="20181222 07:57:39.795" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.795" starttime="20181222 07:57:39.795"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.795" starttime="20181222 07:57:39.782"></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="20181222 07:57:39.802" 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="20181222 07:57:39.802" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.803" starttime="20181222 07:57:39.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="20181222 07:57:39.803" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-id":106000}]}} </msg>
<msg timestamp="20181222 07:57:39.803" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.803" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
               ...</msg>
<status status="PASS" endtime="20181222 07:57:39.803" starttime="20181222 07:57:39.803"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.804" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.804" starttime="20181222 07:57:39.804"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.804" starttime="20181222 07:57:39.795"></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="20181222 07:57:39.815" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.815" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.815" starttime="20181222 07:57:39.804"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.817" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.817" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.817" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.817" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.817" starttime="20181222 07:57:39.817"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.817" starttime="20181222 07:57:39.804"></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="20181222 07:57:39.832" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.832" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.832" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.833" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.833" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.834" starttime="20181222 07:57:39.834"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.834" starttime="20181222 07:57:39.818"></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="20181222 07:57:39.843" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.843" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.843" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.844" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.845" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.845" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.845" starttime="20181222 07:57:39.845"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.845" starttime="20181222 07:57:39.834"></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="20181222 07:57:39.856" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.856" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.856" starttime="20181222 07:57:39.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="20181222 07:57:39.857" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.857" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.857" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.857" starttime="20181222 07:57:39.856"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.858" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.858" starttime="20181222 07:57:39.857"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.858" starttime="20181222 07:57:39.845"></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="20181222 07:57:39.872" 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="20181222 07:57:39.872" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.872" starttime="20181222 07:57:39.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="20181222 07:57:39.873" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.873" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.873" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.873" starttime="20181222 07:57:39.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="20181222 07:57:39.873" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.873" starttime="20181222 07:57:39.873"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.874" starttime="20181222 07:57:39.858"></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="20181222 07:57:39.882" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.882" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.882" starttime="20181222 07:57:39.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="20181222 07:57:39.883" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.883" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.883" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.883" starttime="20181222 07:57:39.883"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:39.884" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.884" starttime="20181222 07:57:39.883"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.884" starttime="20181222 07:57:39.874"></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="20181222 07:57:39.896" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181222 07:57:39.896" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.896" starttime="20181222 07:57:39.884"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.897" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.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="20181222 07:57:39.897" starttime="20181222 07:57:39.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="20181222 07:57:39.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="20181222 07:57:39.898" starttime="20181222 07:57:39.897"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.898" starttime="20181222 07:57:39.884"></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="20181222 07:57:39.910" 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="20181222 07:57:39.910" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:39.910" starttime="20181222 07:57:39.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="20181222 07:57:39.911" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:39.911" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:39.912" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:39.912" starttime="20181222 07:57:39.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="20181222 07:57:39.912" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:39.912" starttime="20181222 07:57:39.912"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:39.912" starttime="20181222 07:57:39.898"></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="20181222 07:57:40.100" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.101" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.101" starttime="20181222 07:57:39.913"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.269" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:128470671326236","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.128470671326236.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.128470671326236.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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,"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":"L3.128470671326236.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":23,"flow":[{"id":"L3.128470671326236.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"128470671326236.220.128470671326236: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":3355648}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tunf128d08df5b.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":4352}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunf128d08df5b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun1b03ffe1e1e.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":5120}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":7424}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":3355648}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236: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":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tunf0007d8b600.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.tunf0007d8b600","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun434623c4cec.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":4864}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun434623c4cec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":7424}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.75fabaad-5a1a-4235-8588-9e7b4420cc1e.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.75fabaad-5a1a-4235-8588-9e7b4420cc1e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.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.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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":"3621","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151000947,"flow-name":"ITM Flow Entry :6003","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"386003","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151328627,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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,"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_128470671326236_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_128470671326236_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236","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_128470671326236","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":"Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236","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_128470671326236","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,"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":52,"flow":[{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212006}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"5060011284706713262362472:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":26488959139840,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600212847067132623613108FA:16:3E:DB:0F:E2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":14412499113738240,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"50600312847067132623634fa:16:3e:09:4d:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":37484108972032,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50600212847067132623613108FA:16:3E:1B:45:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":14412499113738240,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600212847067132623613108FA:16:3E:1D:41:54","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":14412499113738240,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600212847067132623628fa:16:3e:53:96:ea","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":30887022428160,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"5160011284706713262362472:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":"516003128470671326236162795856468502fa:16:3e:d7:6f:36","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600212847067132623680035509521015fa:16:3e:07:fe:e5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600212847067132623613108FA:16:3E:1D:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600212847067132623613108FA:16:3E:DB:0F:E2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600212847067132623628fa:16:3e:53:96:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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":"516002128470671326236194174214523536fa:16:3e:1a:ce:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600312847067132623618536436985111fa:16:3e:4a:e2:51","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4352,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"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":"51600212847067132623613108FA:16:3E:1B:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600312847067132623618536436985111fa:16:3e:1e:1c:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4352,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"516002128470671326236162795856468502fa:16:3e:1d:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600312847067132623680035509521015fa:16:3e:76:93:8e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"516002128470671326236162795856468502fa:16:3e:1b:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"51600212847067132623618536436985111fa:16:3e:db:0f:e2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"12847067132623651l2control01: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":"516003128470671326236194174214523536fa:16:3e:76:5d:7e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600312847067132623634fa:16:3e:09:4d:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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.28.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":28}},"strict":true,"cookie":142606364,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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.13108.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13108}},"strict":true,"cookie":142619444,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"35a392b7-fe37-456b-88d7-72656496677d","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.13108.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14412398416887808,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13108}},"strict":true,"cookie":142619444,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"35a392b7-fe37-456b-88d7-72656496677d","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,"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":"1284706713262360tun1b03ffe1e1e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:4"},"strict":false,"cookie":134217729,"flow-name":"tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":21990232555521,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tunf128d08df5b","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:2"},"strict":false,"cookie":134217729,"flow-name":"tunf128d08df5b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":18691697672193,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:128470671326236:75fabaad-5a1a-4235-8588-9e7b4420cc1e","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:128470671326236:75fabaad-5a1a-4235-8588-9e7b4420cc1e","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":"0:128470671326236:128470671326236:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:5","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:128470671326236:128470671326236:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":14412398416887809,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tunf0007d8b600","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:1"},"strict":false,"cookie":134217729,"flow-name":"tunf0007d8b600","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":15393162788865,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:128470671326236:128470671326236:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:5","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:128470671326236:128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":31885837205505,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tun434623c4cec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:3"},"strict":false,"cookie":134217729,"flow-name":"tun434623c4cec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":20890720927745,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:128470671326236:6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:128470671326236:6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","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":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.128470671326236.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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":"128470671326236.17.75fabaad-5a1a-4235-8588-9e7b4420cc1e.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.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.75fabaad-5a1a-4235-8588-9e7b4420cc1e","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835088942304591872,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.17.128470671326236:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14412398416887808,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.128470671326236:br-ex-patch:1121","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13108,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13849470554395901952,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.17.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835095539391135744,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"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}}],"watch_port":4294967295}]},"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355648,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212006,"buckets":{"bucket":[{"bucket-id":12,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":11,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212005}}],"watch_port":4294967295},{"bucket-id":13,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4352,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":212005,"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":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"}]},{"id":"openflow:80035509521015","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.80035509521015.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.80035509521015.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.80035509521015.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.80035509521015.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":23,"flow":[{"id":"L3.80035509521015.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"80035509521015.220.tun495c4e9bfba.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":1792}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun495c4e9bfba","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tunb7e4b3b33f6.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":1536}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":6912}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015: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":"80035509521015.220.80035509521015: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":3355392}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":3355392}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015: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":"80035509521015.220.06c0648a-9238-4cf2-b850-d0a1c123b361.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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.06c0648a-9238-4cf2-b850-d0a1c123b361","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":6912}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun25ad0ecff7f.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.tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun131cf19c31c.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":2048}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun131cf19c31c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.70a834e8-fa80-4774-b7f8-43fe564ffd07.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.70a834e8-fa80-4774-b7f8-43fe564ffd07","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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":"3621","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151000947,"flow-name":"ITM Flow Entry :6003","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"386003","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151328627,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_80035509521015_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_80035509521015_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,"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":"Ingress_v4_Broadcast_80035509521015_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_80035509521015_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015","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_80035509521015","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,"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_80035509521015","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_80035509521015","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_80035509521015_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_80035509521015_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":52,"flow":[{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212006}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"5060028003550952101526fa:16:3e:07:fe:e5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":28687999172608,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5060028003550952101513107FA:16:3E:1D:41:54","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":14411399602110464,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"5060028003550952101513107FA:16:3E:1B:45:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":14411399602110464,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060038003550952101533fa:16:3e:76:93:8e","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":36384597344256,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5060028003550952101513107FA:16:3E:DB:0F:E2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":14411399602110464,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"506001800355095210152572:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":27588470767616,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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":"51600280035509521015128470671326236fa:16:3e:53:96:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"51600380035509521015194174214523536fa:16:3e:76:5d:7e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1536,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5160028003550952101526fa:16:3e:07:fe:e5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6656,"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":"5160028003550952101513107FA:16:3E:1D:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"5160038003550952101518536436985111fa:16:3e:4a:e2:51","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2048,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51600380035509521015162795856468502fa:16:3e:d7:6f:36","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600380035509521015128470671326236fa:16:3e:09:4d:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5160028003550952101513107FA:16:3E:DB:0F:E2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"51600280035509521015194174214523536fa:16:3e:1a:ce:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"5160028003550952101518536436985111fa:16:3e:db:0f:e2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"51600280035509521015162795856468502fa:16:3e:1d:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"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":"51600280035509521015162795856468502fa:16:3e:1b:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"5160028003550952101513107FA:16:3E:1B:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"5160038003550952101533fa:16:3e:76:93:8e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","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":"516001800355095210152572:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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":"8003550952101551l2control01: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":"5160038003550952101518536436985111fa:16:3e:1e:1c:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2048,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"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,"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,"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,"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":"35a392b7-fe37-456b-88d7-72656496677d","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.13107.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14411298905260032,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13107}},"strict":true,"cookie":142619443,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.26.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":28587302322176,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":26}},"strict":true,"cookie":142606362,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.26.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":26}},"strict":true,"cookie":142606362,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6656,"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.13107.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13107}},"strict":true,"cookie":142619443,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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,"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":"800355095210150tun131cf19c31c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:2"},"strict":false,"cookie":134217729,"flow-name":"tun131cf19c31c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":8796093022209,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:80035509521015:70a834e8-fa80-4774-b7f8-43fe564ffd07","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:80035509521015:70a834e8-fa80-4774-b7f8-43fe564ffd07","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":"0:80035509521015:06c0648a-9238-4cf2-b850-d0a1c123b361","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:80035509521015:06c0648a-9238-4cf2-b850-d0a1c123b361","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":28587302322176,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun495c4e9bfba","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:3"},"strict":false,"cookie":134217729,"flow-name":"tun495c4e9bfba","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":7696581394433,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun25ad0ecff7f","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:5"},"strict":false,"cookie":134217729,"flow-name":"tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":10995116277761,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:80035509521015:80035509521015:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:80035509521015:80035509521015:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":29686813949953,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tunb7e4b3b33f6","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:4"},"strict":false,"cookie":134217729,"flow-name":"tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":6597069766657,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:80035509521015:80035509521015:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:80035509521015:80035509521015:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":14411298905260033,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.80035509521015.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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":"80035509521015.17.06c0648a-9238-4cf2-b850-d0a1c123b361.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":28587302322176,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.06c0648a-9238-4cf2-b850-d0a1c123b361","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":26,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835086743281336320,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.17.80035509521015:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14411298905260032,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.80035509521015:br-ex-patch:1121","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13107,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13849469454884274176,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.17.70a834e8-fa80-4774-b7f8-43fe564ffd07.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":36283883716608,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.70a834e8-fa80-4774-b7f8-43fe564ffd07","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835094439879507968,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":26}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212006,"buckets":{"bucket":[{"bucket-id":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212005}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1536,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2048,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":212005,"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":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"}]},{"id":"openflow:162795856468502","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.162795856468502.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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":"Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"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.162795856468502.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.162795856468502.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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":"Egress_L2Broadcast_162795856468502_35_fa:16:3e:1d:41:54","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_162795856468502_35_fa:16:3e:1d:41:54","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_37_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_37_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_35_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_35_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ipv4-source":"22.0.0.170/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"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_162795856468502_35_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_35_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_162795856468502_35_fa:16:3e:1d:41:54_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_162795856468502_35_fa:16:3e:1d:41:54_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v4162795856468502_40_fa:16:3e:d7:6f:36_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v4162795856468502_40_fa:16:3e:d7:6f:36_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_35_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_35_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_37_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_37_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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":"Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fed7:6f36/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"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":"Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ipv4-source":"21.0.0.160/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_37_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_37_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_162795856468502_37_fa:16:3e:1b:45:25_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_162795856468502_37_fa:16:3e:1b:45:25_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ipv4-source":"21.0.0.127/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"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":"Egress_ARP_162795856468502_35_fa:16:3e:1d:41:5421.0.0.127","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":2054}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"arp-source-transport-address":"21.0.0.127/32","arp-source-hardware-address":{"address":"fa:16:3e:1d:41:54"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_162795856468502_35_fa:16:3e:1d:41:5421.0.0.127","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_162795856468502_37_fa:16:3e:1b:45:2521.0.0.160","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":2054}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"arp-source-transport-address":"21.0.0.160/32","arp-source-hardware-address":{"address":"fa:16:3e:1b:45:25"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_162795856468502_37_fa:16:3e:1b:45:2521.0.0.160","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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_L2Broadcast_162795856468502_37_fa:16:3e:1b:45:25","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_162795856468502_37_fa:16:3e:1b:45:25","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_L2Broadcast_162795856468502_40_fa:16:3e:d7:6f:36","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_162795856468502_40_fa:16:3e:d7:6f:36","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_40_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_40_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe1d:4154/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_162795856468502_40_fa:16:3e:d7:6f:36_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_162795856468502_40_fa:16:3e:d7:6f:36_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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":"Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe1b:4525/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v4162795856468502_37_fa:16:3e:1b:45:25_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v4162795856468502_37_fa:16:3e:1b:45:25_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_162795856468502_40_fa:16:3e:d7:6f:3622.0.0.170","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":2054}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"arp-source-transport-address":"22.0.0.170/32","arp-source-hardware-address":{"address":"fa:16:3e:d7:6f:36"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_162795856468502_40_fa:16:3e:d7:6f:3622.0.0.170","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_40_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_40_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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_Client_v4162795856468502_35_fa:16:3e:1d:41:54_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v4162795856468502_35_fa:16:3e:1d:41:54_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_162795856468502_40_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_162795856468502_40_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"L3.162795856468502.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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,"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":"Egress_162795856468502_35_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972164,"metadata-mask":1152920405095219204}},"strict":false,"cookie":38483017072641,"flow-name":"Egress_162795856468502_35_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_162795856468502_37","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227714,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_162795856468502_37","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_162795856468502_35","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972162,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_162795856468502_35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_162795856468502_40_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111044,"metadata-mask":1152920405095219204}},"strict":false,"cookie":43980575211521,"flow-name":"Egress_162795856468502_40_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_162795856468502_37_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227716,"metadata-mask":1152920405095219204}},"strict":false,"cookie":40682040328193,"flow-name":"Egress_162795856468502_37_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_162795856468502_40","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111042,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_162795856468502_40","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"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,"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.162795856468502.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":40682040328193,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_37_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_37_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":38483017072641,"flow-name":"Egress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":38483017072641,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_35_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_35_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_162795856468502_35_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_162795856468502_35_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_162795856468502_35_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_162795856468502_35_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_162795856468502_40_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_162795856468502_40_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_162795856468502_37_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_162795856468502_37_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_35_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_35_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":40682040328193,"flow-name":"Egress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":43980575211521,"flow-name":"Egress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":43980575211521,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_162795856468502_35_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_162795856468502_35_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_40_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_40_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_40_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_40_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_162795856468502_37_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_162795856468502_37_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_162795856468502_40_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_162795856468502_40_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"TCP_DESTINATION_1_0Egress_162795856468502_37_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_162795856468502_37_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_162795856468502_40_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_162795856468502_40_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"UDP_DESTINATION_1_0Egress_162795856468502_37_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_162795856468502_37_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.162795856468502.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"162795856468502.220.162795856468502: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":3356160}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502: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":"162795856468502.220.162795856468502: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":3356160}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.9","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":2415928576}}}]},"strict":true,"cookie":134217735,"flow-name":"default.15539c19-d826-42eb-b384-3f75fb175162","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.9","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":2415929344}}}]},"strict":true,"cookie":134217735,"flow-name":"default.370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.0","priority":6,"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":110100480,"flow-name":"acl.egressacl.15539c19-d826-42eb-b384-3f75fb175162","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415928576,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun142c14601dd.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.tun142c14601dd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":9216}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0","priority":6,"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":8960}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415928064,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun5dab709ae7e.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.tun5dab709ae7e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun1ffb9c80c23.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.tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":9216}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502: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":"162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.9","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":2415928064}}}]},"strict":true,"cookie":134217735,"flow-name":"default.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.0","priority":6,"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":10240}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415929344,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun4c2d349f04c.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.tun4c2d349f04c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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":"3621","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151000947,"flow-name":"ITM Flow Entry :6003","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"386003","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151328627,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_DHCP_Server_v6_162795856468502_35_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":8960}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_162795856468502_35_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_40_22.0.0.255_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}},"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","mask":268435200,"value":10240}}}],"ipv4-destination":"22.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_162795856468502_40_22.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_162795856468502_37_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9472}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_162795856468502_37_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_37_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_37_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":8960}}}],"ipv4-destination":"21.0.0.127/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_37_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_37_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_162795856468502_40","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_162795856468502_40","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_35_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_35_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_162795856468502_37","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_162795856468502_37","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_162795856468502_35","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_162795856468502_35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_40_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_40_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_162795856468502_40_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10240}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_162795856468502_40_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_35_21.0.0.255_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}},"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","mask":268435200,"value":8960}}}],"ipv4-destination":"21.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_162795856468502_35_21.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":9472}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe1b:4525/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":8960}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe1d:4154/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_ICMPv6_162795856468502_37_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_37_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4162795856468502_37_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9472}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v4162795856468502_37_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_40_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_40_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4162795856468502_40_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10240}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v4162795856468502_40_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10240}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fed7:6f36/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_35_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_35_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":9472}}}],"ipv4-destination":"21.0.0.160/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_35_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_35_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_37_21.0.0.255_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}},"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","mask":268435200,"value":9472}}}],"ipv4-destination":"21.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_162795856468502_37_21.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_162795856468502_40_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_162795856468502_40_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10240}}}],"ipv4-destination":"22.0.0.170/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4162795856468502_35_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":8960}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v4162795856468502_35_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502","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_162795856468502","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,"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_162795856468502","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_162795856468502","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":"Ingress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":10240}}}]},"strict":false,"cookie":43980575211521,"flow-name":"Ingress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40","priority":50,"table_id":244,"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":43980575211521,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_162795856468502_35_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_162795856468502_35_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"ICMP_Ingress_162795856468502_37_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_162795856468502_37_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":9472}}}]},"strict":false,"cookie":40682040328193,"flow-name":"Ingress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_162795856468502_40_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_162795856468502_40_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_162795856468502_40_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_162795856468502_40_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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":"ICMP_Ingress_162795856468502_35_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_162795856468502_35_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":8960}}}]},"strict":false,"cookie":38483017072641,"flow-name":"Ingress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_162795856468502_37_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_162795856468502_37_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_162795856468502_37_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_162795856468502_37_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_162795856468502_40_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_162795856468502_40_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37","priority":50,"table_id":244,"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":40682040328193,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_162795856468502_35_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_162795856468502_35_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35","priority":50,"table_id":244,"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":38483017072641,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212006}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"50600216279585646850237fa:16:3e:1b:45:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":40782627078144,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50600216279585646850213110FA:16:3E:53:96:EA","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":14414698136993792,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600216279585646850213110FA:16:3E:DB:0F:E2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":14414698136993792,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"50600316279585646850240fa:16:3e:d7:6f:36","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":44081178738688,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50600216279585646850213110FA:16:3E:07:FE:E5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":14414698136993792,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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":"50600216279585646850235fa:16:3e:1d:41:54","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":38583603822592,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50600216279585646850213110FA:16:3E:1A:CE:41","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":14414698136993792,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"16279585646850251l2control01: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":"51600216279585646850213110FA:16:3E:1A:CE:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"51600216279585646850213110FA:16:3E:07:FE:E5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"51600316279585646850240fa:16:3e:d7:6f:36","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10240,"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":"51600216279585646850280035509521015fa:16:3e:07:fe:e5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"516003162795856468502128470671326236fa:16:3e:09:4d:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3072,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51600216279585646850218536436985111fa:16:3e:db:0f:e2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"51600216279585646850213110FA:16:3E:DB:0F:E2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"516002162795856468502194174214523536fa:16:3e:1a:ce:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"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":"51600216279585646850237fa:16:3e:1b:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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":"516003162795856468502194174214523536fa:16:3e:76:5d:7e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600316279585646850280035509521015fa:16:3e:76:93:8e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600316279585646850218536436985111fa:16:3e:1e:1c:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":768,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"516002162795856468502128470671326236fa:16:3e:53:96:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600216279585646850235fa:16:3e:1d:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8960,"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":"51600216279585646850213110FA:16:3E:53:96:EA","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"51600316279585646850218536436985111fa:16:3e:4a:e2:51","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":768,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"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,"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,"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":"Ingress_162795856468502_40_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":43980575211521,"flow-name":"Ingress_162795856468502_40_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_35","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_40","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_40","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_162795856468502_35_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":38483017072641,"flow-name":"Ingress_162795856468502_35_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_37","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_162795856468502_37","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_162795856468502_37_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":9472}}}]},"strict":false,"cookie":40682040328193,"flow-name":"Ingress_162795856468502_37_Drop","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,"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10240}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":8960}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.35.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":35}},"strict":true,"cookie":142606371,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8960,"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.40.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":true,"cookie":142606376,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10240,"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.40.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111040,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":40}},"strict":true,"cookie":142606376,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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.13110.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13110}},"strict":true,"cookie":142619446,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.35.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972160,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":35}},"strict":true,"cookie":142606371,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13110.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14414597440143360,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13110}},"strict":true,"cookie":142619446,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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,"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":"1627958564685020tun5dab709ae7e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:2"},"strict":false,"cookie":134217729,"flow-name":"tun5dab709ae7e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun4c2d349f04c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:4"},"strict":false,"cookie":134217729,"flow-name":"tun4c2d349f04c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":5497558138881,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:162795856468502:162795856468502:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:162795856468502:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":39582418599937,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:162795856468502:370fd344-5fd1-4696-9a07-8327a05474c4","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":43980465111040,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:162795856468502:15539c19-d826-42eb-b384-3f75fb175162","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:15539c19-d826-42eb-b384-3f75fb175162","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":"0:162795856468502:d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":38482906972160,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:162795856468502:162795856468502:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:162795856468502:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":14414597440143361,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun142c14601dd","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:5"},"strict":false,"cookie":134217729,"flow-name":"tun142c14601dd","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":13194139533313,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun1ffb9c80c23","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:3"},"strict":false,"cookie":134217729,"flow-name":"tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":2199023255553,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.162795856468502.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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":"162795856468502.17.162795856468502:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14414597440143360,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.162795856468502:br-ex-patch:1121","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13110,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13849472753419157504,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":38482906972160,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682175033582288896,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.370fd344-5fd1-4696-9a07-8327a05474c4.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111040,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682180531140427776,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.15539c19-d826-42eb-b384-3f75fb175162.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682177232605544448,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.15539c19-d826-42eb-b384-3f75fb175162","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835098837909241856,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.15539c19-d826-42eb-b384-3f75fb175162.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.15539c19-d826-42eb-b384-3f75fb175162","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682177232605544448,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682175033582288896,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":35,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835096638885986304,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.17.370fd344-5fd1-4696-9a07-8327a05474c4.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682180531140427776,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":40,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835102136460902400,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":35}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295},{"bucket-id":1,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212006,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212005}}],"watch_port":4294967295},{"bucket-id":6,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3072,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":5,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":768,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":212005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":40}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"}]},{"id":"openflow:18536436985111","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.18536436985111.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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":"Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":213,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"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.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.18536436985111.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.18536436985111.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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":"Egress_ICMPv6_18536436985111_38_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_38_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ipv4-source":"21.0.0.222/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"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_18536436985111_38_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_38_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fedb:fe2/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_18536436985111_41_fa:16:3e:4a:e2:51_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_18536436985111_41_fa:16:3e:4a:e2:51_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_18536436985111_38_fa:16:3e:db:0f:e2_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_18536436985111_38_fa:16:3e:db:0f:e2_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_18536436985111_42_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_42_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ipv4-source":"22.0.0.71/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"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":"Egress_L2Broadcast_18536436985111_41_fa:16:3e:4a:e2:51","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_18536436985111_41_fa:16:3e:4a:e2:51","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ipv4-source":"22.0.0.103/32"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"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":"Egress_ICMPv6_18536436985111_38_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_38_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"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":"Egress_DHCP_Client_v418536436985111_42_fa:16:3e:1e:1c:f5_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v418536436985111_42_fa:16:3e:1e:1c:f5_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe1e:1cf5/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v418536436985111_38_fa:16:3e:db:0f:e2_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v418536436985111_38_fa:16:3e:db:0f:e2_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_18536436985111_41_fa:16:3e:4a:e2:5122.0.0.103","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":2054}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"arp-source-transport-address":"22.0.0.103/32","arp-source-hardware-address":{"address":"fa:16:3e:4a:e2:51"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_18536436985111_41_fa:16:3e:4a:e2:5122.0.0.103","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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_ARP_18536436985111_42_fa:16:3e:1e:1c:f522.0.0.71","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":2054}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"arp-source-transport-address":"22.0.0.71/32","arp-source-hardware-address":{"address":"fa:16:3e:1e:1c:f5"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_18536436985111_42_fa:16:3e:1e:1c:f522.0.0.71","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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":"Egress_ARP_18536436985111_38_fa:16:3e:db:0f:e221.0.0.222","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":2054}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"arp-source-transport-address":"21.0.0.222/32","arp-source-hardware-address":{"address":"fa:16:3e:db:0f:e2"}},"strict":false,"cookie":110100480,"flow-name":"Egress_ARP_18536436985111_38_fa:16:3e:db:0f:e221.0.0.222","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_18536436985111_42_fa:16:3e:1e:1c:f5_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v6_18536436985111_42_fa:16:3e:1e:1c:f5_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_18536436985111_41_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_41_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_L2Broadcast_18536436985111_38_fa:16:3e:db:0f:e2","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_18536436985111_38_fa:16:3e:db:0f:e2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe4a:e251/128"},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_18536436985111_41_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_41_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v418536436985111_41_fa:16:3e:4a:e2:51_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Client_v418536436985111_41_fa:16:3e:4a:e2:51_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_18536436985111_42_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_42_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_18536436985111_41_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_41_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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_ICMPv6_18536436985111_42_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_18536436985111_42_133_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_L2Broadcast_18536436985111_42_fa:16:3e:1e:1c:f5","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"Egress_L2Broadcast_18536436985111_42_fa:16:3e:1e:1c:f5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"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.18536436985111.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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,"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_18536436985111_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_18536436985111_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,"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,"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":"Egress_18536436985111_41_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738820,"metadata-mask":1152920405095219204}},"strict":false,"cookie":45080086839297,"flow-name":"Egress_18536436985111_41_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_18536436985111_38","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855490,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_18536436985111_38","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_18536436985111_42_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366596,"metadata-mask":1152920405095219204}},"strict":false,"cookie":46179598467073,"flow-name":"Egress_18536436985111_42_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_18536436985111_42","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366594,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_18536436985111_42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_18536436985111_41","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738818,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Non_Conntrack_18536436985111_41","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"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":"Egress_18536436985111_38_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855492,"metadata-mask":1152920405095219204}},"strict":false,"cookie":41781551955969,"flow-name":"Egress_18536436985111_38_Drop","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,"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.18536436985111.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"ETHERnullEgress_18536436985111_41_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_41_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_18536436985111_41_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_18536436985111_41_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_18536436985111_41_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_18536436985111_41_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_18536436985111_38_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_38_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":41781551955969,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_18536436985111_42_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_42_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_18536436985111_42_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_42_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"ICMP_Egress_18536436985111_42_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_18536436985111_42_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"UDP_DESTINATION_1_0Egress_18536436985111_38_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_18536436985111_38_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":41781551955969,"flow-name":"Egress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_18536436985111_41_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_18536436985111_41_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":46179598467073,"flow-name":"Egress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_18536436985111_41_306c4243-4d13-4221-8772-8210bad075bf","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_41_306c4243-4d13-4221-8772-8210bad075bf","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_18536436985111_42_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_18536436985111_42_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_18536436985111_38_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ETHERnullEgress_18536436985111_38_bb4d2b01-1db0-4d94-9022-2f6567ea9a54","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_18536436985111_42_1b1e6016-38d6-4561-aa5c-f004e12dbba7","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Egress_18536436985111_42_1b1e6016-38d6-4561-aa5c-f004e12dbba7","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"ICMP_Egress_18536436985111_38_d69b37c2-9692-4388-b7cd-5fb80059103d","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ICMP_Egress_18536436985111_38_d69b37c2-9692-4388-b7cd-5fb80059103d","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"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":48,"ct-state":48}}}]},"strict":false,"cookie":45080086839297,"flow-name":"Egress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_18536436985111_38_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","priority":2999,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Egress_18536436985111_38_a136d7da-6ea8-495c-8cef-b9f75fbf0a15","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200}},"strict":false,"cookie":45080086839297,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200}},"strict":false,"cookie":46179598467073,"flow-name":"Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.18536436985111.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"18536436985111.220.18536436985111: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":9984}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111: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":"18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.0","priority":6,"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":110100480,"flow-name":"acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415929600,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.0","priority":6,"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":10752}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415929856,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":3356416}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":3356416}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111: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":"18536436985111.220.18536436985111: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":9984}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.0","priority":6,"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":110100480,"flow-name":"acl.egressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2415928832,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.9","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":2415929856}}}]},"strict":true,"cookie":134217735,"flow-name":"default.f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"26"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tun214059764a9.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":256}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun214059764a9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.9","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":2415928832}}}]},"strict":true,"cookie":134217735,"flow-name":"default.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tuncda06a2d94c.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.tuncda06a2d94c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tun41ce5f00c8e.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.tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tun7c2adfb4d8e.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.tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.9","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":2415929600}}}]},"strict":true,"cookie":134217735,"flow-name":"default.ed11b5b7-4228-423a-b5be-507259737160","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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":"3621","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151000947,"flow-name":"ITM Flow Entry :6003","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"386003","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151328627,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":9728}}}],"ipv4-destination":"21.0.0.222/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_18536436985111_42_22.0.0.255_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}},"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","mask":268435200,"value":10752}}}],"ipv4-destination":"22.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_18536436985111_42_22.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v418536436985111_38_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9728}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v418536436985111_38_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_18536436985111_38_21.0.0.255_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}},"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","mask":268435200,"value":9728}}}],"ipv4-destination":"21.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_18536436985111_38_21.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10752}}}],"ipv4-destination":"22.0.0.71/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_42_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_42_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_41_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_41_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_18536436985111_42","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_18536436985111_42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_41_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_41_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10496}}}],"ipv4-destination":"22.0.0.103/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10752}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe1e:1cf5/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_38_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_38_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_18536436985111_41_22.0.0.255_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}},"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","mask":268435200,"value":10496}}}],"ipv4-destination":"22.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_18536436985111_41_22.0.0.255_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_ICMPv6_18536436985111_38_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_38_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_42_135_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_42_135_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v418536436985111_41_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10496}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v418536436985111_41_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_42_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_42_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_38_130_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":130},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_38_130_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_18536436985111_41_136_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ICMPv6_18536436985111_41_136_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_18536436985111_41","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_18536436985111_41","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v418536436985111_42_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10752}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v418536436985111_42_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10496}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe4a:e251/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_18536436985111_38","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_ARP_18536436985111_38","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_18536436985111_42_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10752}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_18536436985111_42_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"},"ethernet-type":{"type":34525}},"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","mask":268435200,"value":9728}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fedb:fe2/128"},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_18536436985111_41_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10496}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_18536436985111_41_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_18536436985111_38_Permit_","priority":63010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9728}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Ingress_DHCP_Server_v6_18536436985111_38_Permit_","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111","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_18536436985111","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,"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_18536436985111","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_18536436985111","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":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42","priority":50,"table_id":244,"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":46179598467073,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_18536436985111_41_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_18536436985111_41_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_18536436985111_42_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_18536436985111_42_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":10496}}}]},"strict":false,"cookie":45080086839297,"flow-name":"Ingress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41","priority":50,"table_id":244,"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":45080086839297,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"TCP_DESTINATION_1_0Ingress_18536436985111_42_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_18536436985111_42_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_18536436985111_41_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_18536436985111_41_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_18536436985111_38_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_18536436985111_38_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_18536436985111_38_6e742f59-ac3a-441a-91cc-4829b73619c2","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"ICMP_Ingress_18536436985111_38_6e742f59-ac3a-441a-91cc-4829b73619c2","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_18536436985111_38_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_18536436985111_38_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38","priority":50,"table_id":244,"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":41781551955969,"flow-name":"Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":9728}}}]},"strict":false,"cookie":41781551955969,"flow-name":"Ingress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"Ingress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid","priority":62020,"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":48,"ct-state":48}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","mask":268435200,"value":10752}}}]},"strict":false,"cookie":46179598467073,"flow-name":"Ingress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_18536436985111_42_92428f09-75c7-4a6c-8263-47e868e83ded","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"UDP_DESTINATION_1_0Ingress_18536436985111_42_92428f09-75c7-4a6c-8263-47e868e83ded","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_18536436985111_41_8f78e402-ea7d-497d-9058-af67bcbe70b3","priority":2999,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"TCP_DESTINATION_1_0Ingress_18536436985111_41_8f78e402-ea7d-497d-9058-af67bcbe70b3","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212006}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"5060021853643698511113111FA:16:3E:1B:45:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"5060031853643698511141fa:16:3e:4a:e2:51","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":45180690366464,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5060021853643698511113111FA:16:3E:1A:CE:41","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"506001185364369851112372:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":25389447512064,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060021853643698511113111FA:16:3E:53:96:EA","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060021853643698511138fa:16:3e:db:0f:e2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":41882138705920,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5060021853643698511113111FA:16:3E:07:FE:E5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060031853643698511142fa:16:3e:1e:1c:f5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":46280201994240,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"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":"Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc","priority":100,"table_id":242,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":0,"zone-src":0,"recirc-table":243,"conntrack-zone":6003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"5160031853643698511142fa:16:3e:1e:1c:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10752,"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":"5160021853643698511138fa:16:3e:db:0f:e2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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":"516001185364369851112372:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":"5160031853643698511180035509521015fa:16:3e:76:93:8e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600218536436985111194174214523536fa:16:3e:1a:ce:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600318536436985111128470671326236fa:16:3e:09:4d:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2816,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"1853643698511151l2control01: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":"51600218536436985111162795856468502fa:16:3e:1b:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"5160021853643698511113111FA:16:3E:07:FE:E5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"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":"51600318536436985111194174214523536fa:16:3e:76:5d:7e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600218536436985111128470671326236fa:16:3e:53:96:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"5160021853643698511113111FA:16:3E:1B:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"5160021853643698511180035509521015fa:16:3e:07:fe:e5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"5160021853643698511113111FA:16:3E:1A:CE:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"51600218536436985111162795856468502fa:16:3e:1d:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"5160021853643698511113111FA:16:3E:53:96:EA","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"5160031853643698511141fa:16:3e:4a:e2:51","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","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":"51600318536436985111162795856468502fa:16:3e:d7:6f:36","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"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,"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,"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":"Ingress_18536436985111_38_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":41781551955969,"flow-name":"Ingress_18536436985111_38_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_18536436985111_42_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":46179598467073,"flow-name":"Ingress_18536436985111_42_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_42","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_41","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_41","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_18536436985111_41_Drop","priority":62020,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4},"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","mask":268435200,"value":10496}}}]},"strict":false,"cookie":45080086839297,"flow-name":"Ingress_18536436985111_41_Drop","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6002}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_38","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2,"metadata-mask":2},"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","mask":268435200,"value":9728}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Non_Conntrack_18536436985111_38","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]","priority":100,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":0,"metadata-mask":2},"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","mask":268435200,"value":10752}}}]},"strict":false,"cookie":110100480,"flow-name":"Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-conntrack":{"flags":1,"zone-src":0,"recirc-table":255,"ct-actions":[{"nx-action-ct-mark":{"ct-mark":1}}],"conntrack-zone":6003}},{"order":1,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.13111.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14415696951771136,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13111}},"strict":true,"cookie":142619447,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.42.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366592,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":42}},"strict":true,"cookie":142606378,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.42.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":42}},"strict":true,"cookie":142606378,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10752,"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":"35a392b7-fe37-456b-88d7-72656496677d","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":"35a392b7-fe37-456b-88d7-72656496677d","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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13111.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13111}},"strict":true,"cookie":142619447,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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.38.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":38}},"strict":true,"cookie":142606374,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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,"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:18536436985111:18536436985111:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:18536436985111:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":14415696951771137,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:18536436985111:f8099b3d-044f-4969-af22-c79fe84c8eb7","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:26","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":46179488366592,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tuncda06a2d94c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:3"},"strict":false,"cookie":134217729,"flow-name":"tuncda06a2d94c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":4398046511105,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun41ce5f00c8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:5"},"strict":false,"cookie":134217729,"flow-name":"tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":12094627905537,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun7c2adfb4d8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:4"},"strict":false,"cookie":134217729,"flow-name":"tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":9895604649985,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:18536436985111:ed11b5b7-4228-423a-b5be-507259737160","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:ed11b5b7-4228-423a-b5be-507259737160","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":"0:18536436985111:3a9cee45-cfe7-40c4-812b-f92bb7e4336e","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:3a9cee45-cfe7-40c4-812b-f92bb7e4336e","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":"185364369851110tun214059764a9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:2"},"strict":false,"cookie":134217729,"flow-name":"tun214059764a9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":1099511627777,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:18536436985111:18536436985111:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:18536436985111:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":42880953483265,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.18536436985111.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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":"18536436985111.17.ed11b5b7-4228-423a-b5be-507259737160.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682181630652055552,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.ed11b5b7-4228-423a-b5be-507259737160","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835103235972530176,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.f8099b3d-044f-4969-af22-c79fe84c8eb7.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366592,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682182730163683328,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.18536436985111:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14415696951771136,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.18536436985111:br-ex-patch:1121","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13111,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13849473852930785280,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.f8099b3d-044f-4969-af22-c79fe84c8eb7.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682182730163683328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":42,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835104335484157952,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855488,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682178332117172224,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.11","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12682178332117172224,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"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":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835099937420869632,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.17.ed11b5b7-4228-423a-b5be-507259737160.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.ed11b5b7-4228-423a-b5be-507259737160","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":12682181630652055552,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":212006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212005}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2816,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212005,"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},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":42}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"}]},{"id":"openflow:194174214523536","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.194174214523536.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.194174214523536.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.194174214523536.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.194174214523536.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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.194174214523536.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"194174214523536.220.194174214523536: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":3355904}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536: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":"194174214523536.220.tunc001a0f04f5.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.tunc001a0f04f5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":3355904}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.d4e589b2-a375-442e-ba10-cc7ac92f40ed.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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.d4e589b2-a375-442e-ba10-cc7ac92f40ed","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536: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":"194174214523536.220.tunc2ae3f10b8d.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.tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun9ec20f827f9.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":4608}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun9ec20f827f9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun14aa3b718ec.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.tun14aa3b718ec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.8251f5f3-63f8-44fb-bebd-78f3bb30c991.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":8192}}}]},"strict":true,"cookie":134217735,"flow-name":"default.8251f5f3-63f8-44fb-bebd-78f3bb30c991","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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":"3621","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151000947,"flow-name":"ITM Flow Entry :6003","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"386003","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":21}},"strict":false,"cookie":151328627,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100713627648,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_L2_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536","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_194174214523536","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,"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_194174214523536","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_194174214523536","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_194174214523536_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_194174214523536_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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":52,"flow":[{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100713627648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563763,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212006}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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,"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":"50600219417421452353613109FA:16:3E:1B:45:25","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":14413598625366016,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600219417421452353613109FA:16:3E:DB:0F:E2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":14413598625366016,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50600319417421452353632fa:16:3e:76:5d:7e","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":35285085716480,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50600219417421452353630fa:16:3e:1a:ce:41","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":33086045683712,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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":"50600219417421452353613109FA:16:3E:1D:41:54","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":14413598625366016,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"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":"51600319417421452353618536436985111fa:16:3e:1e:1c:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1e:1c:f5"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4096,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51600219417421452353618536436985111fa:16:3e:db:0f:e2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:db:0f:e2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"516002194174214523536162795856468502fa:16:3e:1b:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1b:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"51600219417421452353613109FA:16:3E:1B:45:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1B:45:25"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"51600319417421452353632fa:16:3e:76:5d:7e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:5d:7e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8192,"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":"516003194174214523536128470671326236fa:16:3e:09:4d:25","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:09:4d:25"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4608,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"516003194174214523536162795856468502fa:16:3e:d7:6f:36","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d7:6f:36"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3840,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"516002194174214523536128470671326236fa:16:3e:53:96:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:96:ea"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600219417421452353630fa:16:3e:1a:ce:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1a:ce:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7680,"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":"19417421452353651l2control01: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":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"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":"51600219417421452353613109FA:16:3E:1D:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1D:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"51600219417421452353680035509521015fa:16:3e:07:fe:e5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:07:fe:e5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"51600319417421452353680035509521015fa:16:3e:76:93:8e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:76:93:8e"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0}]},"idle-timeout":0,"barrier":false},{"id":"516002194174214523536162795856468502fa:16:3e:1d:41:54","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1d:41:54"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"51600319417421452353618536436985111fa:16:3e:4a:e2:51","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4a:e2:51"}},"metadata":{"metadata":100713627648,"metadata-mask":1099494850560}},"strict":true,"cookie":134420339,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4096,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51600219417421452353613109FA:16:3E:DB:0F:E2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:DB:0F:E2"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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,"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,"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,"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.30.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":30}},"strict":true,"cookie":142606366,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7680,"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.32.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":35184372088832,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":32}},"strict":true,"cookie":142606368,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13109.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14413497928515584,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13109}},"strict":true,"cookie":142619445,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.32.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":32}},"strict":true,"cookie":142606368,"flow-name":"35a392b7-fe37-456b-88d7-72656496677d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8192,"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.30.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":32985348833280,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":30}},"strict":true,"cookie":142606366,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13109.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13109}},"strict":true,"cookie":142619445,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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,"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:194174214523536:194174214523536:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:194174214523536:194174214523536:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461057,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tun14aa3b718ec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:2"},"strict":false,"cookie":134217729,"flow-name":"tun14aa3b718ec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":14293651161089,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc001a0f04f5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:4"},"strict":false,"cookie":134217729,"flow-name":"tunc001a0f04f5","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":17592186044417,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tun9ec20f827f9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:5"},"strict":false,"cookie":134217729,"flow-name":"tun9ec20f827f9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":19791209299969,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:194174214523536:194174214523536:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:194174214523536:194174214523536:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":14413497928515585,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:194174214523536:8251f5f3-63f8-44fb-bebd-78f3bb30c991","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:194174214523536:8251f5f3-63f8-44fb-bebd-78f3bb30c991","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":35184372088832,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc2ae3f10b8d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:3"},"strict":false,"cookie":134217729,"flow-name":"tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":16492674416641,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:194174214523536:d4e589b2-a375-442e-ba10-cc7ac92f40ed","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:194174214523536:d4e589b2-a375-442e-ba10-cc7ac92f40ed","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":32985348833280,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.194174214523536.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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":"194174214523536.17.194174214523536:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14413497928515584,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.194174214523536:br-ex-patch:1121","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13109,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13849471653907529728,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.17.8251f5f3-63f8-44fb-bebd-78f3bb30c991.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":35184372088832,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.35a392b7-fe37-456b-88d7-72656496677d.8251f5f3-63f8-44fb-bebd-78f3bb30c991","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":32,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835093340367880192,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.17.d4e589b2-a375-442e-ba10-cc7ac92f40ed.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":32985348833280,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d4e589b2-a375-442e-ba10-cc7ac92f40ed","instructions":{"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":30,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":13835091141327847424,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355904,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":30}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212006,"buckets":{"bucket":[{"bucket-id":8,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3840,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":7,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212005}}],"watch_port":4294967295},{"bucket-id":10,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4608,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295},{"bucket-id":9,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":21}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4096,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"},{"group-id":212005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":32}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"35a392b7-fe37-456b-88d7-72656496677d","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181222 07:57:40.274" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.288" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181222 07:57:40.288" starttime="20181222 07:57:40.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="20181222 07:57:40.303" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6144
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3355648
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "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": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 12,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 11,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4352
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 13,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212006,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "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": 212005,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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_128470671326236_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": 3355648
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf128d08df5b.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": 4352
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun1b03ffe1e1e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 5120
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": 7424
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3355648
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf0007d8b600.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": 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.tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun434623c4cec.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7424
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.75fabaad-5a1a-4235-8588-9e7b4420cc1e.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": 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.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.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": 8704
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000947,
                                "flow-name": "ITM Flow Entry :6003",
                                "hard-timeout": 0,
                                "id": "3621",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328627,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "386003",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_128470671326236_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": "Ingress_v4_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_128470671326236_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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": "Fixed_Conntrk_Trk_128470671326236_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060011284706713262362472:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 26488959139840,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600212847067132623613108FA:16:3E:DB:0F:E2",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14412499113738240,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "50600312847067132623634fa:16:3e:09:4d:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37484108972032,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600212847067132623613108FA:16:3E:1B:45:25",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14412499113738240,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600212847067132623613108FA:16:3E:1D:41:54",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14412499113738240,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "hard-timeout": 0,
                                "id": "50600212847067132623628fa:16:3e:53:96:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 30887022428160,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "5160011284706713262362472:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003128470671326236162795856468502fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623680035509521015fa:16:3e:07:fe:e5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623613108FA:16:3E:1D:41:54",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623613108FA:16:3E:DB:0F:E2",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623628fa:16:3e:53:96:ea",
                                "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:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002128470671326236194174214523536fa:16:3e:1a:ce:41",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600312847067132623618536436985111fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4352
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623613108FA:16:3E:1B:45:25",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600312847067132623618536436985111fa:16:3e:1e:1c:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4352
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002128470671326236162795856468502fa:16:3e:1d:41:54",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600312847067132623680035509521015fa:16:3e:76:93:8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002128470671326236162795856468502fa:16:3e:1b:45:25",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600212847067132623618536436985111fa:16:3e:db:0f:e2",
                                "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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "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": "12847067132623651l2control01: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": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003128470671326236194174214523536fa:16:3e:76:5d:7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600312847067132623634fa:16:3e:09:4d:25",
                                "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:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606364,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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": 142619444,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13108.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": 3355648
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13108
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606364,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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": 142606370,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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": 142619444,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13108.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14412398416887808,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13108
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606370,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun1b03ffe1e1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 21990232555521,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf128d08df5b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 18691697672193,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:128470671326236:75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                                "hard-timeout": 0,
                                "id": "0:128470671326236:75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                                "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:128470671326236: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:128470671326236:128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:128470671326236:128470671326236: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": 14412398416887809,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:5",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1121,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf0007d8b600",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 15393162788865,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:1"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:128470671326236:128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:128470671326236:128470671326236:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 31885837205505,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:5",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun434623c4cec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 20890720927745,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:128470671326236:6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                                "hard-timeout": 0,
                                "id": "0:128470671326236:6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                                "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:128470671326236:7",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.17.75fabaad-5a1a-4235-8588-9e7b4420cc1e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835088942304591872,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 30786325577728,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "128470671326236.17.128470671326236:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13108
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13849470554395901952,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14412398416887808,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                                "hard-timeout": 0,
                                "id": "128470671326236.17.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835095539391135744,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:128470671326236"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6400
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3355392
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 26
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1536
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2048
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212006,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "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": 212005,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.80035509521015.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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": "Fixed_Conntrk_Trk_80035509521015_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun495c4e9bfba.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": 1792
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tunb7e4b3b33f6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1536
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 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.80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 3355392
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 3355392
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.06c0648a-9238-4cf2-b850-d0a1c123b361",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.06c0648a-9238-4cf2-b850-d0a1c123b361.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": 6656
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 6912
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun25ad0ecff7f.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun131cf19c31c.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": 2048
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.70a834e8-fa80-4774-b7f8-43fe564ffd07",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.70a834e8-fa80-4774-b7f8-43fe564ffd07.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": 8448
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000947,
                                "flow-name": "ITM Flow Entry :6003",
                                "hard-timeout": 0,
                                "id": "3621",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328627,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "386003",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_80035509521015_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "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_80035509521015_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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_80035509521015_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "hard-timeout": 0,
                                "id": "5060028003550952101526fa:16:3e:07:fe:e5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 28687999172608,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060028003550952101513107FA:16:3E:1D:41:54",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14411399602110464,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060028003550952101513107FA:16:3E:1B:45:25",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14411399602110464,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "5060038003550952101533fa:16:3e:76:93:8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 36384597344256,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060028003550952101513107FA:16:3E:DB:0F:E2",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14411399602110464,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001800355095210152572:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 27588470767616,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600280035509521015128470671326236fa:16:3e:53:96:ea",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600380035509521015194174214523536fa:16:3e:76:5d:7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1536
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160028003550952101526fa:16:3e:07:fe:e5",
                                "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": 6656
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160028003550952101513107FA:16:3E:1D:41:54",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160038003550952101518536436985111fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2048
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600380035509521015162795856468502fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600380035509521015128470671326236fa:16:3e:09:4d:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160028003550952101513107FA:16:3E:DB:0F:E2",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600280035509521015194174214523536fa:16:3e:1a:ce:41",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160028003550952101518536436985111fa:16:3e:db:0f:e2",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600280035509521015162795856468502fa:16:3e:1d:41:54",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600280035509521015162795856468502fa:16:3e:1b:45:25",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160028003550952101513107FA:16:3E:1B:45:25",
                                "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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160038003550952101533fa:16:3e:76:93:8e",
                                "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:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001800355095210152572:87:E7:76:32:42",
                                "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": 6400
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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": "8003550952101551l2control01: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": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160038003550952101518536436985111fa:16:3e:1e:1c:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2048
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606369,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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": 142619443,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13107.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14411298905260032,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13107
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606369,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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": 142606362,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.26.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 28587302322176,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 26
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606362,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.26.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": 6656
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 26
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619443,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13107.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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13107
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "800355095210150tun131cf19c31c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 8796093022209,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:80035509521015:70a834e8-fa80-4774-b7f8-43fe564ffd07",
                                "hard-timeout": 0,
                                "id": "0:80035509521015:70a834e8-fa80-4774-b7f8-43fe564ffd07",
                                "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:80035509521015: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:80035509521015:06c0648a-9238-4cf2-b850-d0a1c123b361",
                                "hard-timeout": 0,
                                "id": "0:80035509521015:06c0648a-9238-4cf2-b850-d0a1c123b361",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 28587302322176,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:6",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "800355095210150tun495c4e9bfba",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 7696581394433,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "800355095210150tun25ad0ecff7f",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 10995116277761,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:80035509521015:80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:80035509521015:80035509521015:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 29686813949953,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "800355095210150tunb7e4b3b33f6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 6597069766657,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:80035509521015:80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:80035509521015:80035509521015: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": 14411298905260033,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1121,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.06c0648a-9238-4cf2-b850-d0a1c123b361",
                                "hard-timeout": 0,
                                "id": "80035509521015.17.06c0648a-9238-4cf2-b850-d0a1c123b361.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 26
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835086743281336320,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 28587302322176,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "80035509521015.17.80035509521015:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13107
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13849469454884274176,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14411298905260032,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.70a834e8-fa80-4774-b7f8-43fe564ffd07",
                                "hard-timeout": 0,
                                "id": "80035509521015.17.70a834e8-fa80-4774-b7f8-43fe564ffd07.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835094439879507968,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 36283883716608,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:80035509521015"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3356160
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 35
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 37
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3072
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 6,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 768
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 5,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212006,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 40
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212005,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_L2Broadcast_162795856468502_35_fa:16:3e:1d:41:54",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_162795856468502_35_fa:16:3e:1d:41:54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_37_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_37_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_35_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_35_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "22.0.0.170/32",
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_35_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_35_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_162795856468502_35_fa:16:3e:1d:41:54_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_162795856468502_35_fa:16:3e:1d:41:54_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v4162795856468502_40_fa:16:3e:d7:6f:36_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4162795856468502_40_fa:16:3e:d7:6f:36_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_35_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_35_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_37_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_37_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fed7:6f36/128",
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "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": "Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "21.0.0.160/32",
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_37_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_37_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_162795856468502_37_fa:16:3e:1b:45:25_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_162795856468502_37_fa:16:3e:1b:45:25_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "21.0.0.127/32",
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "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": "Egress_ARP_162795856468502_35_fa:16:3e:1d:41:5421.0.0.127",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_162795856468502_35_fa:16:3e:1d:41:5421.0.0.127",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:1d:41:54"
                                    },
                                    "arp-source-transport-address": "21.0.0.127/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ARP_162795856468502_37_fa:16:3e:1b:45:2521.0.0.160",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_162795856468502_37_fa:16:3e:1b:45:2521.0.0.160",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:1b:45:25"
                                    },
                                    "arp-source-transport-address": "21.0.0.160/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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_L2Broadcast_162795856468502_37_fa:16:3e:1b:45:25",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_162795856468502_37_fa:16:3e:1b:45:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_L2Broadcast_162795856468502_40_fa:16:3e:d7:6f:36",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_162795856468502_40_fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_40_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_40_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe1d:4154/128",
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_162795856468502_40_fa:16:3e:d7:6f:36_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_162795856468502_40_fa:16:3e:d7:6f:36_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "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": "Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe1b:4525/128",
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v4162795856468502_37_fa:16:3e:1b:45:25_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4162795856468502_37_fa:16:3e:1b:45:25_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ARP_162795856468502_40_fa:16:3e:d7:6f:3622.0.0.170",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_162795856468502_40_fa:16:3e:d7:6f:3622.0.0.170",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:d7:6f:36"
                                    },
                                    "arp-source-transport-address": "22.0.0.170/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_40_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_40_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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_Client_v4162795856468502_35_fa:16:3e:1d:41:54_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4162795856468502_35_fa:16:3e:1d:41:54_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_162795856468502_40_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_162795856468502_40_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Egress_162795856468502_35_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_162795856468502_35_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972164,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_162795856468502_37",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_162795856468502_37",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227714,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_162795856468502_35",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_162795856468502_35",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972162,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 43980575211521,
                                "flow-name": "Egress_162795856468502_40_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_162795856468502_40_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111044,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Egress_162795856468502_37_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_162795856468502_37_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227716,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_162795856468502_40",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_162795856468502_40",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111042,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_37_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_37_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Egress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_35_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_35_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Egress_162795856468502_35_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_162795856468502_35_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Egress_162795856468502_35_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_162795856468502_35_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Egress_162795856468502_40_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_162795856468502_40_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Egress_162795856468502_37_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_162795856468502_37_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_35_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_35_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Egress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 43980575211521,
                                "flow-name": "Egress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 43980575211521,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Egress_162795856468502_35_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_162795856468502_35_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_40_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_40_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_40_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_40_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_162795856468502_37_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_162795856468502_37_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Egress_162795856468502_40_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_162795856468502_40_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": "TCP_DESTINATION_1_0Egress_162795856468502_37_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_162795856468502_37_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Egress_162795856468502_40_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_162795856468502_40_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": "Fixed_Conntrk_Trk_162795856468502_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Egress_162795856468502_37_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_162795856468502_37_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 3356160
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 3356160
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.9",
                                "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": 2415928576
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.9",
                                "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": 2415929344
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415928576
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "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": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun142c14601dd.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415928064
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun5dab709ae7e.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": 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.tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun1ffb9c80c23.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": 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.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.9",
                                "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": 2415928064
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415929344
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun4c2d349f04c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000947,
                                "flow-name": "ITM Flow Entry :6003",
                                "hard-timeout": 0,
                                "id": "3621",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328627,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "386003",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_162795856468502_35_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_162795856468502_35_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_162795856468502_40_22.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_40_22.0.0.255_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": "22.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_162795856468502_37_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_162795856468502_37_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_37_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_37_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_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_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_21.0.0.127",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "21.0.0.127/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_37_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_37_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ARP_162795856468502_40",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_162795856468502_40",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_35_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_35_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_162795856468502_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": "Ingress_ARP_162795856468502_37",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_162795856468502_37",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ARP_162795856468502_35",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_162795856468502_35",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_40_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_40_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_162795856468502_40_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_162795856468502_40_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_162795856468502_35_21.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_35_21.0.0.255_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": "21.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_fe80:0:0:0:f816:3eff:fe1b:4525",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe1b:4525/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_35_fa:16:3e:1d:41:54_fe80:0:0:0:f816:3eff:fe1d:4154",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe1d:4154/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_37_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_37_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v4162795856468502_37_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4162795856468502_37_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_40_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_40_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v4162795856468502_40_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4162795856468502_40_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_fe80:0:0:0:f816:3eff:fed7:6f36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fed7:6f36/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_35_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_35_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_37_fa:16:3e:1b:45:25_21.0.0.160",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "21.0.0.160/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_35_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_35_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_162795856468502_37_21.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_37_21.0.0.255_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": "21.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_162795856468502_40_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_162795856468502_40_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_162795856468502_40_fa:16:3e:d7:6f:36_22.0.0.170",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "22.0.0.170/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v4162795856468502_35_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4162795856468502_35_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_162795856468502",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "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": 43980575211521,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop162795856468502_40_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": 43980575211521,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_40",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_162795856468502_35_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_162795856468502_35_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Ingress_162795856468502_37_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_162795856468502_37_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop162795856468502_37_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Ingress_162795856468502_40_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_162795856468502_40_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Ingress_162795856468502_40_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_162795856468502_40_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": "ICMP_Ingress_162795856468502_35_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_162795856468502_35_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop162795856468502_35_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Ingress_162795856468502_37_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_162795856468502_37_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_162795856468502_37_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_162795856468502_37_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_162795856468502_40_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_162795856468502_40_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_37",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Ingress_162795856468502_35_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_162795856468502_35_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_162795856468502_35",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "hard-timeout": 0,
                                "id": "50600216279585646850237fa:16:3e:1b:45:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40782627078144,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600216279585646850213110FA:16:3E:53:96:EA",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14414698136993792,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600216279585646850213110FA:16:3E:DB:0F:E2",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14414698136993792,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "50600316279585646850240fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 44081178738688,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600216279585646850213110FA:16:3E:07:FE:E5",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14414698136993792,
                                        "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": 134551410,
                                "hard-timeout": 0,
                                "id": "50600216279585646850235fa:16:3e:1d:41:54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 38583603822592,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600216279585646850213110FA:16:3E:1A:CE:41",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14414698136993792,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_40_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_35_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_162795856468502_37_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "16279585646850251l2control01: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": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850213110FA:16:3E:1A:CE:41",
                                "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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850213110FA:16:3E:07:FE:E5",
                                "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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600316279585646850240fa:16:3e:d7:6f:36",
                                "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": 10240
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850280035509521015fa:16:3e:07:fe:e5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003162795856468502128470671326236fa:16:3e:09:4d:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3072
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850218536436985111fa:16:3e:db:0f:e2",
                                "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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850213110FA:16:3E:DB:0F:E2",
                                "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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002162795856468502194174214523536fa:16:3e:1a:ce:41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850237fa:16:3e:1b:45:25",
                                "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:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003162795856468502194174214523536fa:16:3e:76:5d:7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600316279585646850280035509521015fa:16:3e:76:93:8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600316279585646850218536436985111fa:16:3e:1e:1c:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 768
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002162795856468502128470671326236fa:16:3e:53:96:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850235fa:16:3e:1d:41:54",
                                "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": 8960
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600216279585646850213110FA:16:3E:53:96:EA",
                                "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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600316279585646850218536436985111fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 768
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": 43980575211521,
                                "flow-name": "Ingress_162795856468502_40_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_162795856468502_40_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_35",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_35",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_40",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_40",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 38483017072641,
                                "flow-name": "Ingress_162795856468502_35_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_162795856468502_35_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_37",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_162795856468502_37",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_37_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "Ingress_162795856468502_37_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_162795856468502_37_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_40_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_162795856468502_35_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606371,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.35.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": 8960
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 35
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606376,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.40.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": 10240
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606376,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.40.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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": 142619446,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13110.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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13110
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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": 142606371,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.35.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 35
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619446,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13110.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14414597440143360,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13110
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun5dab709ae7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun4c2d349f04c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 5497558138881,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:162795856468502:162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:162795856468502:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 39582418599937,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502: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:162795856468502:370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:370fd344-5fd1-4696-9a07-8327a05474c4",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 43980465111040,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502: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:162795856468502:15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:15539c19-d826-42eb-b384-3f75fb175162",
                                "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:162795856468502: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:162795856468502:d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 38482906972160,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502: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:162795856468502:162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:162795856468502: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": 14414597440143361,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1121,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun142c14601dd",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 13194139533313,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun1ffb9c80c23",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 2199023255553,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.162795856468502:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13110
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13849472753419157504,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14414597440143360,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682175033582288896,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 38482906972160,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.370fd344-5fd1-4696-9a07-8327a05474c4.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682180531140427776,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.15539c19-d826-42eb-b384-3f75fb175162.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835098837909241856,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682177232605544448,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.15539c19-d826-42eb-b384-3f75fb175162.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682177232605544448,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 35
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835096638885986304,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682175033582288896,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "162795856468502.17.370fd344-5fd1-4696-9a07-8327a05474c4.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 40
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835102136460902400,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682180531140427776,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:162795856468502"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2816
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212006,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "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
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 42
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212005,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3356416
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "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": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_38_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_38_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "21.0.0.222/32",
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_38_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_38_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fedb:fe2/128",
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_18536436985111_41_fa:16:3e:4a:e2:51_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_18536436985111_41_fa:16:3e:4a:e2:51_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_18536436985111_38_fa:16:3e:db:0f:e2_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_18536436985111_38_fa:16:3e:db:0f:e2_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_42_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_42_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "22.0.0.71/32",
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_L2Broadcast_18536436985111_41_fa:16:3e:4a:e2:51",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_18536436985111_41_fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "22.0.0.103/32",
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "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": "Egress_ICMPv6_18536436985111_38_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_38_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "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": "Egress_DHCP_Client_v418536436985111_42_fa:16:3e:1e:1c:f5_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v418536436985111_42_fa:16:3e:1e:1c:f5_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe1e:1cf5/128",
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v418536436985111_38_fa:16:3e:db:0f:e2_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v418536436985111_38_fa:16:3e:db:0f:e2_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ARP_18536436985111_41_fa:16:3e:4a:e2:5122.0.0.103",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_18536436985111_41_fa:16:3e:4a:e2:5122.0.0.103",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:4a:e2:51"
                                    },
                                    "arp-source-transport-address": "22.0.0.103/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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_ARP_18536436985111_42_fa:16:3e:1e:1c:f522.0.0.71",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_18536436985111_42_fa:16:3e:1e:1c:f522.0.0.71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:1e:1c:f5"
                                    },
                                    "arp-source-transport-address": "22.0.0.71/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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": "Egress_ARP_18536436985111_38_fa:16:3e:db:0f:e221.0.0.222",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_18536436985111_38_fa:16:3e:db:0f:e221.0.0.222",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-source-hardware-address": {
                                        "address": "fa:16:3e:db:0f:e2"
                                    },
                                    "arp-source-transport-address": "21.0.0.222/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v6_18536436985111_42_fa:16:3e:1e:1c:f5_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_18536436985111_42_fa:16:3e:1e:1c:f5_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_41_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_41_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_L2Broadcast_18536436985111_38_fa:16:3e:db:0f:e2",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_18536436985111_38_fa:16:3e:db:0f:e2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe4a:e251/128",
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_41_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_41_136_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Client_v418536436985111_41_fa:16:3e:4a:e2:51_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v418536436985111_41_fa:16:3e:4a:e2:51_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_42_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_42_135_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_18536436985111_41_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_41_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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_ICMPv6_18536436985111_42_133_Permit_",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_18536436985111_42_133_Permit_",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 133
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_L2Broadcast_18536436985111_42_fa:16:3e:1e:1c:f5",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_18536436985111_42_fa:16:3e:1e:1c:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "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.18536436985111.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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_18536436985111_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Egress_18536436985111_41_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_18536436985111_41_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738820,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_18536436985111_38",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_18536436985111_38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855490,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 46179598467073,
                                "flow-name": "Egress_18536436985111_42_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_18536436985111_42_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366596,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_18536436985111_42",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_18536436985111_42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366594,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Non_Conntrack_18536436985111_41",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_18536436985111_41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738818,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "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": 41781551955969,
                                "flow-name": "Egress_18536436985111_38_Drop",
                                "hard-timeout": 0,
                                "id": "Egress_18536436985111_38_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855492,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_41_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_41_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Egress_18536436985111_41_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_18536436985111_41_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Egress_18536436985111_41_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_18536436985111_41_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_38_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_38_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 41781551955969,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_42_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_42_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_42_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_42_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "ICMP_Egress_18536436985111_42_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_18536436985111_42_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "UDP_DESTINATION_1_0Egress_18536436985111_38_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_18536436985111_38_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 41781551955969,
                                "flow-name": "Egress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Egress_18536436985111_41_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_18536436985111_41_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 46179598467073,
                                "flow-name": "Egress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_41_306c4243-4d13-4221-8772-8210bad075bf",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_41_306c4243-4d13-4221-8772-8210bad075bf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Egress_18536436985111_42_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_18536436985111_42_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ETHERnullEgress_18536436985111_38_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_18536436985111_38_bb4d2b01-1db0-4d94-9022-2f6567ea9a54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Egress_18536436985111_42_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_18536436985111_42_1b1e6016-38d6-4561-aa5c-f004e12dbba7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Egress_18536436985111_38_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_18536436985111_38_d69b37c2-9692-4388-b7cd-5fb80059103d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Egress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Egress_18536436985111_38_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_18536436985111_38_a136d7da-6ea8-495c-8cef-b9f75fbf0a15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2999,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 46179598467073,
                                "flow-name": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 9984
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415929600
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "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": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415929856
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 3356416
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 3356416
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 9984
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2415928832
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "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": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.9",
                                "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": 2415929856
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun214059764a9",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun214059764a9.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": 256
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.9",
                                "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": 2415928832
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tuncda06a2d94c.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": 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.tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun41ce5f00c8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun7c2adfb4d8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.9",
                                "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": 2415929600
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000947,
                                "flow-name": "ITM Flow Entry :6003",
                                "hard-timeout": 0,
                                "id": "3621",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328627,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "386003",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_21.0.0.222",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "21.0.0.222/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_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_v4_Broadcast_18536436985111_42_22.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_42_22.0.0.255_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": "22.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v418536436985111_38_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v418536436985111_38_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_18536436985111_38_21.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_38_21.0.0.255_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": "21.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_22.0.0.71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "22.0.0.71/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_42_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_42_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_18536436985111_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": "Ingress_ICMPv6_18536436985111_41_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_41_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ARP_18536436985111_42",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_18536436985111_42",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_41_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_41_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_22.0.0.103",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "22.0.0.103/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_42_fa:16:3e:1e:1c:f5_fe80:0:0:0:f816:3eff:fe1e:1cf5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe1e:1cf5/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_38_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_38_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_18536436985111_41_22.0.0.255_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_41_22.0.0.255_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": "22.0.0.255/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_38_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_38_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_42_135_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_42_135_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 135
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v418536436985111_41_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v418536436985111_41_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_42_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_42_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_38_130_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_38_130_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 130
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ICMPv6_18536436985111_41_136_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_18536436985111_41_136_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 136
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ARP_18536436985111_41",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_18536436985111_41",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v418536436985111_42_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v418536436985111_42_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-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_41_fa:16:3e:4a:e2:51_fe80:0:0:0:f816:3eff:fe4a:e251",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe4a:e251/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ARP_18536436985111_38",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_18536436985111_38",
                                "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-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_18536436985111_42_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_18536436985111_42_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_18536436985111_38_fa:16:3e:db:0f:e2_fe80:0:0:0:f816:3eff:fedb:fe2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fedb:fe2/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_18536436985111_41_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_18536436985111_41_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_DHCP_Server_v6_18536436985111_38_Permit_",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_18536436985111_38_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-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ],
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "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": 46179598467073,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_18536436985111_41_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_18536436985111_41_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Ingress_18536436985111_42_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_18536436985111_42_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop18536436985111_41_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "TCP_DESTINATION_1_0Ingress_18536436985111_42_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_18536436985111_42_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Ingress_18536436985111_41_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_18536436985111_41_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Ingress_18536436985111_38_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_18536436985111_38_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ICMP_Ingress_18536436985111_38_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_18536436985111_38_6e742f59-ac3a-441a-91cc-4829b73619c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_18536436985111_38_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_18536436985111_38_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 41781551955969,
                                "flow-name": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_18536436985111_38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 41781551955969,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop18536436985111_38_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": 46179598467073,
                                "flow-name": "Ingress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop18536436985111_42_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 48,
                                                    "mask": 48
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "UDP_DESTINATION_1_0Ingress_18536436985111_42_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_18536436985111_42_92428f09-75c7-4a6c-8263-47e868e83ded",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "TCP_DESTINATION_1_0Ingress_18536436985111_41_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_18536436985111_41_8f78e402-ea7d-497d-9058-af67bcbe70b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2999,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:1B:45:25",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "5060031853643698511141fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45180690366464,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:1A:CE:41",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001185364369851112372:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 25389447512064,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:53:96:EA",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "hard-timeout": 0,
                                "id": "5060021853643698511138fa:16:3e:db:0f:e2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41882138705920,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:07:FE:E5",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "5060031853643698511142fa:16:3e:1e:1c: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:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46280201994240,
                                        "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": "Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_41_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_38_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_18536436985111_42_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "flags": 0,
                                                            "recirc-table": 243,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160031853643698511142fa:16:3e:1e:1c: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": 10752
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511138fa:16:3e:db:0f:e2",
                                "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:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001185364369851112372:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160031853643698511180035509521015fa:16:3e:76:93:8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600218536436985111194174214523536fa:16:3e:1a:ce:41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600318536436985111128470671326236fa:16:3e:09:4d:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2816
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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": "1853643698511151l2control01: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": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600218536436985111162795856468502fa:16:3e:1b:45:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:07:FE:E5",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600318536436985111194174214523536fa:16:3e:76:5d:7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600218536436985111128470671326236fa:16:3e:53:96:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:1B:45:25",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511180035509521015fa:16:3e:07:fe:e5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:1A:CE:41",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600218536436985111162795856468502fa:16:3e:1d:41:54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:53:96:EA",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "5160031853643698511141fa:16:3e:4a:e2:51",
                                "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:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600318536436985111162795856468502fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": 41781551955969,
                                "flow-name": "Ingress_18536436985111_38_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_18536436985111_38_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 46179598467073,
                                "flow-name": "Ingress_18536436985111_42_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_18536436985111_42_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_42",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_41",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_41_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 45080086839297,
                                "flow-name": "Ingress_18536436985111_41_Drop",
                                "hard-timeout": 0,
                                "id": "Ingress_18536436985111_41_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_38_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6002,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_38",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_18536436985111_38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_18536436985111_42_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 6003,
                                                            "ct-actions": [
                                                                {
                                                                    "nx-action-ct-mark": {
                                                                        "ct-mark": 1
                                                                    }
                                                                }
                                                            ],
                                                            "flags": 1,
                                                            "recirc-table": 255,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142619447,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13111.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14415696951771136,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13111
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606378,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.42.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 42
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606378,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.42.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": 10752
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 42
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606377,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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": "35a392b7-fe37-456b-88d7-72656496677d",
                                "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": 142606374,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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": 142619447,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13111.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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13111
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606374,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:18536436985111:18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:18536436985111: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": 14415696951771137,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111: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:18536436985111:f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 46179488366592,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:26",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "185364369851110tuncda06a2d94c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 4398046511105,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun41ce5f00c8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 12094627905537,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun7c2adfb4d8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 9895604649985,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:18536436985111:ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:ed11b5b7-4228-423a-b5be-507259737160",
                                "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:18536436985111: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:18536436985111:3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "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:18536436985111:6",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun214059764a9",
                                "hard-timeout": 0,
                                "id": "185364369851110tun214059764a9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 1099511627777,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:18536436985111:18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:18536436985111:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 42880953483265,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111: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": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.ed11b5b7-4228-423a-b5be-507259737160.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835103235972530176,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682181630652055552,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.f8099b3d-044f-4969-af22-c79fe84c8eb7.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682182730163683328,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.18536436985111:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13111
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13849473852930785280,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14415696951771136,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.f8099b3d-044f-4969-af22-c79fe84c8eb7.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 42
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835104335484157952,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682182730163683328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682178332117172224,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "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": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835099937420869632,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12682178332117172224,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "18536436985111.17.ed11b5b7-4228-423a-b5be-507259737160.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 12682181630652055552,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:18536436985111"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3355904
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 30
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3840
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 8,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 7,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4608
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 10,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 21
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4096
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 9,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212006,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 32
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 212005,
                        "group-name": "35a392b7-fe37-456b-88d7-72656496677d",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.194174214523536.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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_194174214523536_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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_194174214523536_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "Fixed_Conntrk_Trk_194174214523536_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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.194174214523536.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 3355904
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc001a0f04f5.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 3355904
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.d4e589b2-a375-442e-ba10-cc7ac92f40ed.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": 7680
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc2ae3f10b8d.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": 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.tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun9ec20f827f9.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 4608
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun14aa3b718ec.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": 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.8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.8251f5f3-63f8-44fb-bebd-78f3bb30c991.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": 8192
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000947,
                                "flow-name": "ITM Flow Entry :6003",
                                "hard-timeout": 0,
                                "id": "3621",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328627,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "386003",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100713627648,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 21
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_194174214523536_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_194174214523536_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "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_194174214523536_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563763,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "526003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600219417421452353613109FA:16:3E:1B:45:25",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14413598625366016,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600219417421452353613109FA:16:3E:DB:0F:E2",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14413598625366016,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551411,
                                "hard-timeout": 0,
                                "id": "50600319417421452353632fa:16:3e:76:5d:7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 35285085716480,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "hard-timeout": 0,
                                "id": "50600219417421452353630fa:16:3e:1a:ce:41",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 33086045683712,
                                        "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": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50600219417421452353613109FA:16:3E:1D:41:54",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14413598625366016,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600319417421452353618536436985111fa:16:3e:1e:1c:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4096
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1e:1c:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353618536436985111fa:16:3e:db:0f:e2",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:db:0f:e2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002194174214523536162795856468502fa:16:3e:1b:45:25",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1b:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353613109FA:16:3E:1B:45:25",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1B:45:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600319417421452353632fa:16:3e:76:5d:7e",
                                "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": 8192
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:5d:7e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003194174214523536128470671326236fa:16:3e:09:4d:25",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4608
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:09:4d:25"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "516003194174214523536162795856468502fa:16:3e:d7:6f:36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3840
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d7:6f:36"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002194174214523536128470671326236fa:16:3e:53:96:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:53:96:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353630fa:16:3e:1a:ce:41",
                                "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": 7680
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1a:ce:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "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": "19417421452353651l2control01: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": 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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353613109FA:16:3E:1D:41:54",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1D:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353680035509521015fa:16:3e:07:fe:e5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:07:fe:e5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600319417421452353680035509521015fa:16:3e:76:93:8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:76:93:8e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "516002194174214523536162795856468502fa:16:3e:1d:41:54",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1d:41:54"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420339,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "51600319417421452353618536436985111fa:16:3e:4a:e2:51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 21
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4096
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4a:e2:51"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100713627648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "51600219417421452353613109FA:16:3E:DB:0F:E2",
                                "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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:DB:0F:E2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606366,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.30.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": 7680
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 30
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606368,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.32.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 35184372088832,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 32
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619445,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13109.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14413497928515584,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13109
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606368,
                                "flow-name": "35a392b7-fe37-456b-88d7-72656496677d",
                                "hard-timeout": 0,
                                "id": "55.32.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": 8192
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 32
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606366,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.30.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 32985348833280,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 30
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619445,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13109.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": 3355904
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13109
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:194174214523536:194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:194174214523536:194174214523536:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461057,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun14aa3b718ec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 14293651161089,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc001a0f04f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 17592186044417,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun9ec20f827f9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 19791209299969,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:194174214523536:194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:194174214523536:194174214523536: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": 14413497928515585,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536: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:194174214523536:8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                                "hard-timeout": 0,
                                "id": "0:194174214523536:8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 35184372088832,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:7",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc2ae3f10b8d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 16492674416641,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:194174214523536:d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                                "hard-timeout": 0,
                                "id": "0:194174214523536:d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 32985348833280,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:6",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "194174214523536.17.194174214523536:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13109
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13849471653907529728,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14413497928515584,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.35a392b7-fe37-456b-88d7-72656496677d.8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                                "hard-timeout": 0,
                                "id": "194174214523536.17.8251f5f3-63f8-44fb-bebd-78f3bb30c991.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 32
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835093340367880192,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 35184372088832,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f.d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                                "hard-timeout": 0,
                                "id": "194174214523536.17.d4e589b2-a375-442e-ba10-cc7ac92f40ed.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 30
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 6002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 13835091141327847424,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 32985348833280,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:194174214523536"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.325" starttime="20181222 07:57:40.288"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.325" starttime="20181222 07:57:39.912"></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="20181222 07:57:40.335" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.335" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.335" starttime="20181222 07:57:40.326"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.336" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","dpn-interfaces":[{"dp-id":80035509521015,"interfaces":["70a834e8-fa80-4774-b7f8-43fe564ffd07"]},{"dp-id":162795856468502,"interfaces":["370fd344-5fd1-4696-9a07-8327a05474c4"]},{"dp-id":18536436985111,"interfaces":["ed11b5b7-4228-423a-b5be-507259737160","f8099b3d-044f-4969-af22-c79fe84c8eb7"]},{"dp-id":194174214523536,"interfaces":["8251f5f3-63f8-44fb-bebd-78f3bb30c991"]},{"dp-id":128470671326236,"interfaces":["6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"]}]},{"elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","dpn-interfaces":[{"dp-id":80035509521015,"interfaces":["80035509521015:br-ex-patch:1121","06c0648a-9238-4cf2-b850-d0a1c123b361"]},{"dp-id":162795856468502,"interfaces":["162795856468502:br-ex-patch:1121","d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","15539c19-d826-42eb-b384-3f75fb175162"]},{"dp-id":18536436985111,"interfaces":["18536436985111:br-ex-patch:1121","3a9cee45-cfe7-40c4-812b-f92bb7e4336e"]},{"dp-id":128470671326236,"interfaces":["75fabaad-5a1a-4235-8588-9e7b4420cc1e","128470671326236:br-ex-patch:1121"]},{"dp-id":194174214523536,"interfaces":["194174214523536:br-ex-patch:1121","d4e589b2-a375-442e-ba10-cc7ac92f40ed"]}]}]}} </msg>
<msg timestamp="20181222 07:57:40.337" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.337" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 80035509521015,
          ...</msg>
<status status="PASS" endtime="20181222 07:57:40.337" starttime="20181222 07:57:40.336"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.337" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 80035509521015,
                        "interfaces": [
                            "70a834e8-fa80-4774-b7f8-43fe564ffd07"
                        ]
                    },
                    {
                        "dp-id": 162795856468502,
                        "interfaces": [
                            "370fd344-5fd1-4696-9a07-8327a05474c4"
                        ]
                    },
                    {
                        "dp-id": 18536436985111,
                        "interfaces": [
                            "ed11b5b7-4228-423a-b5be-507259737160",
                            "f8099b3d-044f-4969-af22-c79fe84c8eb7"
                        ]
                    },
                    {
                        "dp-id": 194174214523536,
                        "interfaces": [
                            "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
                        ]
                    },
                    {
                        "dp-id": 128470671326236,
                        "interfaces": [
                            "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
                        ]
                    }
                ],
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 80035509521015,
                        "interfaces": [
                            "80035509521015:br-ex-patch:1121",
                            "06c0648a-9238-4cf2-b850-d0a1c123b361"
                        ]
                    },
                    {
                        "dp-id": 162795856468502,
                        "interfaces": [
                            "162795856468502:br-ex-patch:1121",
                            "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                            "15539c19-d826-42eb-b384-3f75fb175162"
                        ]
                    },
                    {
                        "dp-id": 18536436985111,
                        "interfaces": [
                            "18536436985111:br-ex-patch:1121",
                            "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
                        ]
                    },
                    {
                        "dp-id": 128470671326236,
                        "interfaces": [
                            "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                            "128470671326236:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 194174214523536,
                        "interfaces": [
                            "194174214523536:br-ex-patch:1121",
                            "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
                        ]
                    }
                ],
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.337" starttime="20181222 07:57:40.337"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.337" starttime="20181222 07:57:40.325"></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="20181222 07:57:40.351" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.351" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.351" starttime="20181222 07:57:40.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="20181222 07:57:40.352" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af"},{"elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","mac-entry":[{"mac-address":"fa:16:3e:1a:ce:41","interface":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","ip-prefix":"21.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:07:fe:e5","interface":"06c0648a-9238-4cf2-b850-d0a1c123b361","ip-prefix":"21.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:1b:45:25","interface":"15539c19-d826-42eb-b384-3f75fb175162","ip-prefix":"21.0.0.160","isStaticAddress":true},{"mac-address":"fa:16:3e:53:96:ea","interface":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","ip-prefix":"21.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:db:0f:e2","interface":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","ip-prefix":"21.0.0.222","isStaticAddress":true},{"mac-address":"fa:16:3e:1d:41:54","interface":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","ip-prefix":"21.0.0.127","isStaticAddress":true}]},{"elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d","mac-entry":[{"mac-address":"fa:16:3e:76:5d:7e","interface":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","ip-prefix":"22.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:4a:e2:51","interface":"ed11b5b7-4228-423a-b5be-507259737160","ip-prefix":"22.0.0.103","isStaticAddress":true},{"mac-address":"fa:16:3e:76:93:8e","interface":"70a834e8-fa80-4774-b7f8-43fe564ffd07","ip-prefix":"22.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:09:4d:25","interface":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","ip-prefix":"22.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:d7:6f:36","interface":"370fd344-5fd1-4696-9a07-8327a05474c4","ip-prefix":"22.0.0.170","isStaticAddress":true},{"mac-address":"fa:16:3e:1e:1c:f5","interface":"f8099b3d-044f-4969-af22-c79fe84c8eb7","ip-prefix":"22.0.0.71","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181222 07:57:40.352" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.352" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181222 07:57:40.353" starttime="20181222 07:57:40.351"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.353" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            },
            {
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                "mac-entry": [
                    {
                        "interface": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                        "ip-prefix": "21.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:1a:ce:41"
                    },
                    {
                        "interface": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                        "ip-prefix": "21.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:07:fe:e5"
                    },
                    {
                        "interface": "15539c19-d826-42eb-b384-3f75fb175162",
                        "ip-prefix": "21.0.0.160",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:1b:45:25"
                    },
                    {
                        "interface": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                        "ip-prefix": "21.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:53:96:ea"
                    },
                    {
                        "interface": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                        "ip-prefix": "21.0.0.222",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:db:0f:e2"
                    },
                    {
                        "interface": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                        "ip-prefix": "21.0.0.127",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:1d:41:54"
                    }
                ]
            },
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d",
                "mac-entry": [
                    {
                        "interface": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                        "ip-prefix": "22.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:76:5d:7e"
                    },
                    {
                        "interface": "ed11b5b7-4228-423a-b5be-507259737160",
                        "ip-prefix": "22.0.0.103",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:4a:e2:51"
                    },
                    {
                        "interface": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                        "ip-prefix": "22.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:76:93:8e"
                    },
                    {
                        "interface": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                        "ip-prefix": "22.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:09:4d:25"
                    },
                    {
                        "interface": "370fd344-5fd1-4696-9a07-8327a05474c4",
                        "ip-prefix": "22.0.0.170",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:d7:6f:36"
                    },
                    {
                        "interface": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                        "ip-prefix": "22.0.0.71",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:1e:1c:f5"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.353" starttime="20181222 07:57:40.353"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.353" starttime="20181222 07:57:40.337"></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="20181222 07:57:40.368" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.368" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.368" starttime="20181222 07:57:40.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="20181222 07:57:40.369" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.369" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.369" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.369" starttime="20181222 07:57:40.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.370" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.370" starttime="20181222 07:57:40.369"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.370" starttime="20181222 07:57:40.353"></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="20181222 07:57:40.380" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.380" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.380" starttime="20181222 07:57:40.370"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.381" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","elan-interfaces":["d4e589b2-a375-442e-ba10-cc7ac92f40ed","194174214523536:br-ex-patch:1121","15539c19-d826-42eb-b384-3f75fb175162","75fabaad-5a1a-4235-8588-9e7b4420cc1e","3a9cee45-cfe7-40c4-812b-f92bb7e4336e","06c0648a-9238-4cf2-b850-d0a1c123b361","80035509521015:br-ex-patch:1121","162795856468502:br-ex-patch:1121","d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","18536436985111:br-ex-patch:1121","128470671326236:br-ex-patch:1121"]},{"name":"35a392b7-fe37-456b-88d7-72656496677d","elan-interfaces":["8251f5f3-63f8-44fb-bebd-78f3bb30c991","6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","f8099b3d-044f-4969-af22-c79fe84c8eb7","ed11b5b7-4228-423a-b5be-507259737160","370fd344-5fd1-4696-9a07-8327a05474c4","70a834e8-fa80-4774-b7f8-43fe564ffd07"]}]}} </msg>
<msg timestamp="20181222 07:57:40.381" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.381" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181222 07:57:40.381" starttime="20181222 07:57:40.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="20181222 07:57:40.382" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                    "194174214523536:br-ex-patch:1121",
                    "15539c19-d826-42eb-b384-3f75fb175162",
                    "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                    "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                    "06c0648a-9238-4cf2-b850-d0a1c123b361",
                    "80035509521015:br-ex-patch:1121",
                    "162795856468502:br-ex-patch:1121",
                    "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                    "18536436985111:br-ex-patch:1121",
                    "128470671326236:br-ex-patch:1121"
                ],
                "name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"
            },
            {
                "elan-interfaces": [
                    "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                    "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                    "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                    "ed11b5b7-4228-423a-b5be-507259737160",
                    "370fd344-5fd1-4696-9a07-8327a05474c4",
                    "70a834e8-fa80-4774-b7f8-43fe564ffd07"
                ],
                "name": "35a392b7-fe37-456b-88d7-72656496677d"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.382" starttime="20181222 07:57:40.382"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.382" starttime="20181222 07:57:40.370"></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="20181222 07:57:40.402" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.403" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.403" starttime="20181222 07:57:40.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="20181222 07:57:40.407" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap06c0648a-92","lower-layer-if":["openflow:80035509521015:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:51:55.614Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","lower-layer-if":["openflow:128470671326236:7"],"type":"iana-if-type:l2vlan","if-index":34,"statistics":{"discontinuity-time":"2018-12-22T07:52:04.888Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"194174214523536:br-ex-patch:trunk","lower-layer-if":["openflow:194174214523536:1"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-22T07:51:58.892Z"},"phys-address":"a2:52:d8:5f:e4:34","admin-status":"up","oper-status":"up"},{"name":"128470671326236:br-ex-patch:trunk","lower-layer-if":["openflow:128470671326236:5"],"type":"iana-if-type:l2vlan","if-index":29,"statistics":{"discontinuity-time":"2018-12-22T07:51:56.964Z"},"phys-address":"9a:4a:c1:8b:f1:61","admin-status":"up","oper-status":"up"},{"name":"tun4c2d349f04c","lower-layer-if":["openflow:162795856468502:4"],"type":"iana-if-type:tunnel","if-index":5,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.324Z"},"phys-address":"fe:71:fb:37:ff:5e","admin-status":"up","oper-status":"up"},{"name":"tuncda06a2d94c","lower-layer-if":["openflow:18536436985111:3"],"type":"iana-if-type:tunnel","if-index":4,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.661Z"},"phys-address":"fe:dd:88:14:87:16","admin-status":"up","oper-status":"up"},{"name":"06c0648a-9238-4cf2-b850-d0a1c123b361","lower-layer-if":["openflow:80035509521015:6"],"type":"iana-if-type:l2vlan","if-index":26,"statistics":{"discontinuity-time":"2018-12-22T07:51:55.691Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"162795856468502:br-ex-patch:1121","lower-layer-if":["openflow:162795856468502:1"],"type":"iana-if-type:l2vlan","if-index":13110,"statistics":{"discontinuity-time":"2018-12-22T07:52:45.400Z"},"phys-address":"46:a4:9f:99:0e:6b","admin-status":"up","oper-status":"up"},{"name":"tun1ffb9c80c23","lower-layer-if":["openflow:162795856468502:3"],"type":"iana-if-type:tunnel","if-index":2,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.660Z"},"phys-address":"8a:1f:8a:16:95:93","admin-status":"up","oper-status":"up"},{"name":"tunf128d08df5b","lower-layer-if":["openflow:128470671326236:2"],"type":"iana-if-type:tunnel","if-index":17,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.344Z"},"phys-address":"1a:2b:cb:9c:0e:ee","admin-status":"up","oper-status":"up"},{"name":"162795856468502:br-ex-patch","lower-layer-if":["openflow:162795856468502:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.355Z"},"phys-address":"46:a4:9f:99:0e:6b","admin-status":"up","oper-status":"up"},{"name":"tap75fabaad-5a","lower-layer-if":["openflow:128470671326236:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:51:56.678Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap6bbb82ff-2e","lower-layer-if":["openflow:128470671326236:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:52:04.761Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapd5a58a96-c4","lower-layer-if":["openflow:162795856468502:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:52:45.185Z"},"phys-address":"fe:16:3e:1d:41:54","admin-status":"up","oper-status":"up"},{"name":"162795856468502:br-ex-patch:trunk","lower-layer-if":["openflow:162795856468502:1"],"type":"iana-if-type:l2vlan","if-index":36,"statistics":{"discontinuity-time":"2018-12-22T07:52:45.367Z"},"phys-address":"46:a4:9f:99:0e:6b","admin-status":"up","oper-status":"up"},{"name":"tapd4e589b2-a3","lower-layer-if":["openflow:194174214523536:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:51:58.599Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun7c2adfb4d8e","lower-layer-if":["openflow:18536436985111:4"],"type":"iana-if-type:tunnel","if-index":9,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.564Z"},"phys-address":"f2:97:2b:b4:98:27","admin-status":"up","oper-status":"up"},{"name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","lower-layer-if":["openflow:128470671326236:6"],"type":"iana-if-type:l2vlan","if-index":28,"statistics":{"discontinuity-time":"2018-12-22T07:51:56.823Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun434623c4cec","lower-layer-if":["openflow:128470671326236:3"],"type":"iana-if-type:tunnel","if-index":19,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.421Z"},"phys-address":"ae:9f:ad:84:00:84","admin-status":"up","oper-status":"up"},{"name":"tap8251f5f3-63","lower-layer-if":["openflow:194174214523536:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:52:01.272Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun14aa3b718ec","lower-layer-if":["openflow:194174214523536:2"],"type":"iana-if-type:tunnel","if-index":13,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.041Z"},"phys-address":"da:f0:f9:a1:28:7a","admin-status":"up","oper-status":"up"},{"name":"194174214523536:br-ex-patch","lower-layer-if":["openflow:194174214523536:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.155Z"},"phys-address":"a2:52:d8:5f:e4:34","admin-status":"up","oper-status":"up"},{"name":"tunb7e4b3b33f6","lower-layer-if":["openflow:80035509521015:4"],"type":"iana-if-type:tunnel","if-index":6,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.308Z"},"phys-address":"ea:26:6d:54:f2:c8","admin-status":"up","oper-status":"up"},{"name":"tunf0007d8b600","lower-layer-if":["openflow:128470671326236:1"],"type":"iana-if-type:tunnel","if-index":14,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.115Z"},"phys-address":"ae:e3:f5:86:4d:83","admin-status":"up","oper-status":"up"},{"name":"tun214059764a9","lower-layer-if":["openflow:18536436985111:2"],"type":"iana-if-type:tunnel","if-index":1,"statistics":{"discontinuity-time":"2018-12-22T07:45:47.757Z"},"phys-address":"8e:9b:71:ef:4e:84","admin-status":"up","oper-status":"up"},{"name":"tun131cf19c31c","lower-layer-if":["openflow:80035509521015:2"],"type":"iana-if-type:tunnel","if-index":8,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.328Z"},"phys-address":"c2:19:b0:6e:a5:ef","admin-status":"up","oper-status":"up"},{"name":"tun5dab709ae7e","lower-layer-if":["openflow:162795856468502:2"],"type":"iana-if-type:tunnel","if-index":3,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.660Z"},"phys-address":"72:5d:99:78:c9:a9","admin-status":"up","oper-status":"up"},{"name":"tun41ce5f00c8e","lower-layer-if":["openflow:18536436985111:5"],"type":"iana-if-type:tunnel","if-index":11,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.754Z"},"phys-address":"9e:89:d0:4c:ae:aa","admin-status":"up","oper-status":"up"},{"name":"tap15539c19-d8","lower-layer-if":["openflow:162795856468502:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:52:54.634Z"},"phys-address":"fe:16:3e:1b:45:25","admin-status":"up","oper-status":"up"},{"name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","lower-layer-if":["openflow:80035509521015:7"],"type":"iana-if-type:l2vlan","if-index":33,"statistics":{"discontinuity-time":"2018-12-22T07:52:03.258Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun142c14601dd","lower-layer-if":["openflow:162795856468502:5"],"type":"iana-if-type:tunnel","if-index":12,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.860Z"},"phys-address":"c2:61:8d:4e:da:03","admin-status":"up","oper-status":"up"},{"name":"tap3a9cee45-cf","lower-layer-if":["openflow:18536436985111:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:53:06.312Z"},"phys-address":"fe:16:3e:db:0f:e2","admin-status":"up","oper-status":"up"},{"name":"15539c19-d826-42eb-b384-3f75fb175162","lower-layer-if":["openflow:162795856468502:7"],"type":"iana-if-type:l2vlan","if-index":37,"statistics":{"discontinuity-time":"2018-12-22T07:52:54.698Z"},"phys-address":"fe:16:3e:1b:45:25","admin-status":"up","oper-status":"up"},{"name":"370fd344-5fd1-4696-9a07-8327a05474c4","lower-layer-if":["openflow:162795856468502:8"],"type":"iana-if-type:l2vlan","if-index":40,"statistics":{"discontinuity-time":"2018-12-22T07:53:16.395Z"},"phys-address":"fe:16:3e:d7:6f:36","admin-status":"up","oper-status":"up"},{"name":"18536436985111:br-ex-patch","lower-layer-if":["openflow:18536436985111:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:47.414Z"},"phys-address":"12:25:ac:d5:14:df","admin-status":"up","oper-status":"up"},{"name":"80035509521015:br-ex-patch:1121","lower-layer-if":["openflow:80035509521015:1"],"type":"iana-if-type:l2vlan","if-index":13107,"statistics":{"discontinuity-time":"2018-12-22T07:51:55.968Z"},"phys-address":"96:33:c8:b7:2b:c2","admin-status":"up","oper-status":"up"},{"name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","lower-layer-if":["openflow:162795856468502:6"],"type":"iana-if-type:l2vlan","if-index":35,"statistics":{"discontinuity-time":"2018-12-22T07:52:45.236Z"},"phys-address":"fe:16:3e:1d:41:54","admin-status":"up","oper-status":"up"},{"name":"80035509521015:br-ex-patch:trunk","lower-layer-if":["openflow:80035509521015:1"],"type":"iana-if-type:l2vlan","if-index":27,"statistics":{"discontinuity-time":"2018-12-22T07:51:55.866Z"},"phys-address":"96:33:c8:b7:2b:c2","admin-status":"up","oper-status":"up"},{"name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","lower-layer-if":["openflow:194174214523536:6"],"type":"iana-if-type:l2vlan","if-index":30,"statistics":{"discontinuity-time":"2018-12-22T07:51:58.786Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun9ec20f827f9","lower-layer-if":["openflow:194174214523536:5"],"type":"iana-if-type:tunnel","if-index":18,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.404Z"},"phys-address":"f2:41:ea:35:7b:bc","admin-status":"up","oper-status":"up"},{"name":"tunc001a0f04f5","lower-layer-if":["openflow:194174214523536:4"],"type":"iana-if-type:tunnel","if-index":16,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.288Z"},"phys-address":"aa:61:e6:5e:82:50","admin-status":"up","oper-status":"up"},{"name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","lower-layer-if":["openflow:18536436985111:6"],"type":"iana-if-type:l2vlan","if-index":38,"statistics":{"discontinuity-time":"2018-12-22T07:53:06.379Z"},"phys-address":"fe:16:3e:db:0f:e2","admin-status":"up","oper-status":"up"},{"name":"18536436985111:br-ex-patch:1121","lower-layer-if":["openflow:18536436985111:1"],"type":"iana-if-type:l2vlan","if-index":13111,"statistics":{"discontinuity-time":"2018-12-22T07:53:06.555Z"},"phys-address":"12:25:ac:d5:14:df","admin-status":"up","oper-status":"up"},{"name":"128470671326236:br-ex-patch:1121","lower-layer-if":["openflow:128470671326236:5"],"type":"iana-if-type:l2vlan","if-index":13108,"statistics":{"discontinuity-time":"2018-12-22T07:51:56.987Z"},"phys-address":"9a:4a:c1:8b:f1:61","admin-status":"up","oper-status":"up"},{"name":"194174214523536:br-ex-patch:1121","lower-layer-if":["openflow:194174214523536:1"],"type":"iana-if-type:l2vlan","if-index":13109,"statistics":{"discontinuity-time":"2018-12-22T07:51:58.955Z"},"phys-address":"a2:52:d8:5f:e4:34","admin-status":"up","oper-status":"up"},{"name":"tun1b03ffe1e1e","lower-layer-if":["openflow:128470671326236:4"],"type":"iana-if-type:tunnel","if-index":20,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.586Z"},"phys-address":"5a:62:21:9e:ec:76","admin-status":"up","oper-status":"up"},{"name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","lower-layer-if":["openflow:18536436985111:26"],"type":"iana-if-type:l2vlan","if-index":42,"statistics":{"discontinuity-time":"2018-12-22T07:53:34.376Z"},"phys-address":"fe:16:3e:1e:1c:f5","admin-status":"up","oper-status":"up"},{"name":"tun495c4e9bfba","lower-layer-if":["openflow:80035509521015:3"],"type":"iana-if-type:tunnel","if-index":7,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.308Z"},"phys-address":"5a:84:26:32:ce:54","admin-status":"up","oper-status":"up"},{"name":"128470671326236:br-ex-patch","lower-layer-if":["openflow:128470671326236:5"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:52.111Z"},"phys-address":"9a:4a:c1:8b:f1:61","admin-status":"up","oper-status":"up"},{"name":"tap370fd344-5f","lower-layer-if":["openflow:162795856468502:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:53:15.836Z"},"phys-address":"fe:16:3e:d7:6f:36","admin-status":"up","oper-status":"up"},{"name":"tap70a834e8-fa","lower-layer-if":["openflow:80035509521015:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:52:03.008Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"18536436985111:br-ex-patch:trunk","lower-layer-if":["openflow:18536436985111:1"],"type":"iana-if-type:l2vlan","if-index":39,"statistics":{"discontinuity-time":"2018-12-22T07:53:06.510Z"},"phys-address":"12:25:ac:d5:14:df","admin-status":"up","oper-status":"up"},{"name":"tapf8099b3d-04","lower-layer-if":["openflow:18536436985111:26"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:53:34.325Z"},"phys-address":"fe:16:3e:1e:1c:f5","admin-status":"up","oper-status":"up"},{"name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","lower-layer-if":["openflow:194174214523536:7"],"type":"iana-if-type:l2vlan","if-index":32,"statistics":{"discontinuity-time":"2018-12-22T07:52:01.430Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"80035509521015:br-ex-patch","lower-layer-if":["openflow:80035509521015:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.233Z"},"phys-address":"96:33:c8:b7:2b:c2","admin-status":"up","oper-status":"up"},{"name":"tunc2ae3f10b8d","lower-layer-if":["openflow:194174214523536:3"],"type":"iana-if-type:tunnel","if-index":15,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.188Z"},"phys-address":"96:f4:31:4b:a7:c6","admin-status":"up","oper-status":"up"},{"name":"ed11b5b7-4228-423a-b5be-507259737160","lower-layer-if":["openflow:18536436985111:7"],"type":"iana-if-type:l2vlan","if-index":41,"statistics":{"discontinuity-time":"2018-12-22T07:53:24.793Z"},"phys-address":"fe:16:3e:4a:e2:51","admin-status":"up","oper-status":"up"},{"name":"taped11b5b7-42","lower-layer-if":["openflow:18536436985111:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:53:24.695Z"},"phys-address":"fe:16:3e:4a:e2:51","admin-status":"up","oper-status":"up"},{"name":"tun25ad0ecff7f","lower-layer-if":["openflow:80035509521015:5"],"type":"iana-if-type:tunnel","if-index":10,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.749Z"},"phys-address":"16:40:37:9b:2d:a8","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181222 07:57:40.408" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.408" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181222 07:57:40.408" starttime="20181222 07:57:40.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="20181222 07:57:40.409" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:80035509521015:6"
                ],
                "name": "tap06c0648a-92",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:55.614Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 34,
                "lower-layer-if": [
                    "openflow:128470671326236:7"
                ],
                "name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:04.888Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:194174214523536:1"
                ],
                "name": "194174214523536:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "a2:52:d8:5f:e4:34",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:58.892Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 29,
                "lower-layer-if": [
                    "openflow:128470671326236:5"
                ],
                "name": "128470671326236:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "9a:4a:c1:8b:f1:61",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:56.964Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:162795856468502:4"
                ],
                "name": "tun4c2d349f04c",
                "oper-status": "up",
                "phys-address": "fe:71:fb:37:ff:5e",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.324Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 4,
                "lower-layer-if": [
                    "openflow:18536436985111:3"
                ],
                "name": "tuncda06a2d94c",
                "oper-status": "up",
                "phys-address": "fe:dd:88:14:87:16",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.661Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 26,
                "lower-layer-if": [
                    "openflow:80035509521015:6"
                ],
                "name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:55.691Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13110,
                "lower-layer-if": [
                    "openflow:162795856468502:1"
                ],
                "name": "162795856468502:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "46:a4:9f:99:0e:6b",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:45.400Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 2,
                "lower-layer-if": [
                    "openflow:162795856468502:3"
                ],
                "name": "tun1ffb9c80c23",
                "oper-status": "up",
                "phys-address": "8a:1f:8a:16:95:93",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.660Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 17,
                "lower-layer-if": [
                    "openflow:128470671326236:2"
                ],
                "name": "tunf128d08df5b",
                "oper-status": "up",
                "phys-address": "1a:2b:cb:9c:0e:ee",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.344Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:162795856468502:1"
                ],
                "name": "162795856468502:br-ex-patch",
                "oper-status": "up",
                "phys-address": "46:a4:9f:99:0e:6b",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.355Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:128470671326236:6"
                ],
                "name": "tap75fabaad-5a",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:56.678Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:128470671326236:7"
                ],
                "name": "tap6bbb82ff-2e",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:04.761Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:162795856468502:6"
                ],
                "name": "tapd5a58a96-c4",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1d:41:54",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:45.185Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 36,
                "lower-layer-if": [
                    "openflow:162795856468502:1"
                ],
                "name": "162795856468502:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "46:a4:9f:99:0e:6b",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:45.367Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:194174214523536:6"
                ],
                "name": "tapd4e589b2-a3",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:58.599Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 9,
                "lower-layer-if": [
                    "openflow:18536436985111:4"
                ],
                "name": "tun7c2adfb4d8e",
                "oper-status": "up",
                "phys-address": "f2:97:2b:b4:98:27",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.564Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 28,
                "lower-layer-if": [
                    "openflow:128470671326236:6"
                ],
                "name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:56.823Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 19,
                "lower-layer-if": [
                    "openflow:128470671326236:3"
                ],
                "name": "tun434623c4cec",
                "oper-status": "up",
                "phys-address": "ae:9f:ad:84:00:84",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.421Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:194174214523536:7"
                ],
                "name": "tap8251f5f3-63",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:01.272Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 13,
                "lower-layer-if": [
                    "openflow:194174214523536:2"
                ],
                "name": "tun14aa3b718ec",
                "oper-status": "up",
                "phys-address": "da:f0:f9:a1:28:7a",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.041Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:194174214523536:1"
                ],
                "name": "194174214523536:br-ex-patch",
                "oper-status": "up",
                "phys-address": "a2:52:d8:5f:e4:34",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.155Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6,
                "lower-layer-if": [
                    "openflow:80035509521015:4"
                ],
                "name": "tunb7e4b3b33f6",
                "oper-status": "up",
                "phys-address": "ea:26:6d:54:f2:c8",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.308Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 14,
                "lower-layer-if": [
                    "openflow:128470671326236:1"
                ],
                "name": "tunf0007d8b600",
                "oper-status": "up",
                "phys-address": "ae:e3:f5:86:4d:83",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.115Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 1,
                "lower-layer-if": [
                    "openflow:18536436985111:2"
                ],
                "name": "tun214059764a9",
                "oper-status": "up",
                "phys-address": "8e:9b:71:ef:4e:84",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:47.757Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 8,
                "lower-layer-if": [
                    "openflow:80035509521015:2"
                ],
                "name": "tun131cf19c31c",
                "oper-status": "up",
                "phys-address": "c2:19:b0:6e:a5:ef",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.328Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:162795856468502:2"
                ],
                "name": "tun5dab709ae7e",
                "oper-status": "up",
                "phys-address": "72:5d:99:78:c9:a9",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.660Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 11,
                "lower-layer-if": [
                    "openflow:18536436985111:5"
                ],
                "name": "tun41ce5f00c8e",
                "oper-status": "up",
                "phys-address": "9e:89:d0:4c:ae:aa",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.754Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:162795856468502:7"
                ],
                "name": "tap15539c19-d8",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1b:45:25",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:54.634Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 33,
                "lower-layer-if": [
                    "openflow:80035509521015:7"
                ],
                "name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:03.258Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 12,
                "lower-layer-if": [
                    "openflow:162795856468502:5"
                ],
                "name": "tun142c14601dd",
                "oper-status": "up",
                "phys-address": "c2:61:8d:4e:da:03",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.860Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:18536436985111:6"
                ],
                "name": "tap3a9cee45-cf",
                "oper-status": "up",
                "phys-address": "fe:16:3e:db:0f:e2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:06.312Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 37,
                "lower-layer-if": [
                    "openflow:162795856468502:7"
                ],
                "name": "15539c19-d826-42eb-b384-3f75fb175162",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1b:45:25",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:54.698Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 40,
                "lower-layer-if": [
                    "openflow:162795856468502:8"
                ],
                "name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d7:6f:36",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:16.395Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:18536436985111:1"
                ],
                "name": "18536436985111:br-ex-patch",
                "oper-status": "up",
                "phys-address": "12:25:ac:d5:14:df",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:47.414Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 13107,
                "lower-layer-if": [
                    "openflow:80035509521015:1"
                ],
                "name": "80035509521015:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "96:33:c8:b7:2b:c2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:55.968Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 35,
                "lower-layer-if": [
                    "openflow:162795856468502:6"
                ],
                "name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1d:41:54",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:45.236Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 27,
                "lower-layer-if": [
                    "openflow:80035509521015:1"
                ],
                "name": "80035509521015:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "96:33:c8:b7:2b:c2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:55.866Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 30,
                "lower-layer-if": [
                    "openflow:194174214523536:6"
                ],
                "name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:58.786Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 18,
                "lower-layer-if": [
                    "openflow:194174214523536:5"
                ],
                "name": "tun9ec20f827f9",
                "oper-status": "up",
                "phys-address": "f2:41:ea:35:7b:bc",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.404Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 16,
                "lower-layer-if": [
                    "openflow:194174214523536:4"
                ],
                "name": "tunc001a0f04f5",
                "oper-status": "up",
                "phys-address": "aa:61:e6:5e:82:50",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.288Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 38,
                "lower-layer-if": [
                    "openflow:18536436985111:6"
                ],
                "name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "oper-status": "up",
                "phys-address": "fe:16:3e:db:0f:e2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:06.379Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13111,
                "lower-layer-if": [
                    "openflow:18536436985111:1"
                ],
                "name": "18536436985111:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "12:25:ac:d5:14:df",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:06.555Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13108,
                "lower-layer-if": [
                    "openflow:128470671326236:5"
                ],
                "name": "128470671326236:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "9a:4a:c1:8b:f1:61",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:56.987Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13109,
                "lower-layer-if": [
                    "openflow:194174214523536:1"
                ],
                "name": "194174214523536:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "a2:52:d8:5f:e4:34",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:58.955Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 20,
                "lower-layer-if": [
                    "openflow:128470671326236:4"
                ],
                "name": "tun1b03ffe1e1e",
                "oper-status": "up",
                "phys-address": "5a:62:21:9e:ec:76",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.586Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 42,
                "lower-layer-if": [
                    "openflow:18536436985111:26"
                ],
                "name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1e:1c:f5",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:34.376Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 7,
                "lower-layer-if": [
                    "openflow:80035509521015:3"
                ],
                "name": "tun495c4e9bfba",
                "oper-status": "up",
                "phys-address": "5a:84:26:32:ce:54",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.308Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:128470671326236:5"
                ],
                "name": "128470671326236:br-ex-patch",
                "oper-status": "up",
                "phys-address": "9a:4a:c1:8b:f1:61",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:52.111Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:162795856468502:8"
                ],
                "name": "tap370fd344-5f",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d7:6f:36",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:15.836Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:80035509521015:7"
                ],
                "name": "tap70a834e8-fa",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:03.008Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 39,
                "lower-layer-if": [
                    "openflow:18536436985111:1"
                ],
                "name": "18536436985111:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "12:25:ac:d5:14:df",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:06.510Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:18536436985111:26"
                ],
                "name": "tapf8099b3d-04",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1e:1c:f5",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:34.325Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 32,
                "lower-layer-if": [
                    "openflow:194174214523536:7"
                ],
                "name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:01.430Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:80035509521015:1"
                ],
                "name": "80035509521015:br-ex-patch",
                "oper-status": "up",
                "phys-address": "96:33:c8:b7:2b:c2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.233Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 15,
                "lower-layer-if": [
                    "openflow:194174214523536:3"
                ],
                "name": "tunc2ae3f10b8d",
                "oper-status": "up",
                "phys-address": "96:f4:31:4b:a7:c6",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.188Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 41,
                "lower-layer-if": [
                    "openflow:18536436985111:7"
                ],
                "name": "ed11b5b7-4228-423a-b5be-507259737160",
                "oper-status": "up",
                "phys-address": "fe:16:3e:4a:e2:51",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:24.793Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:18536436985111:7"
                ],
                "name": "taped11b5b7-42",
                "oper-status": "up",
                "phys-address": "fe:16:3e:4a:e2:51",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:24.695Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 10,
                "lower-layer-if": [
                    "openflow:80035509521015:5"
                ],
                "name": "tun25ad0ecff7f",
                "oper-status": "up",
                "phys-address": "16:40:37:9b:2d:a8",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.749Z"
                },
                "type": "iana-if-type:tunnel"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.409" starttime="20181222 07:57:40.408"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.409" starttime="20181222 07:57:40.382"></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="20181222 07:57:40.431" 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="20181222 07:57:40.431" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.431" starttime="20181222 07:57:40.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="20181222 07:57:40.435" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":27,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":13107,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":40,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":39,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":37,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun495c4e9bfba","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":7,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":128470671326236,"if-index":13108,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":194174214523536,"if-index":13109,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":13108,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":38,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunc001a0f04f5","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":16,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":28,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":80035509521015,"if-index":13107,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":13109,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun9ec20f827f9","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":18,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun1b03ffe1e1e","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":20,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-ingress","dpid":162795856468502,"if-index":35,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":30,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-ingress","dpid":194174214523536,"if-index":32,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun5dab709ae7e","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":3,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun434623c4cec","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":19,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":13111,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunf128d08df5b","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":17,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun7c2adfb4d8e","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":9,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunb7e4b3b33f6","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":6,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun131cf19c31c","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":8,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-ingress","dpid":162795856468502,"if-index":40,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-ingress","dpid":18536436985111,"if-index":42,"port-no":26,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun142c14601dd","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":12,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunf0007d8b600","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":14,"port-no":1,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun41ce5f00c8e","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":11,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":33,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":41,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun214059764a9","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":1,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":13110,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tuncda06a2d94c","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":4,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":26,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-ingress","dpid":18536436985111,"if-index":41,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun1ffb9c80c23","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":2,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":34,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-ingress","dpid":80035509521015,"if-index":33,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun14aa3b718ec","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":13,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-ingress","dpid":128470671326236,"if-index":34,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":36,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":29,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun4c2d349f04c","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":5,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-ingress","dpid":80035509521015,"if-index":26,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":31,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-ingress","dpid":194174214523536,"if-index":30,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunc2ae3f10b8d","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":15,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-ingress","dpid":18536436985111,"if-index":38,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":42,"port-no":26,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":18536436985111,"if-index":13111,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":35,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-ingress","dpid":162795856468502,"if-index":37,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-ingress","dpid":128470671326236,"if-index":28,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":162795856468502,"if-index":13110,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":32,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun25ad0ecff7f","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":10,"port-no":5,"interface-type":"iana-if-type:tunnel"}]}} </msg>
<msg timestamp="20181222 07:57:40.436" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.436" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 80035509521015,
                "if-index": 27,
                "interface-name": "80035509...</msg>
<status status="PASS" endtime="20181222 07:57:40.436" starttime="20181222 07:57:40.432"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.437" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 80035509521015,
                "if-index": 27,
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 13107,
                "interface-name": "80035509521015:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 40,
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 39,
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 37,
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 7,
                "interface-name": "tun495c4e9bfba",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 13108,
                "interface-name": "128470671326236:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 13109,
                "interface-name": "194174214523536:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 13108,
                "interface-name": "128470671326236:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 38,
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 16,
                "interface-name": "tunc001a0f04f5",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 28,
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 13107,
                "interface-name": "80035509521015:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 13109,
                "interface-name": "194174214523536:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 18,
                "interface-name": "tun9ec20f827f9",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 20,
                "interface-name": "tun1b03ffe1e1e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 35,
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 30,
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 32,
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 3,
                "interface-name": "tun5dab709ae7e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 19,
                "interface-name": "tun434623c4cec",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 13111,
                "interface-name": "18536436985111:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 17,
                "interface-name": "tunf128d08df5b",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 9,
                "interface-name": "tun7c2adfb4d8e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 6,
                "interface-name": "tunb7e4b3b33f6",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 8,
                "interface-name": "tun131cf19c31c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 40,
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 42,
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 26,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 12,
                "interface-name": "tun142c14601dd",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 14,
                "interface-name": "tunf0007d8b600",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 11,
                "interface-name": "tun41ce5f00c8e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 33,
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 41,
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 1,
                "interface-name": "tun214059764a9",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 13110,
                "interface-name": "162795856468502:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 4,
                "interface-name": "tuncda06a2d94c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 26,
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 41,
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 2,
                "interface-name": "tun1ffb9c80c23",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 34,
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 33,
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 13,
                "interface-name": "tun14aa3b718ec",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 34,
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 36,
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 29,
                "interface-name": "128470671326236:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 5,
                "interface-name": "tun4c2d349f04c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 26,
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 31,
                "interface-name": "194174214523536:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 30,
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 15,
                "interface-name": "tunc2ae3f10b8d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 38,
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 42,
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 26,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 13111,
                "interface-name": "18536436985111:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 35,
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 37,
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 28,
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 13110,
                "interface-name": "162795856468502:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 32,
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 10,
                "interface-name": "tun25ad0ecff7f",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.438" starttime="20181222 07:57:40.437"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.438" starttime="20181222 07:57:40.409"></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="20181222 07:57:40.452" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.453" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.453" starttime="20181222 07:57:40.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="20181222 07:57:40.455" level="INFO">To JSON using : content={"tunnels_state":{"state-tunnel-list":[{"tunnel-interface-name":"tun7c2adfb4d8e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tuncda06a2d94c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun1b03ffe1e1e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tun9ec20f827f9","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun5dab709ae7e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tunf0007d8b600","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun142c14601dd","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun25ad0ecff7f","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun131cf19c31c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tun495c4e9bfba","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tun41ce5f00c8e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun4c2d349f04c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tunc001a0f04f5","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tunb7e4b3b33f6","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tun214059764a9","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tunc2ae3f10b8d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tun434623c4cec","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tunf128d08df5b","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tun14aa3b718ec","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun1ffb9c80c23","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}}]}} </msg>
<msg timestamp="20181222 07:57:40.455" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.456" level="INFO">${pretty_output} = {
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-...</msg>
<status status="PASS" endtime="20181222 07:57:40.456" starttime="20181222 07:57:40.453"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.457" level="INFO">{
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun7c2adfb4d8e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuncda06a2d94c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1b03ffe1e1e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun9ec20f827f9",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun5dab709ae7e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunf0007d8b600",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun142c14601dd",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun25ad0ecff7f",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun131cf19c31c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun495c4e9bfba",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun41ce5f00c8e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun4c2d349f04c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunc001a0f04f5",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb7e4b3b33f6",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun214059764a9",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunc2ae3f10b8d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun434623c4cec",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunf128d08df5b",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun14aa3b718ec",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1ffb9c80c23",
                "tunnel-state": true
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.457" starttime="20181222 07:57:40.456"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.457" starttime="20181222 07:57:40.438"></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="20181222 07:57:40.477" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.477" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.477" starttime="20181222 07:57:40.458"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.478" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.479" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.479" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.479" starttime="20181222 07:57:40.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.479" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.479" starttime="20181222 07:57:40.479"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.479" starttime="20181222 07:57:40.457"></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="20181222 07:57:40.499" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.499" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.499" starttime="20181222 07:57:40.480"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.500" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.501" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.501" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.501" starttime="20181222 07:57:40.500"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.502" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.502" starttime="20181222 07:57:40.501"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.502" starttime="20181222 07:57:40.480"></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="20181222 07:57:40.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="20181222 07:57:40.524" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.524" starttime="20181222 07:57:40.502"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.541" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:88:0e:78:49:c6"}],"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:88:0e:78:49:c6","ovsdb:bridge-uuid":"81951951-f340-45ae-af97-1bcdc3c4d7b1","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/33f35569-46c6-4971-8228-90d22c203dc2']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"7139291d-348c-4805-ba39-2cba13422901","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:88:0e:78:49:c6","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"15b8f78b-6022-4788-9c0b-8c67171c206c","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"829bfb7c-14a6-43df-aca7-b889b272e720","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:88:0e:78:49:c6","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4cb9e72e-5a0c-412b-8de4-967c495a8749","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"38d3e618-728a-4dc4-8caa-a7ce080bf38a","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f4fe2cc3-1e3a-4af5-b9e7-c608be5374ac","ovsdb:ifindex":0,"ovsdb:mac-in-use":"de:16:65:4b:63:a2","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.23"}],"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.23","remote-port":53212,"remote-ip":"192.0.2.23","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-1.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-1.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"b16347d5-248a-461a-8d57-5f3eaf8c7d96"},{"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.15"}],"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.23","remote-port":48606,"remote-ip":"192.0.2.15","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-2.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-2.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"f12f4061-e04c-44c5-8c0a-91dce7c9c30e"},{"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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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":"94:0f:dd:32:1a:16"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"1fc0289a-f8fa-4609-b01b-fbde37fb8ecd","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.46:6653","controller-uuid":"ab8e96c8-9353-45c6-a287-596257cc0912","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.15:6653","controller-uuid":"a947bf1d-8b59-4ab9-973a-a2a9686ac50e","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"b8f8c5a6-dd48-4616-b936-b9beb2bab751","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:94:0f:dd:32:1a:16","termination-point":[{"tp-id":"tun9d68704a2cf","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9d68704a2cf']"}],"ovsdb:interface-uuid":"02e44bae-e015-49d1-918d-ea1c75811dad","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun9d68704a2cf","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1e5ee3c6-852c-4293-bb41-9e6544960e35"},{"tp-id":"tun95aa800b70c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun95aa800b70c']"}],"ovsdb:interface-uuid":"6c79b50c-0442-4478-93a1-b65023665088","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun95aa800b70c","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"907bc252-a461-4eab-9243-fa9054330062"},{"tp-id":"tap370fd344-5f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"5031a435-0287-4da7-b1ee-a4a63389fe86","ovsdb:name":"tap370fd344-5f","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:d7:6f:36"},{"external-id-key":"iface-id","external-id-value":"370fd344-5fd1-4696-9a07-8327a05474c4"},{"external-id-key":"vm-id","external-id-value":"b6697a41-4fb3-424b-95be-60e41c216092"}],"ovsdb:port-uuid":"7fa14723-b11b-4a0f-9246-0fe61f983470","ovsdb:ifindex":12,"ovsdb:mac-in-use":"fe:16:3e:d7:6f:36","ovsdb:ofport":8},{"tp-id":"tun5dab709ae7e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5dab709ae7e']"}],"ovsdb:interface-uuid":"5d1dd00d-2caf-4df0-b608-017934905e4b","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun5dab709ae7e","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"490255d8-b4c5-4254-b429-f215ebce2fae","ovsdb:ifindex":9,"ovsdb:mac-in-use":"72:5d:99:78:c9:a9","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun6796ead5463","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6796ead5463']"}],"ovsdb:interface-uuid":"5755e0e5-038d-4495-a93a-55d247478e72","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun6796ead5463","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"10fb97be-ed05-4eb0-b96c-615f581f2b03"},{"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d1ce1b4f-b4c8-4f85-b1f3-14c6ef008a45","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4eeb2bf3-e81f-427d-bf69-3688f43d2e97","ovsdb:ifindex":0,"ovsdb:mac-in-use":"46:a4:9f:99:0e:6b","ovsdb:ofport":1},{"tp-id":"tun1ffb9c80c23","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1ffb9c80c23']"}],"ovsdb:interface-uuid":"81374b1c-e7b8-4b48-9040-b3c0c6542515","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun1ffb9c80c23","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6b18e941-608c-41b5-b70e-9a710b0cc5c9","ovsdb:ifindex":9,"ovsdb:mac-in-use":"8a:1f:8a:16:95:93","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tapd5a58a96-c4","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"a115a4fb-da03-4b67-a996-07bce105a93b","ovsdb:name":"tapd5a58a96-c4","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:1d:41:54"},{"external-id-key":"iface-id","external-id-value":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"},{"external-id-key":"vm-id","external-id-value":"899acced-335f-4cb8-b2bd-cf35ea0aafb1"}],"ovsdb:port-uuid":"5cad25f2-d06a-4482-805b-1501c49e6057","ovsdb:ifindex":10,"ovsdb:mac-in-use":"fe:16:3e:1d:41:54","ovsdb:ofport":6},{"tp-id":"tun4c2d349f04c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4c2d349f04c']"}],"ovsdb:interface-uuid":"aacc16d4-4030-49c3-81c3-37f2963a0bec","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun4c2d349f04c","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3f397e71-69c8-4d30-bbfc-d974add7fd07","ovsdb:ifindex":9,"ovsdb:mac-in-use":"fe:71:fb:37:ff:5e","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun4376af56662","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4376af56662']"}],"ovsdb:interface-uuid":"9d4caf1e-ba32-40d6-a0c7-1b7b59e08bf5","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun4376af56662","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"54e84c20-20ea-40df-895f-53dde388e513"},{"tp-id":"tun142c14601dd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun142c14601dd']"}],"ovsdb:interface-uuid":"7bed02be-b981-4b85-93bf-2f0d0a5c226d","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun142c14601dd","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8955cd7c-b120-4271-a252-b7d586e7c74f","ovsdb:ifindex":9,"ovsdb:mac-in-use":"c2:61:8d:4e:da:03","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tap15539c19-d8","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"f8471cf1-16c3-48d9-ad5a-3269a080f419","ovsdb:name":"tap15539c19-d8","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:1b:45:25"},{"external-id-key":"iface-id","external-id-value":"15539c19-d826-42eb-b384-3f75fb175162"},{"external-id-key":"vm-id","external-id-value":"8cd1b475-31a0-4e3b-ac31-006a799e5938"}],"ovsdb:port-uuid":"e5e23d86-776f-44d9-8726-775998438555","ovsdb:ifindex":11,"ovsdb:mac-in-use":"fe:16:3e:1b:45:25","ovsdb:ofport":7},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"141766f5-3eb8-49c1-afdc-0a3600c6831b","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:mac-in-use":"94:0f:dd:32:1a:16","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"02c4ce2b-b06d-41a2-8c05-f6a9485c7b5e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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/42fb6c2a-596a-4756-be8b-6b22c2426e39/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":"b0:99:b5:14:ca:90"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"42a5493f-a0e5-4de7-8cfe-ebd42e87a82c","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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.46:6653","controller-uuid":"103a03fd-38ef-4fa4-9c4a-32526ddd7def","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.15:6653","controller-uuid":"80f1cfc6-30da-4a17-bff4-445db8dcb9ba","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"412be70f-1396-41a4-9c10-cf9fd321ee44","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:b0:99:b5:14:ca:90","termination-point":[{"tp-id":"tun8da72534092","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun8da72534092']"}],"ovsdb:interface-uuid":"8a8518aa-380c-42e4-8bea-2da577f61d30","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun8da72534092","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"98414d7f-4262-43f0-98a8-64a3d80e6d4d"},{"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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"3e4b257d-c5fc-4c03-907b-14e551fe715b","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d0641e98-078e-4675-bc3b-88dd9723ed36","ovsdb:ifindex":0,"ovsdb:mac-in-use":"a2:52:d8:5f:e4:34","ovsdb:ofport":1},{"tp-id":"tap8251f5f3-63","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"0d557f37-f334-4be6-864f-16b32d9bb4f1","ovsdb:name":"tap8251f5f3-63","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:76:5d:7e"},{"external-id-key":"iface-id","external-id-value":"8251f5f3-63f8-44fb-bebd-78f3bb30c991"}],"ovsdb:port-uuid":"699f17de-4b00-4adf-b535-e6621e835cfd","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:76:5d:7e","ovsdb:ofport":7},{"tp-id":"tunc2ae3f10b8d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc2ae3f10b8d']"}],"ovsdb:interface-uuid":"4fcd5dd7-4e32-4588-9ad7-cc8834b0ce07","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunc2ae3f10b8d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1ef6870a-30ae-4a94-b615-60d48117ce2c","ovsdb:ifindex":19,"ovsdb:mac-in-use":"96:f4:31:4b:a7:c6","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun14aa3b718ec","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun14aa3b718ec']"}],"ovsdb:interface-uuid":"645eaa9b-fa23-4dc4-968e-e03a90c5df82","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun14aa3b718ec","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"c0bcb6a3-dd77-43d3-a25f-8c4b982a3aef","ovsdb:ifindex":19,"ovsdb:mac-in-use":"da:f0:f9:a1:28:7a","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tundd3af24a1cd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tundd3af24a1cd']"}],"ovsdb:interface-uuid":"d4d2a437-0598-4f22-b52d-24ad4d9ce5b4","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tundd3af24a1cd","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a09aaef2-f296-49e5-a012-9fa26dd9f956"},{"tp-id":"tun48bf1ebcdcd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun48bf1ebcdcd']"}],"ovsdb:interface-uuid":"b74f6baf-7c22-45ed-9fa2-3f4e316b8496","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun48bf1ebcdcd","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4d7c158c-21bd-4759-9055-a48859f7d0e0"},{"tp-id":"tunf5f9505fe6a","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf5f9505fe6a']"}],"ovsdb:interface-uuid":"fb7434a9-b72a-4b83-8b09-a311391ab880","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunf5f9505fe6a","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"34e3ddef-75d4-475d-bdf0-cd2165a39b0e"},{"tp-id":"tunc001a0f04f5","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc001a0f04f5']"}],"ovsdb:interface-uuid":"168bb1a4-1721-43ed-ae14-44b62684e9f8","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunc001a0f04f5","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3861b9b9-1dca-4f72-8b9d-f316867bb85d","ovsdb:ifindex":19,"ovsdb:mac-in-use":"aa:61:e6:5e:82:50","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tapd4e589b2-a3","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"8a40f767-961d-46ef-a08b-02fd38fb17c9","ovsdb:name":"tapd4e589b2-a3","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:1a:ce:41"},{"external-id-key":"iface-id","external-id-value":"d4e589b2-a375-442e-ba10-cc7ac92f40ed"}],"ovsdb:port-uuid":"09687d4c-2e71-4448-9c2f-b3868dda2961","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:1a:ce:41","ovsdb:ofport":6},{"tp-id":"tun9ec20f827f9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9ec20f827f9']"}],"ovsdb:interface-uuid":"afbd383e-f75b-47f6-b778-9b355bde9637","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun9ec20f827f9","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a03b1313-761f-47fa-b740-615180cf3538","ovsdb:ifindex":19,"ovsdb:mac-in-use":"f2:41:ea:35:7b:bc","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"75a3a2c9-e8a9-42b8-9f81-981f0f8c7fcc","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"b0:99:b5:14:ca:90","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d146043e-1790-40df-bc3b-ca54d08c5cc8","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:b3:fa:e8:f2:0c"}],"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:b3:fa:e8:f2:0c","ovsdb:bridge-uuid":"42f21f59-0417-4d01-aaf1-c81dd083652d","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"25426165-c523-4906-b509-aafe5b78139e","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:b3:fa:e8:f2:0c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e2c03c82-ef35-4908-b160-cf1694256d1d","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1cdb7c75-1480-460b-abd7-b3093b2efd3d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:b3:fa:e8:f2:0c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6c18253b-ea1b-4047-9336-a86a4c74e0d6","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"9d0e977d-40e8-45d9-8636-10bc1a20ab02","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3e823c28-cc11-46c0-b3e7-8d8f55d56d38","ovsdb:ifindex":0,"ovsdb:mac-in-use":"7a:1f:05:94:6f:d5","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.21"}],"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.15","remote-port":53106,"remote-ip":"192.0.2.21","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-novacompute-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-novacompute-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"2a491103-4f22-4eb7-a853-00b75135392d"},{"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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:4e:c6:6b:4d:6e"}],"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:4e:c6:6b:4d:6e","ovsdb:bridge-uuid":"23c02569-e847-459f-8570-866a3ccd282f","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"957cfa86-7672-444a-a699-66f343a0a366","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:4e:c6:6b:4d:6e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"dd69cb18-2802-4081-b0ca-6a5381000305","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"3ae2df0a-2476-4df1-b6da-ba355e59fb33","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:4e:c6:6b:4d:6e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"87505d8e-f5aa-4bbd-a64c-c1e061b70692","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"69bd3827-2921-4cb3-9c17-d4acc5b0ad81","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8dcdb21f-7810-4aaa-ad54-5f5f12130df1","ovsdb:ifindex":0,"ovsdb:mac-in-use":"da:6f:6d:ea:73:ce","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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/33f35569-46c6-4971-8228-90d22c203dc2/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":"10:db:d9:bd:ed:17"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"401882a1-3883-42d2-9d72-345e615f423d","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/33f35569-46c6-4971-8228-90d22c203dc2']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.46:6653","controller-uuid":"3ea7c596-061b-4ec9-b2b5-69bec8285e73","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.15:6653","controller-uuid":"34d3bb4d-c554-4115-9997-bcb2f578c73f","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"ffc6e525-5de1-4117-9961-cf5b8aa87b11","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:10:db:d9:bd:ed:17","termination-point":[{"tp-id":"tun7c2adfb4d8e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7c2adfb4d8e']"}],"ovsdb:interface-uuid":"1b2312a3-c761-4a30-b4ca-9035c4848225","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun7c2adfb4d8e","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"bd3c6efa-7d6a-49b5-9ec2-c9735230da7a","ovsdb:ifindex":9,"ovsdb:mac-in-use":"f2:97:2b:b4:98:27","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tuncda06a2d94c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncda06a2d94c']"}],"ovsdb:interface-uuid":"65e9412e-9f61-4707-b785-3ff842b2671d","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tuncda06a2d94c","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ad715818-9644-4bed-81e6-29a0bb74878d","ovsdb:ifindex":9,"ovsdb:mac-in-use":"fe:dd:88:14:87:16","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun56da96f6079","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun56da96f6079']"}],"ovsdb:interface-uuid":"cf58a9ca-cc90-4959-8c72-240898175d52","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun56da96f6079","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1056f5cc-1286-4c8d-9f4f-e4b0debb413f"},{"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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"72f22f84-a5e1-483e-bd81-7b52d149be85","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f7c234c8-f697-4d60-b5c0-3dc8e42149cc","ovsdb:ifindex":0,"ovsdb:mac-in-use":"12:25:ac:d5:14:df","ovsdb:ofport":1},{"tp-id":"tun214059764a9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun214059764a9']"}],"ovsdb:interface-uuid":"deb40b79-6a23-438d-a07f-c9e54c703aaa","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun214059764a9","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"2d394dec-99e7-465e-ad26-56f2a6ab7be7","ovsdb:ifindex":9,"ovsdb:mac-in-use":"8e:9b:71:ef:4e:84","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tune5a40d192ef","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune5a40d192ef']"}],"ovsdb:interface-uuid":"c3443d5e-dd25-4900-a64b-fe8c3235395a","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tune5a40d192ef","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f3b56cc1-de9b-4305-a10e-70d5360d7bb8"},{"tp-id":"tapf8099b3d-04","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"8fc6e067-9717-4126-9d88-75e872bc5a80","ovsdb:name":"tapf8099b3d-04","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:1e:1c:f5"},{"external-id-key":"iface-id","external-id-value":"f8099b3d-044f-4969-af22-c79fe84c8eb7"},{"external-id-key":"vm-id","external-id-value":"6b1bf023-6e4d-427c-8976-c43694b56c25"}],"ovsdb:port-uuid":"c2adf3f8-c24c-4e53-b1c4-e3eae4d7d08a","ovsdb:ifindex":12,"ovsdb:mac-in-use":"fe:16:3e:1e:1c:f5","ovsdb:ofport":26},{"tp-id":"tun41ce5f00c8e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun41ce5f00c8e']"}],"ovsdb:interface-uuid":"eae576dc-2291-4fa7-87fc-a3ff699a4d3b","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun41ce5f00c8e","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9e7fd44b-319d-4609-8a29-e466dd77cb93","ovsdb:ifindex":9,"ovsdb:mac-in-use":"9e:89:d0:4c:ae:aa","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tune2e97121c6e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune2e97121c6e']"}],"ovsdb:interface-uuid":"8927d0b2-42fc-4ce1-a2b6-372d03d43345","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tune2e97121c6e","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a1b372d3-ea8e-4c4d-ae0f-287a79887a8a"},{"tp-id":"taped11b5b7-42","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"47cee9d5-617c-42d5-b949-53d69ca0acc8","ovsdb:name":"taped11b5b7-42","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:4a:e2:51"},{"external-id-key":"iface-id","external-id-value":"ed11b5b7-4228-423a-b5be-507259737160"},{"external-id-key":"vm-id","external-id-value":"240ce8ff-3be3-4cd2-80d3-3dc149ce5fea"}],"ovsdb:port-uuid":"419a989b-c7b6-4e50-93ff-e6c43708f277","ovsdb:ifindex":11,"ovsdb:mac-in-use":"fe:16:3e:4a:e2:51","ovsdb:ofport":7},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"c84f8496-62dd-4671-ae51-c1c4184672da","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:mac-in-use":"10:db:d9:bd:ed:17","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b8597d0f-e156-490b-b36b-80fd695d9339","ovsdb:ofport":65534},{"tp-id":"tap3a9cee45-cf","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"bb3477a5-7532-4c7a-b34a-e920064d8a7b","ovsdb:name":"tap3a9cee45-cf","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:db:0f:e2"},{"external-id-key":"iface-id","external-id-value":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e"},{"external-id-key":"vm-id","external-id-value":"51ffffdd-ca22-4750-9a98-9b95a6f8fbcf"}],"ovsdb:port-uuid":"3e6265ed-da5c-40de-aeff-13e23df5ff36","ovsdb:ifindex":10,"ovsdb:mac-in-use":"fe:16:3e:db:0f:e2","ovsdb:ofport":6},{"tp-id":"tun2e4e5b7e21c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun2e4e5b7e21c']"}],"ovsdb:interface-uuid":"12dd22fc-865b-4fc2-9880-3ec5ade5870e","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun2e4e5b7e21c","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"448f17d7-f3dd-4e63-9e7b-445efcce69f5"}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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":"74:d7:e8:ba:7c:1c"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"a2548b4c-257f-4226-9a35-16d252631174","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.46:6653","controller-uuid":"a12077da-ecbb-461c-9630-dd730e8a4765","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.15:6653","controller-uuid":"8199f557-fbd2-4afe-8447-c3f65b42fda1","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"45b9508e-5c1e-4455-9385-5ae0c78b6b77","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:74:d7:e8:ba:7c:1c","termination-point":[{"tp-id":"tuneedc7a64b44","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuneedc7a64b44']"}],"ovsdb:interface-uuid":"0be7fe50-baa1-4e81-ac5f-b430549f4b1c","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tuneedc7a64b44","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"38feba52-59e1-4622-8063-059de288fc12"},{"tp-id":"tap75fabaad-5a","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"3787e2f2-2d12-485e-ad2c-265d0c83707e","ovsdb:name":"tap75fabaad-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:53:96:ea"},{"external-id-key":"iface-id","external-id-value":"75fabaad-5a1a-4235-8588-9e7b4420cc1e"}],"ovsdb:port-uuid":"26e0a5ed-d78f-4c63-8b30-eaa07691af1b","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:53:96:ea","ovsdb:ofport":6},{"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d5f77f9e-af8f-4689-a585-fea7635dbdea","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"2ad6f232-538c-436f-812f-d048edb933b3","ovsdb:ifindex":0,"ovsdb:mac-in-use":"9a:4a:c1:8b:f1:61","ovsdb:ofport":5},{"tp-id":"tun434623c4cec","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun434623c4cec']"}],"ovsdb:interface-uuid":"760e93c8-f965-4fcc-9c36-cbf223beae17","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun434623c4cec","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b6376ca5-165a-430a-a76b-95db606dc11b","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ae:9f:ad:84:00:84","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tunf128d08df5b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf128d08df5b']"}],"ovsdb:interface-uuid":"6a253913-18ab-464d-bbbc-d044b586b002","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunf128d08df5b","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5aa49278-87e5-4204-b0c5-d2e5b9892a43","ovsdb:ifindex":19,"ovsdb:mac-in-use":"1a:2b:cb:9c:0e:ee","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun3fc0c40c07b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3fc0c40c07b']"}],"ovsdb:interface-uuid":"cd194ef7-9c5d-444d-9a6a-59dddaa9d84a","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun3fc0c40c07b","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"77e10d94-824d-4a88-ae65-60d120184999"},{"tp-id":"tap6bbb82ff-2e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"8f0de0c9-9ed2-4fcf-afca-7de7653fdcab","ovsdb:name":"tap6bbb82ff-2e","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:09:4d:25"},{"external-id-key":"iface-id","external-id-value":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"}],"ovsdb:port-uuid":"28f08790-a40c-4ecd-b5ff-159a04c17b1f","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:09:4d:25","ovsdb:ofport":7},{"tp-id":"tun60754c97d27","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun60754c97d27']"}],"ovsdb:interface-uuid":"916c1d2d-714e-4177-a45d-7c6df3a2ef54","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun60754c97d27","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3460025a-b23e-49a2-8700-a60a18b52662"},{"tp-id":"tun1b03ffe1e1e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1b03ffe1e1e']"}],"ovsdb:interface-uuid":"a9c4bbc8-696a-4847-aaf3-cdce680b8a72","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun1b03ffe1e1e","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3ae04167-0f70-4622-b42f-0d22f1e6673a","ovsdb:ifindex":19,"ovsdb:mac-in-use":"5a:62:21:9e:ec:76","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tunf0007d8b600","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf0007d8b600']"}],"ovsdb:interface-uuid":"6431f648-4d15-4042-9ee3-9219ad767205","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunf0007d8b600","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d541ca21-c153-45c6-baee-d518062d0ffb","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ae:e3:f5:86:4d:83","ovsdb:ofport":1,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tuncf6e7cbb4d8","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncf6e7cbb4d8']"}],"ovsdb:interface-uuid":"61318389-8a2c-41f9-bb5b-01acdc520dce","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tuncf6e7cbb4d8","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"eb5adc4f-9e01-4405-b876-91fd8b38c71d"},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"68548fd0-f1f1-473e-aff8-10e9a5c930bc","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"74:d7:e8:ba:7c:1c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a39fd866-3e50-4222-b00c-21ebc9f7dd77","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:59:b3:11:74:42"}],"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:59:b3:11:74:42","ovsdb:bridge-uuid":"f3717493-bab1-40d8-87c1-9053ff6caa53","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"f346eb5c-09ea-44dc-b101-405f9e03311f","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:59:b3:11:74:42","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"7c0469f8-9775-4105-83ce-05a491139378","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"798865b5-0dc9-4579-bfe9-bee7b1058821","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:59:b3:11:74:42","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"75575c16-f724-44a5-a73f-a0014b032bd2","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"f698c575-5398-49ca-ace0-9f5f5f61b85c","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5b229b83-5c53-4a6d-87eb-15d22b42824b","ovsdb:ifindex":0,"ovsdb:mac-in-use":"0a:f4:ea:12:fe:f5","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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":"48:ca:b8:1d:4a:77"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"6519d61d-77dd-4598-8cc1-82ed8238873b","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.46:6653","controller-uuid":"dbda7a9f-9c24-4dc1-b25c-efcce518dfa9","is-connected":true},{"target":"tcp:192.0.2.15:6653","controller-uuid":"db3d2ed2-ad06-4418-a202-34ed5fe0cd11","is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"71fafbaa-f318-4b70-9d56-61dcc2bae5fc","is-connected":true}],"ovsdb:datapath-id":"00:00:48:ca:b8:1d:4a:77","termination-point":[{"tp-id":"tap70a834e8-fa","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"10ee922e-f43b-4a13-bbcd-42cadb599cca","ovsdb:name":"tap70a834e8-fa","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:76:93:8e"},{"external-id-key":"iface-id","external-id-value":"70a834e8-fa80-4774-b7f8-43fe564ffd07"}],"ovsdb:port-uuid":"0466d0b7-d30e-4792-8aa7-75efdc66e027","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:76:93:8e","ovsdb:ofport":7},{"tp-id":"tunad39fbf7b8d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunad39fbf7b8d']"}],"ovsdb:interface-uuid":"f498b0a7-50c6-4228-844c-c8731463fd35","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunad39fbf7b8d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74ac9c7e-23f1-45df-b99c-97be2c2ed97d"},{"tp-id":"tun7786f63e80f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7786f63e80f']"}],"ovsdb:interface-uuid":"dbd4d0c2-6b02-4d4e-ad75-1cfb0b16ff69","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun7786f63e80f","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5ee52a5d-ddd9-4030-a8dc-d484bf927dea"},{"tp-id":"tap06c0648a-92","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"60b17434-0549-42cc-8080-87676ea98a01","ovsdb:name":"tap06c0648a-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:07:fe:e5"},{"external-id-key":"iface-id","external-id-value":"06c0648a-9238-4cf2-b850-d0a1c123b361"}],"ovsdb:port-uuid":"bfc04de8-21a9-4cbc-bbc1-c24e25859ad4","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:mac-in-use":"fa:16:3e:07:fe:e5","ovsdb:ofport":6},{"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"f6fa513a-9d48-4288-93ce-40a6ba226d5c","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9486a683-b7ba-43b1-ade1-ff69132c0990","ovsdb:ifindex":0,"ovsdb:mac-in-use":"96:33:c8:b7:2b:c2","ovsdb:ofport":1},{"tp-id":"tunb7e4b3b33f6","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb7e4b3b33f6']"}],"ovsdb:interface-uuid":"34e308a7-715e-4880-8fcd-20fe4d81836a","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tunb7e4b3b33f6","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ad1250c5-e909-46a7-8247-0081b5da3c42","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ea:26:6d:54:f2:c8","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun977f8a1ccf4","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun977f8a1ccf4']"}],"ovsdb:interface-uuid":"67e30cf0-c9a0-4db3-883a-1addd91f80b0","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun977f8a1ccf4","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8461a3ac-7be8-4c9d-b66b-37ecb59b4be6"},{"tp-id":"tun495c4e9bfba","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun495c4e9bfba']"}],"ovsdb:interface-uuid":"4f316e4f-547e-42dd-91b7-9205d451706f","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun495c4e9bfba","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"040f226f-8606-42e8-a560-9277248ce3a8","ovsdb:ifindex":19,"ovsdb:mac-in-use":"5a:84:26:32:ce:54","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun131cf19c31c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun131cf19c31c']"}],"ovsdb:interface-uuid":"a8026ed6-a8f4-4268-a7c7-863122c697a8","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun131cf19c31c","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ba545d0a-9cc1-482f-90b1-cb7bd3abc95f","ovsdb:ifindex":19,"ovsdb:mac-in-use":"c2:19:b0:6e:a5:ef","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun7ef15be3800","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7ef15be3800']"}],"ovsdb:interface-uuid":"9898e33b-8842-41a9-b59c-2732f02b159f","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun7ef15be3800","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8c2a7ff5-5b1a-482c-95f5-bfcb3e60f3c5"},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"4f6c9a26-c486-4af2-8ce4-ae6a64be638a","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"48:ca:b8:1d:4a:77","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"7293fd3c-f564-468d-b68a-39cafda0daaa","ovsdb:ofport":65534},{"tp-id":"tun25ad0ecff7f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun25ad0ecff7f']"}],"ovsdb:interface-uuid":"e9d1cf05-4e40-49f3-a241-3e031c133f3c","ovsdb:interface-bfd":[{"bfd-key":"forwarding_if_rx","bfd-value":"true"},{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"}],"ovsdb:name":"tun25ad0ecff7f","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ef01ed68-e122-4c7d-ab80-6acd480203a9","ovsdb:ifindex":19,"ovsdb:mac-in-use":"16:40:37:9b:2d:a8","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.46"}],"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.15","remote-port":47708,"remote-ip":"192.0.2.46","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":"e54e4b73-37b1-497b-a068-a64eec5b0ab2"},{"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.36"}],"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.15","remote-port":48818,"remote-ip":"192.0.2.36","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-novacompute-1.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-novacompute-1.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"f0ee6271-c14d-4b85-8a06-4701386c93f5"},{"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:53:2a:d2:fb:8e"}],"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:53:2a:d2:fb:8e","ovsdb:bridge-uuid":"7743ec20-8b70-420d-81c6-fc56841d9628","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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"fca5a85d-f25e-43cc-a0ab-fe3aa162873c","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:53:2a:d2:fb:8e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6e90499e-46ef-49eb-8c1a-b401daa22aca","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"84fa8873-4a77-4a24-be48-28a6346f5fe3","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:53:2a:d2:fb:8e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4eb4bd97-9479-4a20-931a-a4db40cf900a","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"6a4ec5e6-4c5d-4c7b-8e2a-e01ad07496ef","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"c99ef76c-f8d4-4e2e-8521-a0dc574f4cd8","ovsdb:ifindex":0,"ovsdb:mac-in-use":"3a:40:af:bd:0f:57","ovsdb:ofport":2}]}]}]} </msg>
<msg timestamp="20181222 07:57:40.542" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.543" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181222 07:57:40.543" starttime="20181222 07:57:40.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="20181222 07:57:40.545" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:88:0e:78:49:c6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "81951951-f340-45ae-af97-1bcdc3c4d7b1",
                    "ovsdb:datapath-id": "00:00:00:88:0e:78:49:c6",
                    "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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "7139291d-348c-4805-ba39-2cba13422901",
                            "ovsdb:mac-in-use": "00:88:0e:78:49:c6",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "15b8f78b-6022-4788-9c0b-8c67171c206c",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "829bfb7c-14a6-43df-aca7-b889b272e720",
                            "ovsdb:mac-in-use": "00:88:0e:78:49:c6",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "4cb9e72e-5a0c-412b-8de4-967c495a8749",
                            "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": "38d3e618-728a-4dc4-8caa-a7ce080bf38a",
                            "ovsdb:mac-in-use": "de:16:65:4b:63:a2",
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f4fe2cc3-1e3a-4af5-b9e7-c608be5374ac",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.23",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.23",
                        "remote-port": 53212
                    },
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "b16347d5-248a-461a-8d57-5f3eaf8c7d96"
                        },
                        {
                            "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": "192.0.2.23"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.23",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.15",
                        "remote-port": 48606
                    },
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-2.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-2.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "f12f4061-e04c-44c5-8c0a-91dce7c9c30e"
                        },
                        {
                            "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": "192.0.2.15"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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": "94:0f:dd:32:1a:16"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1fc0289a-f8fa-4609-b01b-fbde37fb8ecd",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "ab8e96c8-9353-45c6-a287-596257cc0912",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "a947bf1d-8b59-4ab9-973a-a2a9686ac50e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "b8f8c5a6-dd48-4616-b936-b9beb2bab751",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:94:0f:dd:32:1a:16",
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "02e44bae-e015-49d1-918d-ea1c75811dad",
                            "ovsdb:name": "tun9d68704a2cf",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9d68704a2cf']"
                                }
                            ],
                            "ovsdb:port-uuid": "1e5ee3c6-852c-4293-bb41-9e6544960e35",
                            "tp-id": "tun9d68704a2cf"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6c79b50c-0442-4478-93a1-b65023665088",
                            "ovsdb:name": "tun95aa800b70c",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun95aa800b70c']"
                                }
                            ],
                            "ovsdb:port-uuid": "907bc252-a461-4eab-9243-fa9054330062",
                            "tp-id": "tun95aa800b70c"
                        },
                        {
                            "ovsdb:ifindex": 12,
                            "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:d7:6f:36"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "370fd344-5fd1-4696-9a07-8327a05474c4"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "b6697a41-4fb3-424b-95be-60e41c216092"
                                }
                            ],
                            "ovsdb:interface-uuid": "5031a435-0287-4da7-b1ee-a4a63389fe86",
                            "ovsdb:mac-in-use": "fe:16:3e:d7:6f:36",
                            "ovsdb:name": "tap370fd344-5f",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "7fa14723-b11b-4a0f-9246-0fe61f983470",
                            "tp-id": "tap370fd344-5f"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "5d1dd00d-2caf-4df0-b608-017934905e4b",
                            "ovsdb:mac-in-use": "72:5d:99:78:c9:a9",
                            "ovsdb:name": "tun5dab709ae7e",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5dab709ae7e']"
                                }
                            ],
                            "ovsdb:port-uuid": "490255d8-b4c5-4254-b429-f215ebce2fae",
                            "tp-id": "tun5dab709ae7e"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "5755e0e5-038d-4495-a93a-55d247478e72",
                            "ovsdb:name": "tun6796ead5463",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6796ead5463']"
                                }
                            ],
                            "ovsdb:port-uuid": "10fb97be-ed05-4eb0-b96c-615f581f2b03",
                            "tp-id": "tun6796ead5463"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d1ce1b4f-b4c8-4f85-b1f3-14c6ef008a45",
                            "ovsdb:mac-in-use": "46:a4:9f:99:0e:6b",
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "4eeb2bf3-e81f-427d-bf69-3688f43d2e97",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "81374b1c-e7b8-4b48-9040-b3c0c6542515",
                            "ovsdb:mac-in-use": "8a:1f:8a:16:95:93",
                            "ovsdb:name": "tun1ffb9c80c23",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1ffb9c80c23']"
                                }
                            ],
                            "ovsdb:port-uuid": "6b18e941-608c-41b5-b70e-9a710b0cc5c9",
                            "tp-id": "tun1ffb9c80c23"
                        },
                        {
                            "ovsdb:ifindex": 10,
                            "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:1d:41:54"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "899acced-335f-4cb8-b2bd-cf35ea0aafb1"
                                }
                            ],
                            "ovsdb:interface-uuid": "a115a4fb-da03-4b67-a996-07bce105a93b",
                            "ovsdb:mac-in-use": "fe:16:3e:1d:41:54",
                            "ovsdb:name": "tapd5a58a96-c4",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "5cad25f2-d06a-4482-805b-1501c49e6057",
                            "tp-id": "tapd5a58a96-c4"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "aacc16d4-4030-49c3-81c3-37f2963a0bec",
                            "ovsdb:mac-in-use": "fe:71:fb:37:ff:5e",
                            "ovsdb:name": "tun4c2d349f04c",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4c2d349f04c']"
                                }
                            ],
                            "ovsdb:port-uuid": "3f397e71-69c8-4d30-bbfc-d974add7fd07",
                            "tp-id": "tun4c2d349f04c"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "9d4caf1e-ba32-40d6-a0c7-1b7b59e08bf5",
                            "ovsdb:name": "tun4376af56662",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4376af56662']"
                                }
                            ],
                            "ovsdb:port-uuid": "54e84c20-20ea-40df-895f-53dde388e513",
                            "tp-id": "tun4376af56662"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "7bed02be-b981-4b85-93bf-2f0d0a5c226d",
                            "ovsdb:mac-in-use": "c2:61:8d:4e:da:03",
                            "ovsdb:name": "tun142c14601dd",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun142c14601dd']"
                                }
                            ],
                            "ovsdb:port-uuid": "8955cd7c-b120-4271-a252-b7d586e7c74f",
                            "tp-id": "tun142c14601dd"
                        },
                        {
                            "ovsdb:ifindex": 11,
                            "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:1b:45:25"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "15539c19-d826-42eb-b384-3f75fb175162"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "8cd1b475-31a0-4e3b-ac31-006a799e5938"
                                }
                            ],
                            "ovsdb:interface-uuid": "f8471cf1-16c3-48d9-ad5a-3269a080f419",
                            "ovsdb:mac-in-use": "fe:16:3e:1b:45:25",
                            "ovsdb:name": "tap15539c19-d8",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "e5e23d86-776f-44d9-8726-775998438555",
                            "tp-id": "tap15539c19-d8"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "141766f5-3eb8-49c1-afdc-0a3600c6831b",
                            "ovsdb:mac-in-use": "94:0f:dd:32:1a:16",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "02c4ce2b-b06d-41a2-8c05-f6a9485c7b5e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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/42fb6c2a-596a-4756-be8b-6b22c2426e39/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": "b0:99:b5:14:ca:90"
                        }
                    ],
                    "ovsdb:bridge-uuid": "42a5493f-a0e5-4de7-8cfe-ebd42e87a82c",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "103a03fd-38ef-4fa4-9c4a-32526ddd7def",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "80f1cfc6-30da-4a17-bff4-445db8dcb9ba",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "412be70f-1396-41a4-9c10-cf9fd321ee44",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:b0:99:b5:14:ca:90",
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "8a8518aa-380c-42e4-8bea-2da577f61d30",
                            "ovsdb:name": "tun8da72534092",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun8da72534092']"
                                }
                            ],
                            "ovsdb:port-uuid": "98414d7f-4262-43f0-98a8-64a3d80e6d4d",
                            "tp-id": "tun8da72534092"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "3e4b257d-c5fc-4c03-907b-14e551fe715b",
                            "ovsdb:mac-in-use": "a2:52:d8:5f:e4:34",
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "d0641e98-078e-4675-bc3b-88dd9723ed36",
                            "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:76:5d:7e"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "0d557f37-f334-4be6-864f-16b32d9bb4f1",
                            "ovsdb:mac-in-use": "fa:16:3e:76:5d:7e",
                            "ovsdb:name": "tap8251f5f3-63",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "699f17de-4b00-4adf-b535-e6621e835cfd",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap8251f5f3-63"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "4fcd5dd7-4e32-4588-9ad7-cc8834b0ce07",
                            "ovsdb:mac-in-use": "96:f4:31:4b:a7:c6",
                            "ovsdb:name": "tunc2ae3f10b8d",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc2ae3f10b8d']"
                                }
                            ],
                            "ovsdb:port-uuid": "1ef6870a-30ae-4a94-b615-60d48117ce2c",
                            "tp-id": "tunc2ae3f10b8d"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "645eaa9b-fa23-4dc4-968e-e03a90c5df82",
                            "ovsdb:mac-in-use": "da:f0:f9:a1:28:7a",
                            "ovsdb:name": "tun14aa3b718ec",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun14aa3b718ec']"
                                }
                            ],
                            "ovsdb:port-uuid": "c0bcb6a3-dd77-43d3-a25f-8c4b982a3aef",
                            "tp-id": "tun14aa3b718ec"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "d4d2a437-0598-4f22-b52d-24ad4d9ce5b4",
                            "ovsdb:name": "tundd3af24a1cd",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tundd3af24a1cd']"
                                }
                            ],
                            "ovsdb:port-uuid": "a09aaef2-f296-49e5-a012-9fa26dd9f956",
                            "tp-id": "tundd3af24a1cd"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "b74f6baf-7c22-45ed-9fa2-3f4e316b8496",
                            "ovsdb:name": "tun48bf1ebcdcd",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun48bf1ebcdcd']"
                                }
                            ],
                            "ovsdb:port-uuid": "4d7c158c-21bd-4759-9055-a48859f7d0e0",
                            "tp-id": "tun48bf1ebcdcd"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "fb7434a9-b72a-4b83-8b09-a311391ab880",
                            "ovsdb:name": "tunf5f9505fe6a",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf5f9505fe6a']"
                                }
                            ],
                            "ovsdb:port-uuid": "34e3ddef-75d4-475d-bdf0-cd2165a39b0e",
                            "tp-id": "tunf5f9505fe6a"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "168bb1a4-1721-43ed-ae14-44b62684e9f8",
                            "ovsdb:mac-in-use": "aa:61:e6:5e:82:50",
                            "ovsdb:name": "tunc001a0f04f5",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc001a0f04f5']"
                                }
                            ],
                            "ovsdb:port-uuid": "3861b9b9-1dca-4f72-8b9d-f316867bb85d",
                            "tp-id": "tunc001a0f04f5"
                        },
                        {
                            "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:1a:ce:41"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "8a40f767-961d-46ef-a08b-02fd38fb17c9",
                            "ovsdb:mac-in-use": "fa:16:3e:1a:ce:41",
                            "ovsdb:name": "tapd4e589b2-a3",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "09687d4c-2e71-4448-9c2f-b3868dda2961",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapd4e589b2-a3"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "afbd383e-f75b-47f6-b778-9b355bde9637",
                            "ovsdb:mac-in-use": "f2:41:ea:35:7b:bc",
                            "ovsdb:name": "tun9ec20f827f9",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9ec20f827f9']"
                                }
                            ],
                            "ovsdb:port-uuid": "a03b1313-761f-47fa-b740-615180cf3538",
                            "tp-id": "tun9ec20f827f9"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "75a3a2c9-e8a9-42b8-9f81-981f0f8c7fcc",
                            "ovsdb:mac-in-use": "b0:99:b5:14:ca:90",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "d146043e-1790-40df-bc3b-ca54d08c5cc8",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:b3:fa:e8:f2:0c"
                        }
                    ],
                    "ovsdb:bridge-uuid": "42f21f59-0417-4d01-aaf1-c81dd083652d",
                    "ovsdb:datapath-id": "00:00:00:b3:fa:e8:f2:0c",
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "25426165-c523-4906-b509-aafe5b78139e",
                            "ovsdb:mac-in-use": "00:b3:fa:e8:f2:0c",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e2c03c82-ef35-4908-b160-cf1694256d1d",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1cdb7c75-1480-460b-abd7-b3093b2efd3d",
                            "ovsdb:mac-in-use": "00:b3:fa:e8:f2:0c",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "6c18253b-ea1b-4047-9336-a86a4c74e0d6",
                            "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": "9d0e977d-40e8-45d9-8636-10bc1a20ab02",
                            "ovsdb:mac-in-use": "7a:1f:05:94:6f:d5",
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "3e823c28-cc11-46c0-b3e7-8d8f55d56d38",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.21",
                        "remote-port": 53106
                    },
                    "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-novacompute-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-novacompute-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "2a491103-4f22-4eb7-a853-00b75135392d"
                        },
                        {
                            "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": "192.0.2.21"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:4e:c6:6b:4d:6e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "23c02569-e847-459f-8570-866a3ccd282f",
                    "ovsdb:datapath-id": "00:00:00:4e:c6:6b:4d:6e",
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "957cfa86-7672-444a-a699-66f343a0a366",
                            "ovsdb:mac-in-use": "00:4e:c6:6b:4d:6e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "dd69cb18-2802-4081-b0ca-6a5381000305",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "3ae2df0a-2476-4df1-b6da-ba355e59fb33",
                            "ovsdb:mac-in-use": "00:4e:c6:6b:4d:6e",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "87505d8e-f5aa-4bbd-a64c-c1e061b70692",
                            "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": "69bd3827-2921-4cb3-9c17-d4acc5b0ad81",
                            "ovsdb:mac-in-use": "da:6f:6d:ea:73:ce",
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "8dcdb21f-7810-4aaa-ad54-5f5f12130df1",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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/33f35569-46c6-4971-8228-90d22c203dc2/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": "10:db:d9:bd:ed:17"
                        }
                    ],
                    "ovsdb:bridge-uuid": "401882a1-3883-42d2-9d72-345e615f423d",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "3ea7c596-061b-4ec9-b2b5-69bec8285e73",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "34d3bb4d-c554-4115-9997-bcb2f578c73f",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "ffc6e525-5de1-4117-9961-cf5b8aa87b11",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:10:db:d9:bd:ed:17",
                    "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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "1b2312a3-c761-4a30-b4ca-9035c4848225",
                            "ovsdb:mac-in-use": "f2:97:2b:b4:98:27",
                            "ovsdb:name": "tun7c2adfb4d8e",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7c2adfb4d8e']"
                                }
                            ],
                            "ovsdb:port-uuid": "bd3c6efa-7d6a-49b5-9ec2-c9735230da7a",
                            "tp-id": "tun7c2adfb4d8e"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "65e9412e-9f61-4707-b785-3ff842b2671d",
                            "ovsdb:mac-in-use": "fe:dd:88:14:87:16",
                            "ovsdb:name": "tuncda06a2d94c",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncda06a2d94c']"
                                }
                            ],
                            "ovsdb:port-uuid": "ad715818-9644-4bed-81e6-29a0bb74878d",
                            "tp-id": "tuncda06a2d94c"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "cf58a9ca-cc90-4959-8c72-240898175d52",
                            "ovsdb:name": "tun56da96f6079",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun56da96f6079']"
                                }
                            ],
                            "ovsdb:port-uuid": "1056f5cc-1286-4c8d-9f4f-e4b0debb413f",
                            "tp-id": "tun56da96f6079"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "72f22f84-a5e1-483e-bd81-7b52d149be85",
                            "ovsdb:mac-in-use": "12:25:ac:d5:14:df",
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f7c234c8-f697-4d60-b5c0-3dc8e42149cc",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "deb40b79-6a23-438d-a07f-c9e54c703aaa",
                            "ovsdb:mac-in-use": "8e:9b:71:ef:4e:84",
                            "ovsdb:name": "tun214059764a9",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun214059764a9']"
                                }
                            ],
                            "ovsdb:port-uuid": "2d394dec-99e7-465e-ad26-56f2a6ab7be7",
                            "tp-id": "tun214059764a9"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "c3443d5e-dd25-4900-a64b-fe8c3235395a",
                            "ovsdb:name": "tune5a40d192ef",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune5a40d192ef']"
                                }
                            ],
                            "ovsdb:port-uuid": "f3b56cc1-de9b-4305-a10e-70d5360d7bb8",
                            "tp-id": "tune5a40d192ef"
                        },
                        {
                            "ovsdb:ifindex": 12,
                            "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:1e:1c:f5"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "f8099b3d-044f-4969-af22-c79fe84c8eb7"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "6b1bf023-6e4d-427c-8976-c43694b56c25"
                                }
                            ],
                            "ovsdb:interface-uuid": "8fc6e067-9717-4126-9d88-75e872bc5a80",
                            "ovsdb:mac-in-use": "fe:16:3e:1e:1c:f5",
                            "ovsdb:name": "tapf8099b3d-04",
                            "ovsdb:ofport": 26,
                            "ovsdb:port-uuid": "c2adf3f8-c24c-4e53-b1c4-e3eae4d7d08a",
                            "tp-id": "tapf8099b3d-04"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "eae576dc-2291-4fa7-87fc-a3ff699a4d3b",
                            "ovsdb:mac-in-use": "9e:89:d0:4c:ae:aa",
                            "ovsdb:name": "tun41ce5f00c8e",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun41ce5f00c8e']"
                                }
                            ],
                            "ovsdb:port-uuid": "9e7fd44b-319d-4609-8a29-e466dd77cb93",
                            "tp-id": "tun41ce5f00c8e"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "8927d0b2-42fc-4ce1-a2b6-372d03d43345",
                            "ovsdb:name": "tune2e97121c6e",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune2e97121c6e']"
                                }
                            ],
                            "ovsdb:port-uuid": "a1b372d3-ea8e-4c4d-ae0f-287a79887a8a",
                            "tp-id": "tune2e97121c6e"
                        },
                        {
                            "ovsdb:ifindex": 11,
                            "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:4a:e2:51"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "ed11b5b7-4228-423a-b5be-507259737160"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "240ce8ff-3be3-4cd2-80d3-3dc149ce5fea"
                                }
                            ],
                            "ovsdb:interface-uuid": "47cee9d5-617c-42d5-b949-53d69ca0acc8",
                            "ovsdb:mac-in-use": "fe:16:3e:4a:e2:51",
                            "ovsdb:name": "taped11b5b7-42",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "419a989b-c7b6-4e50-93ff-e6c43708f277",
                            "tp-id": "taped11b5b7-42"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "c84f8496-62dd-4671-ae51-c1c4184672da",
                            "ovsdb:mac-in-use": "10:db:d9:bd:ed:17",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "b8597d0f-e156-490b-b36b-80fd695d9339",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 10,
                            "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:db:0f:e2"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "51ffffdd-ca22-4750-9a98-9b95a6f8fbcf"
                                }
                            ],
                            "ovsdb:interface-uuid": "bb3477a5-7532-4c7a-b34a-e920064d8a7b",
                            "ovsdb:mac-in-use": "fe:16:3e:db:0f:e2",
                            "ovsdb:name": "tap3a9cee45-cf",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "3e6265ed-da5c-40de-aeff-13e23df5ff36",
                            "tp-id": "tap3a9cee45-cf"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "12dd22fc-865b-4fc2-9880-3ec5ade5870e",
                            "ovsdb:name": "tun2e4e5b7e21c",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun2e4e5b7e21c']"
                                }
                            ],
                            "ovsdb:port-uuid": "448f17d7-f3dd-4e63-9e7b-445efcce69f5",
                            "tp-id": "tun2e4e5b7e21c"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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": "74:d7:e8:ba:7c:1c"
                        }
                    ],
                    "ovsdb:bridge-uuid": "a2548b4c-257f-4226-9a35-16d252631174",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a12077da-ecbb-461c-9630-dd730e8a4765",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "8199f557-fbd2-4afe-8447-c3f65b42fda1",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "45b9508e-5c1e-4455-9385-5ae0c78b6b77",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:74:d7:e8:ba:7c:1c",
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "0be7fe50-baa1-4e81-ac5f-b430549f4b1c",
                            "ovsdb:name": "tuneedc7a64b44",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuneedc7a64b44']"
                                }
                            ],
                            "ovsdb:port-uuid": "38feba52-59e1-4622-8063-059de288fc12",
                            "tp-id": "tuneedc7a64b44"
                        },
                        {
                            "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:53:96:ea"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "75fabaad-5a1a-4235-8588-9e7b4420cc1e"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "3787e2f2-2d12-485e-ad2c-265d0c83707e",
                            "ovsdb:mac-in-use": "fa:16:3e:53:96:ea",
                            "ovsdb:name": "tap75fabaad-5a",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "26e0a5ed-d78f-4c63-8b30-eaa07691af1b",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap75fabaad-5a"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d5f77f9e-af8f-4689-a585-fea7635dbdea",
                            "ovsdb:mac-in-use": "9a:4a:c1:8b:f1:61",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 5,
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "2ad6f232-538c-436f-812f-d048edb933b3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "760e93c8-f965-4fcc-9c36-cbf223beae17",
                            "ovsdb:mac-in-use": "ae:9f:ad:84:00:84",
                            "ovsdb:name": "tun434623c4cec",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun434623c4cec']"
                                }
                            ],
                            "ovsdb:port-uuid": "b6376ca5-165a-430a-a76b-95db606dc11b",
                            "tp-id": "tun434623c4cec"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6a253913-18ab-464d-bbbc-d044b586b002",
                            "ovsdb:mac-in-use": "1a:2b:cb:9c:0e:ee",
                            "ovsdb:name": "tunf128d08df5b",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf128d08df5b']"
                                }
                            ],
                            "ovsdb:port-uuid": "5aa49278-87e5-4204-b0c5-d2e5b9892a43",
                            "tp-id": "tunf128d08df5b"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "cd194ef7-9c5d-444d-9a6a-59dddaa9d84a",
                            "ovsdb:name": "tun3fc0c40c07b",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3fc0c40c07b']"
                                }
                            ],
                            "ovsdb:port-uuid": "77e10d94-824d-4a88-ae65-60d120184999",
                            "tp-id": "tun3fc0c40c07b"
                        },
                        {
                            "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:09:4d:25"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "8f0de0c9-9ed2-4fcf-afca-7de7653fdcab",
                            "ovsdb:mac-in-use": "fa:16:3e:09:4d:25",
                            "ovsdb:name": "tap6bbb82ff-2e",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "28f08790-a40c-4ecd-b5ff-159a04c17b1f",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap6bbb82ff-2e"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "916c1d2d-714e-4177-a45d-7c6df3a2ef54",
                            "ovsdb:name": "tun60754c97d27",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun60754c97d27']"
                                }
                            ],
                            "ovsdb:port-uuid": "3460025a-b23e-49a2-8700-a60a18b52662",
                            "tp-id": "tun60754c97d27"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "a9c4bbc8-696a-4847-aaf3-cdce680b8a72",
                            "ovsdb:mac-in-use": "5a:62:21:9e:ec:76",
                            "ovsdb:name": "tun1b03ffe1e1e",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1b03ffe1e1e']"
                                }
                            ],
                            "ovsdb:port-uuid": "3ae04167-0f70-4622-b42f-0d22f1e6673a",
                            "tp-id": "tun1b03ffe1e1e"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6431f648-4d15-4042-9ee3-9219ad767205",
                            "ovsdb:mac-in-use": "ae:e3:f5:86:4d:83",
                            "ovsdb:name": "tunf0007d8b600",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf0007d8b600']"
                                }
                            ],
                            "ovsdb:port-uuid": "d541ca21-c153-45c6-baee-d518062d0ffb",
                            "tp-id": "tunf0007d8b600"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "61318389-8a2c-41f9-bb5b-01acdc520dce",
                            "ovsdb:name": "tuncf6e7cbb4d8",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncf6e7cbb4d8']"
                                }
                            ],
                            "ovsdb:port-uuid": "eb5adc4f-9e01-4405-b876-91fd8b38c71d",
                            "tp-id": "tuncf6e7cbb4d8"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "68548fd0-f1f1-473e-aff8-10e9a5c930bc",
                            "ovsdb:mac-in-use": "74:d7:e8:ba:7c:1c",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "a39fd866-3e50-4222-b00c-21ebc9f7dd77",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:59:b3:11:74:42"
                        }
                    ],
                    "ovsdb:bridge-uuid": "f3717493-bab1-40d8-87c1-9053ff6caa53",
                    "ovsdb:datapath-id": "00:00:00:59:b3:11:74:42",
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "f346eb5c-09ea-44dc-b101-405f9e03311f",
                            "ovsdb:mac-in-use": "00:59:b3:11:74:42",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "7c0469f8-9775-4105-83ce-05a491139378",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "798865b5-0dc9-4579-bfe9-bee7b1058821",
                            "ovsdb:mac-in-use": "00:59:b3:11:74:42",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "75575c16-f724-44a5-a73f-a0014b032bd2",
                            "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": "f698c575-5398-49ca-ace0-9f5f5f61b85c",
                            "ovsdb:mac-in-use": "0a:f4:ea:12:fe:f5",
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "5b229b83-5c53-4a6d-87eb-15d22b42824b",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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": "48:ca:b8:1d:4a:77"
                        }
                    ],
                    "ovsdb:bridge-uuid": "6519d61d-77dd-4598-8cc1-82ed8238873b",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "dbda7a9f-9c24-4dc1-b25c-efcce518dfa9",
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "db3d2ed2-ad06-4418-a202-34ed5fe0cd11",
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "71fafbaa-f318-4b70-9d56-61dcc2bae5fc",
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:48:ca:b8:1d:4a:77",
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "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:76:93:8e"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "70a834e8-fa80-4774-b7f8-43fe564ffd07"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "10ee922e-f43b-4a13-bbcd-42cadb599cca",
                            "ovsdb:mac-in-use": "fa:16:3e:76:93:8e",
                            "ovsdb:name": "tap70a834e8-fa",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "0466d0b7-d30e-4792-8aa7-75efdc66e027",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap70a834e8-fa"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "f498b0a7-50c6-4228-844c-c8731463fd35",
                            "ovsdb:name": "tunad39fbf7b8d",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunad39fbf7b8d']"
                                }
                            ],
                            "ovsdb:port-uuid": "74ac9c7e-23f1-45df-b99c-97be2c2ed97d",
                            "tp-id": "tunad39fbf7b8d"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "dbd4d0c2-6b02-4d4e-ad75-1cfb0b16ff69",
                            "ovsdb:name": "tun7786f63e80f",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7786f63e80f']"
                                }
                            ],
                            "ovsdb:port-uuid": "5ee52a5d-ddd9-4030-a8dc-d484bf927dea",
                            "tp-id": "tun7786f63e80f"
                        },
                        {
                            "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:07:fe:e5"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "06c0648a-9238-4cf2-b850-d0a1c123b361"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "60b17434-0549-42cc-8080-87676ea98a01",
                            "ovsdb:mac-in-use": "fa:16:3e:07:fe:e5",
                            "ovsdb:name": "tap06c0648a-92",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "bfc04de8-21a9-4cbc-bbc1-c24e25859ad4",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap06c0648a-92"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "f6fa513a-9d48-4288-93ce-40a6ba226d5c",
                            "ovsdb:mac-in-use": "96:33:c8:b7:2b:c2",
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "9486a683-b7ba-43b1-ade1-ff69132c0990",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "34e308a7-715e-4880-8fcd-20fe4d81836a",
                            "ovsdb:mac-in-use": "ea:26:6d:54:f2:c8",
                            "ovsdb:name": "tunb7e4b3b33f6",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb7e4b3b33f6']"
                                }
                            ],
                            "ovsdb:port-uuid": "ad1250c5-e909-46a7-8247-0081b5da3c42",
                            "tp-id": "tunb7e4b3b33f6"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "67e30cf0-c9a0-4db3-883a-1addd91f80b0",
                            "ovsdb:name": "tun977f8a1ccf4",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun977f8a1ccf4']"
                                }
                            ],
                            "ovsdb:port-uuid": "8461a3ac-7be8-4c9d-b66b-37ecb59b4be6",
                            "tp-id": "tun977f8a1ccf4"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "4f316e4f-547e-42dd-91b7-9205d451706f",
                            "ovsdb:mac-in-use": "5a:84:26:32:ce:54",
                            "ovsdb:name": "tun495c4e9bfba",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun495c4e9bfba']"
                                }
                            ],
                            "ovsdb:port-uuid": "040f226f-8606-42e8-a560-9277248ce3a8",
                            "tp-id": "tun495c4e9bfba"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "a8026ed6-a8f4-4268-a7c7-863122c697a8",
                            "ovsdb:mac-in-use": "c2:19:b0:6e:a5:ef",
                            "ovsdb:name": "tun131cf19c31c",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun131cf19c31c']"
                                }
                            ],
                            "ovsdb:port-uuid": "ba545d0a-9cc1-482f-90b1-cb7bd3abc95f",
                            "tp-id": "tun131cf19c31c"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "9898e33b-8842-41a9-b59c-2732f02b159f",
                            "ovsdb:name": "tun7ef15be3800",
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7ef15be3800']"
                                }
                            ],
                            "ovsdb:port-uuid": "8c2a7ff5-5b1a-482c-95f5-bfcb3e60f3c5",
                            "tp-id": "tun7ef15be3800"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "4f6c9a26-c486-4af2-8ce4-ae6a64be638a",
                            "ovsdb:mac-in-use": "48:ca:b8:1d:4a:77",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "7293fd3c-f564-468d-b68a-39cafda0daaa",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "e9d1cf05-4e40-49f3-a241-3e031c133f3c",
                            "ovsdb:mac-in-use": "16:40:37:9b:2d:a8",
                            "ovsdb:name": "tun25ad0ecff7f",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun25ad0ecff7f']"
                                }
                            ],
                            "ovsdb:port-uuid": "ef01ed68-e122-4c7d-ab80-6acd480203a9",
                            "tp-id": "tun25ad0ecff7f"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.46",
                        "remote-port": 47708
                    },
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46: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": "e54e4b73-37b1-497b-a068-a64eec5b0ab2"
                        },
                        {
                            "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": "192.0.2.46"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.36",
                        "remote-port": 48818
                    },
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-novacompute-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-novacompute-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "f0ee6271-c14d-4b85-8a06-4701386c93f5"
                        },
                        {
                            "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": "192.0.2.36"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:53:2a:d2:fb:8e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "7743ec20-8b70-420d-81c6-fc56841d9628",
                    "ovsdb:datapath-id": "00:00:00:53:2a:d2:fb:8e",
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "fca5a85d-f25e-43cc-a0ab-fe3aa162873c",
                            "ovsdb:mac-in-use": "00:53:2a:d2:fb:8e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "6e90499e-46ef-49eb-8c1a-b401daa22aca",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "84fa8873-4a77-4a24-be48-28a6346f5fe3",
                            "ovsdb:mac-in-use": "00:53:2a:d2:fb:8e",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "4eb4bd97-9479-4a20-931a-a4db40cf900a",
                            "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": "6a4ec5e6-4c5d-4c7b-8e2a-e01ad07496ef",
                            "ovsdb:mac-in-use": "3a:40:af:bd:0f:57",
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "c99ef76c-f8d4-4e2e-8521-a0dc574f4cd8",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181222 07:57:40.548" starttime="20181222 07:57:40.544"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.548" starttime="20181222 07:57:40.502"></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="20181222 07:57:40.565" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.566" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.566" starttime="20181222 07:57:40.548"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.567" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","status":"ACTIVE"},{"uuid":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","status":"ACTIVE"},{"uuid":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","status":"ACTIVE"},{"uuid":"15539c19-d826-42eb-b384-3f75fb175162","status":"ACTIVE"},{"uuid":"370fd344-5fd1-4696-9a07-8327a05474c4","status":"ACTIVE"},{"uuid":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","status":"ACTIVE"},{"uuid":"f8099b3d-044f-4969-af22-c79fe84c8eb7","status":"ACTIVE"},{"uuid":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","status":"ACTIVE"},{"uuid":"ed11b5b7-4228-423a-b5be-507259737160","status":"ACTIVE"},{"uuid":"06c0648a-9238-4cf2-b850-d0a1c123b361","status":"ACTIVE"},{"uuid":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","status":"ACTIVE"},{"uuid":"70a834e8-fa80-4774-b7f8-43fe564ffd07","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181222 07:57:40.567" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.567" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181222 07:57:40.567" starttime="20181222 07:57:40.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="20181222 07:57:40.568" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
            },
            {
                "status": "ACTIVE",
                "uuid": "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
            },
            {
                "status": "ACTIVE",
                "uuid": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
            },
            {
                "status": "ACTIVE",
                "uuid": "15539c19-d826-42eb-b384-3f75fb175162"
            },
            {
                "status": "ACTIVE",
                "uuid": "370fd344-5fd1-4696-9a07-8327a05474c4"
            },
            {
                "status": "ACTIVE",
                "uuid": "75fabaad-5a1a-4235-8588-9e7b4420cc1e"
            },
            {
                "status": "ACTIVE",
                "uuid": "f8099b3d-044f-4969-af22-c79fe84c8eb7"
            },
            {
                "status": "ACTIVE",
                "uuid": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
            },
            {
                "status": "ACTIVE",
                "uuid": "ed11b5b7-4228-423a-b5be-507259737160"
            },
            {
                "status": "ACTIVE",
                "uuid": "06c0648a-9238-4cf2-b850-d0a1c123b361"
            },
            {
                "status": "ACTIVE",
                "uuid": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"
            },
            {
                "status": "ACTIVE",
                "uuid": "70a834e8-fa80-4774-b7f8-43fe564ffd07"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.568" starttime="20181222 07:57:40.567"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.568" starttime="20181222 07:57:40.548"></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="20181222 07:57:40.581" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.582" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.582" starttime="20181222 07:57:40.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="20181222 07:57:40.583" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.583" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.583" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.583" starttime="20181222 07:57:40.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="20181222 07:57:40.584" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.584" starttime="20181222 07:57:40.583"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.584" starttime="20181222 07:57:40.568"></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="20181222 07:57:40.592" 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="20181222 07:57:40.592" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.592" starttime="20181222 07:57:40.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="20181222 07:57:40.594" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":18,"interface-name":"tun9ec20f827f9"},{"if-index":17,"interface-name":"tunf128d08df5b"},{"if-index":16,"interface-name":"tunc001a0f04f5"},{"if-index":15,"interface-name":"tunc2ae3f10b8d"},{"if-index":14,"interface-name":"tunf0007d8b600"},{"if-index":13,"interface-name":"tun14aa3b718ec"},{"if-index":12,"interface-name":"tun142c14601dd"},{"if-index":11,"interface-name":"tun41ce5f00c8e"},{"if-index":26,"interface-name":"06c0648a-9238-4cf2-b850-d0a1c123b361"},{"if-index":20,"interface-name":"tun1b03ffe1e1e"},{"if-index":19,"interface-name":"tun434623c4cec"},{"if-index":34,"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"},{"if-index":33,"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07"},{"if-index":32,"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991"},{"if-index":31,"interface-name":"194174214523536:br-ex-patch:trunk"},{"if-index":30,"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed"},{"if-index":29,"interface-name":"128470671326236:br-ex-patch:trunk"},{"if-index":28,"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e"},{"if-index":27,"interface-name":"80035509521015:br-ex-patch:trunk"},{"if-index":42,"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7"},{"if-index":41,"interface-name":"ed11b5b7-4228-423a-b5be-507259737160"},{"if-index":40,"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4"},{"if-index":39,"interface-name":"18536436985111:br-ex-patch:trunk"},{"if-index":38,"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e"},{"if-index":37,"interface-name":"15539c19-d826-42eb-b384-3f75fb175162"},{"if-index":36,"interface-name":"162795856468502:br-ex-patch:trunk"},{"if-index":35,"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"},{"if-index":13111,"interface-name":"18536436985111:br-ex-patch:1121"},{"if-index":13110,"interface-name":"162795856468502:br-ex-patch:1121"},{"if-index":13109,"interface-name":"194174214523536:br-ex-patch:1121"},{"if-index":13108,"interface-name":"128470671326236:br-ex-patch:1121"},{"if-index":13107,"interface-name":"80035509521015:br-ex-patch:1121"},{"if-index":2,"interface-name":"tun1ffb9c80c23"},{"if-index":1,"interface-name":"tun214059764a9"},{"if-index":10,"interface-name":"tun25ad0ecff7f"},{"if-index":9,"interface-name":"tun7c2adfb4d8e"},{"if-index":8,"interface-name":"tun131cf19c31c"},{"if-index":7,"interface-name":"tun495c4e9bfba"},{"if-index":6,"interface-name":"tunb7e4b3b33f6"},{"if-index":5,"interface-name":"tun4c2d349f04c"},{"if-index":4,"interface-name":"tuncda06a2d94c"},{"if-index":3,"interface-name":"tun5dab709ae7e"}]}} </msg>
<msg timestamp="20181222 07:57:40.594" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.594" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun9ec20f827f9"
            },
            {
      ...</msg>
<status status="PASS" endtime="20181222 07:57:40.594" starttime="20181222 07:57:40.593"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.595" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun9ec20f827f9"
            },
            {
                "if-index": 17,
                "interface-name": "tunf128d08df5b"
            },
            {
                "if-index": 16,
                "interface-name": "tunc001a0f04f5"
            },
            {
                "if-index": 15,
                "interface-name": "tunc2ae3f10b8d"
            },
            {
                "if-index": 14,
                "interface-name": "tunf0007d8b600"
            },
            {
                "if-index": 13,
                "interface-name": "tun14aa3b718ec"
            },
            {
                "if-index": 12,
                "interface-name": "tun142c14601dd"
            },
            {
                "if-index": 11,
                "interface-name": "tun41ce5f00c8e"
            },
            {
                "if-index": 26,
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361"
            },
            {
                "if-index": 20,
                "interface-name": "tun1b03ffe1e1e"
            },
            {
                "if-index": 19,
                "interface-name": "tun434623c4cec"
            },
            {
                "if-index": 34,
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921"
            },
            {
                "if-index": 33,
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07"
            },
            {
                "if-index": 32,
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991"
            },
            {
                "if-index": 31,
                "interface-name": "194174214523536:br-ex-patch:trunk"
            },
            {
                "if-index": 30,
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed"
            },
            {
                "if-index": 29,
                "interface-name": "128470671326236:br-ex-patch:trunk"
            },
            {
                "if-index": 28,
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e"
            },
            {
                "if-index": 27,
                "interface-name": "80035509521015:br-ex-patch:trunk"
            },
            {
                "if-index": 42,
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7"
            },
            {
                "if-index": 41,
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160"
            },
            {
                "if-index": 40,
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4"
            },
            {
                "if-index": 39,
                "interface-name": "18536436985111:br-ex-patch:trunk"
            },
            {
                "if-index": 38,
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e"
            },
            {
                "if-index": 37,
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162"
            },
            {
                "if-index": 36,
                "interface-name": "162795856468502:br-ex-patch:trunk"
            },
            {
                "if-index": 35,
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e"
            },
            {
                "if-index": 13111,
                "interface-name": "18536436985111:br-ex-patch:1121"
            },
            {
                "if-index": 13110,
                "interface-name": "162795856468502:br-ex-patch:1121"
            },
            {
                "if-index": 13109,
                "interface-name": "194174214523536:br-ex-patch:1121"
            },
            {
                "if-index": 13108,
                "interface-name": "128470671326236:br-ex-patch:1121"
            },
            {
                "if-index": 13107,
                "interface-name": "80035509521015:br-ex-patch:1121"
            },
            {
                "if-index": 2,
                "interface-name": "tun1ffb9c80c23"
            },
            {
                "if-index": 1,
                "interface-name": "tun214059764a9"
            },
            {
                "if-index": 10,
                "interface-name": "tun25ad0ecff7f"
            },
            {
                "if-index": 9,
                "interface-name": "tun7c2adfb4d8e"
            },
            {
                "if-index": 8,
                "interface-name": "tun131cf19c31c"
            },
            {
                "if-index": 7,
                "interface-name": "tun495c4e9bfba"
            },
            {
                "if-index": 6,
                "interface-name": "tunb7e4b3b33f6"
            },
            {
                "if-index": 5,
                "interface-name": "tun4c2d349f04c"
            },
            {
                "if-index": 4,
                "interface-name": "tuncda06a2d94c"
            },
            {
                "if-index": 3,
                "interface-name": "tun5dab709ae7e"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.595" starttime="20181222 07:57:40.594"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.595" starttime="20181222 07:57:40.584"></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="20181222 07:57:40.606" 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="20181222 07:57:40.606" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.606" starttime="20181222 07:57:40.595"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.607" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.607" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.607" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.607" starttime="20181222 07:57:40.606"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.608" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.608" starttime="20181222 07:57:40.607"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.608" starttime="20181222 07:57:40.595"></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="20181222 07:57:40.619" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.619" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.619" starttime="20181222 07:57:40.608"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.620" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.620" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.620" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.620" starttime="20181222 07:57:40.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="20181222 07:57:40.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="20181222 07:57:40.621" starttime="20181222 07:57:40.620"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.621" starttime="20181222 07:57:40.608"></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="20181222 07:57:40.631" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.631" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.631" starttime="20181222 07:57:40.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="20181222 07:57:40.632" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.632" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.632" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.632" starttime="20181222 07:57:40.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="20181222 07:57:40.633" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.633" starttime="20181222 07:57:40.633"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.633" starttime="20181222 07:57:40.621"></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="20181222 07:57:40.647" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.648" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.648" starttime="20181222 07:57:40.633"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.649" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.649" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.649" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.649" starttime="20181222 07:57:40.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="20181222 07:57:40.649" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.649" starttime="20181222 07:57:40.649"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.649" starttime="20181222 07:57:40.633"></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="20181222 07:57:40.661" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.661" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.662" starttime="20181222 07:57:40.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="20181222 07:57:40.662" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"efaf0f42-1e23-4906-a1db-f5def9de0dac","route-adv-state":"advertised","vrf-id":"efaf0f42-1e23-4906-a1db-f5def9de0dac","label":106002,"elan-tag":6001,"subnet-cidr":"192.0.2.0/24","vpn-name":"efaf0f42-1e23-4906-a1db-f5def9de0dac"}]}} </msg>
<msg timestamp="20181222 07:57:40.662" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.662" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 6001,
                "label": 106002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181222 07:57:40.663" starttime="20181222 07:57:40.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="20181222 07:57:40.663" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 6001,
                "label": 106002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.0.2.0/24",
                "subnet-id": "efaf0f42-1e23-4906-a1db-f5def9de0dac",
                "vpn-name": "efaf0f42-1e23-4906-a1db-f5def9de0dac",
                "vrf-id": "efaf0f42-1e23-4906-a1db-f5def9de0dac"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.663" starttime="20181222 07:57:40.663"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.663" starttime="20181222 07:57:40.650"></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="20181222 07:57:40.672" 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="20181222 07:57:40.672" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.672" starttime="20181222 07:57:40.663"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.673" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-id":106000,"vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":128470671326236,"dpn-state":"inactive"},{"dpnId":18536436985111,"dpn-state":"inactive"},{"dpnId":194174214523536,"dpn-state":"inactive"},{"dpnId":80035509521015,"dpn-state":"inactive"},{"dpnId":162795856468502,"dpn-state":"inactive"}]}]}} </msg>
<msg timestamp="20181222 07:57:40.673" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.673" 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="20181222 07:57:40.673" starttime="20181222 07:57:40.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="20181222 07:57:40.674" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "inactive",
                        "dpnId": 128470671326236
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 18536436985111
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 194174214523536
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 80035509521015
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 162795856468502
                    }
                ],
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.674" starttime="20181222 07:57:40.674"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.674" starttime="20181222 07:57:40.663"></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="20181222 07:57:40.689" 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="20181222 07:57:40.689" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.689" starttime="20181222 07:57:40.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="20181222 07:57:40.690" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.690" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.690" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.691" starttime="20181222 07:57:40.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="20181222 07:57:40.691" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.691" starttime="20181222 07:57:40.691"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.691" starttime="20181222 07:57:40.674"></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="20181222 07:57:40.701" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.701" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.701" starttime="20181222 07:57:40.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="20181222 07:57:40.702" 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="20181222 07:57:40.702" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.702" 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="20181222 07:57:40.702" starttime="20181222 07:57:40.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 07:57:40.703" 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="20181222 07:57:40.703" starttime="20181222 07:57:40.703"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.703" starttime="20181222 07:57:40.691"></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="20181222 07:57:40.712" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.712" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.713" starttime="20181222 07:57:40.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="20181222 07:57:40.713" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 07:57:40.713" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.714" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 07:57:40.714" starttime="20181222 07:57:40.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="20181222 07:57:40.714" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.714" starttime="20181222 07:57:40.714"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.714" starttime="20181222 07:57:40.703"></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="20181222 07:57:40.725" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.726" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.726" starttime="20181222 07:57:40.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="20181222 07:57:40.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="20181222 07:57:40.727" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.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="20181222 07:57:40.727" starttime="20181222 07:57:40.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="20181222 07:57:40.728" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 07:57:40.728" starttime="20181222 07:57:40.727"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.728" starttime="20181222 07:57:40.714"></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="20181222 07:57:40.750" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.750" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.750" starttime="20181222 07:57:40.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="20181222 07:57:40.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="20181222 07:57:40.752" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.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="20181222 07:57:40.752" starttime="20181222 07:57:40.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="20181222 07:57:40.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="20181222 07:57:40.753" starttime="20181222 07:57:40.753"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.753" starttime="20181222 07:57:40.728"></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="20181222 07:57:40.778" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181222 07:57:40.779" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 07:57:40.779" starttime="20181222 07:57:40.754"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 07:57:40.794" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:128470671326236","node-connector":[{"id":"openflow:128470671326236:1","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunf0007d8b600","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:hardware-address":"ae:e3:f5:86:4d:83","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunf128d08df5b","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"1a:2b:cb:9c:0e:ee","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun434623c4cec","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"ae:9f:ad:84:00:84","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1b03ffe1e1e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"5a:62:21:9e:ec:76","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"9a:4a:c1:8b:f1:61","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap75fabaad-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":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:128470671326236:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap6bbb82ff-2e","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:128470671326236: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":"74:d7:e8:ba:7c:1c","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}}],"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":56584,"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.2","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.23"},{"id":"openflow:80035509521015","node-connector":[{"id":"openflow:80035509521015: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":"96:33:c8:b7:2b:c2","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:80035509521015: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":"48:ca:b8:1d:4a:77","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:80035509521015:3","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"5a:84:26:32:ce:54","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":"tun495c4e9bfba","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:2","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"c2:19:b0:6e:a5:ef","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":"tun131cf19c31c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:5","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"16:40:37:9b:2d:a8","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":"tun25ad0ecff7f","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:4","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ea:26:6d:54:f2:c8","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":"tunb7e4b3b33f6","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap70a834e8-fa","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:80035509521015:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap06c0648a-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":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"}],"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":46534,"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.2","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.46"},{"id":"openflow:162795856468502","node-connector":[{"id":"openflow:162795856468502:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun5dab709ae7e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"72:5d:99:78:c9:a9","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502: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":"94:0f:dd:32:1a:16","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:162795856468502:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1ffb9c80c23","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"8a:1f:8a:16:95:93","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun4c2d349f04c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"fe:71:fb:37:ff:5e","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun142c14601dd","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"c2:61:8d:4e:da:03","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502: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":"46:a4:9f:99:0e:6b","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:162795856468502:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tapd5a58a96-c4","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":6,"flow-node-inventory:hardware-address":"fe:16:3e:1d:41:54","flow-node-inventory:current-feature":"ten-mb-fd copper","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap15539c19-d8","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":7,"flow-node-inventory:hardware-address":"fe:16:3e:1b:45:25","flow-node-inventory:current-feature":"ten-mb-fd copper","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap370fd344-5f","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":8,"flow-node-inventory:hardware-address":"fe:16:3e:d7:6f:36","flow-node-inventory:current-feature":"ten-mb-fd copper","flow-node-inventory:configuration":"","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":32830,"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.2","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.36"},{"id":"openflow:18536436985111","node-connector":[{"id":"openflow:18536436985111:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun41ce5f00c8e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"9e:89:d0:4c:ae:aa","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap3a9cee45-cf","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":6,"flow-node-inventory:hardware-address":"fe:16:3e:db:0f:e2","flow-node-inventory:current-feature":"copper ten-mb-fd","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"taped11b5b7-42","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":7,"flow-node-inventory:hardware-address":"fe:16:3e:4a:e2:51","flow-node-inventory:current-feature":"copper ten-mb-fd","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111: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":"12:25:ac:d5:14:df","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:18536436985111:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun214059764a9","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"8e:9b:71:ef:4e:84","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:26","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tapf8099b3d-04","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":26,"flow-node-inventory:hardware-address":"fe:16:3e:1e:1c:f5","flow-node-inventory:current-feature":"copper ten-mb-fd","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuncda06a2d94c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"fe:dd:88:14:87:16","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun7c2adfb4d8e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"f2:97:2b:b4:98:27","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111: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":"10:db:d9:bd:ed:17","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}}],"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":35450,"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.2","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.21"},{"id":"openflow:194174214523536","node-connector":[{"id":"openflow:194174214523536:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapd4e589b2-a3","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:194174214523536:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun9ec20f827f9","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"f2:41:ea:35:7b:bc","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap8251f5f3-63","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:194174214523536:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun14aa3b718ec","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"da:f0:f9:a1:28:7a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:1","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:hardware-address":"a2:52:d8:5f:e4:34","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunc001a0f04f5","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"aa:61:e6:5e:82:50","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunc2ae3f10b8d","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"96:f4:31:4b:a7:c6","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536: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":"b0:99:b5:14:ca:90","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}}],"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":34468,"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.2","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.15"}]}} </msg>
<msg timestamp="20181222 07:57:40.794" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 07:57:40.795" 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="20181222 07:57:40.795" starttime="20181222 07:57:40.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="20181222 07:57:40.797" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.23",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 56584,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:128470671326236",
                "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:e3:f5:86:4d:83",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunf0007d8b600",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:1"
                    },
                    {
                        "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": "1a:2b:cb:9c:0e:ee",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunf128d08df5b",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:2"
                    },
                    {
                        "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:9f:ad:84:00:84",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun434623c4cec",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236: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": "5a:62:21:9e:ec:76",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1b03ffe1e1e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:4"
                    },
                    {
                        "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": "9a:4a:c1:8b:f1:61",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:5"
                    },
                    {
                        "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": "tap75fabaad-5a",
                        "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:128470671326236: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": "tap6bbb82ff-2e",
                        "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:128470671326236: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": "74:d7:e8:ba:7c:1c",
                        "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:128470671326236:LOCAL"
                    }
                ],
                "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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.46",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 46534,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:80035509521015",
                "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": "96:33:c8:b7:2b:c2",
                        "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:80035509521015: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": "48:ca:b8:1d:4a:77",
                        "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:80035509521015: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": "5a:84:26:32:ce:54",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun495c4e9bfba",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015: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": "c2:19:b0:6e:a5:ef",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun131cf19c31c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:2"
                    },
                    {
                        "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": "16:40:37:9b:2d:a8",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun25ad0ecff7f",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:5"
                    },
                    {
                        "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": "ea:26:6d:54:f2:c8",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb7e4b3b33f6",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:4"
                    },
                    {
                        "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": "tap70a834e8-fa",
                        "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:80035509521015: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": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap06c0648a-92",
                        "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:80035509521015:6"
                    }
                ],
                "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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.36",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 32830,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:162795856468502",
                "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": "72:5d:99:78:c9:a9",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun5dab709ae7e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502: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": "94:0f:dd:32:1a:16",
                        "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:162795856468502: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": "8a:1f:8a:16:95:93",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1ffb9c80c23",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502: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": "fe:71:fb:37:ff:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun4c2d349f04c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:4"
                    },
                    {
                        "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": "c2:61:8d:4e:da:03",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun142c14601dd",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:5"
                    },
                    {
                        "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": "46:a4:9f:99:0e:6b",
                        "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:162795856468502:1"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "ten-mb-fd copper",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:1d:41:54",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapd5a58a96-c4",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 6,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:6"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "ten-mb-fd copper",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:1b:45:25",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap15539c19-d8",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 7,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:7"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "ten-mb-fd copper",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:d7:6f:36",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap370fd344-5f",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 8,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:8"
                    }
                ],
                "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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.21",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 35450,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:18536436985111",
                "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": "9e:89:d0:4c:ae:aa",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun41ce5f00c8e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:5"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "copper ten-mb-fd",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:db:0f:e2",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap3a9cee45-cf",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 6,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:6"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "copper ten-mb-fd",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:4a:e2:51",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "taped11b5b7-42",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 7,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:7"
                    },
                    {
                        "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": "12:25:ac:d5:14:df",
                        "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:18536436985111:1"
                    },
                    {
                        "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": "8e:9b:71:ef:4e:84",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun214059764a9",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:2"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "copper ten-mb-fd",
                        "flow-node-inventory:current-speed": 10000,
                        "flow-node-inventory:hardware-address": "fe:16:3e:1e:1c:f5",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapf8099b3d-04",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 26,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:26"
                    },
                    {
                        "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": "fe:dd:88:14:87:16",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuncda06a2d94c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111: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": "f2:97:2b:b4:98:27",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun7c2adfb4d8e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:4"
                    },
                    {
                        "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": "10:db:d9:bd:ed:17",
                        "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:18536436985111:LOCAL"
                    }
                ],
                "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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.15",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 34468,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:194174214523536",
                "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": "tapd4e589b2-a3",
                        "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:194174214523536:6"
                    },
                    {
                        "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": "f2:41:ea:35:7b:bc",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun9ec20f827f9",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:5"
                    },
                    {
                        "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": "tap8251f5f3-63",
                        "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:194174214523536:7"
                    },
                    {
                        "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": "da:f0:f9:a1:28:7a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun14aa3b718ec",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:2"
                    },
                    {
                        "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": "a2:52:d8:5f:e4:34",
                        "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:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:1"
                    },
                    {
                        "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": "aa:61:e6:5e:82:50",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunc001a0f04f5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:4"
                    },
                    {
                        "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": "96:f4:31:4b:a7:c6",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunc2ae3f10b8d",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:3"
                    },
                    {
                        "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": "b0:99:b5:14:ca:90",
                        "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:194174214523536:LOCAL"
                    }
                ],
                "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="20181222 07:57:40.798" starttime="20181222 07:57:40.796"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.798" starttime="20181222 07:57:40.753"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.798" starttime="20181222 07:57:39.129"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.798" starttime="20181222 07:57:39.127"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:40.798" starttime="20181222 07:57:39.118"></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="20181222 07:57:40.800" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 07:57:40.800" starttime="20181222 07:57:40.800"></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="20181222 07:57:40.810" starttime="20181222 07:57:40.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="20181222 07:57:40.810" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:57:40.811" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:57:40.811" starttime="20181222 07:57:40.810"></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="20181222 07:57:40.811" 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.15" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:57:40.811" starttime="20181222 07:57:40.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="20181222 07:57:40.812" level="INFO">${conn_id} = 46</msg>
<status status="PASS" endtime="20181222 07:57:40.812" starttime="20181222 07:57:40.811"></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="20181222 07:57:40.813" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:40.813" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:40.813" starttime="20181222 07:57:40.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="20181222 07:57:40.814" starttime="20181222 07:57:40.813"></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="20181222 07:57:40.815" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:57:41.175" level="INFO">Read output: Last login: Sat Dec 22 07:51:44 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:41.175" starttime="20181222 07:57:40.814"></status>
</kw>
<msg timestamp="20181222 07:57:41.175" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.175" starttime="20181222 07:57:40.814"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.176" starttime="20181222 07:57:40.812"></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="20181222 07:57:41.177" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 07:57:41.210" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 07:57:41.211" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:57:41.211" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:41.211" starttime="20181222 07:57:41.176"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:41.276" starttime="20181222 07:57:41.211"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:57:41.277" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:41.277" starttime="20181222 07:57:41.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:41.278" starttime="20181222 07:57:41.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>"${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="20181222 07:57:41.279" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.279" starttime="20181222 07:57:41.279"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.279" starttime="20181222 07:57:41.278"></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="20181222 07:57:41.282" starttime="20181222 07:57:41.282"></status>
</kw>
<msg timestamp="20181222 07:57:41.282" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.283" starttime="20181222 07:57:41.281"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.283" starttime="20181222 07:57:41.280"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.283" starttime="20181222 07:57:40.809"></status>
</kw>
<msg timestamp="20181222 07:57:41.283" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.283" starttime="20181222 07:57:40.808"></status>
</kw>
<msg timestamp="20181222 07:57:41.284" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:57:41.284" starttime="20181222 07:57:40.808"></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="20181222 07:57:41.285" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 07:57:41.285" starttime="20181222 07:57:41.284"></status>
</kw>
<msg timestamp="20181222 07:57:41.285" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 07:57:41.285" starttime="20181222 07:57:40.807"></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="20181222 07:57:41.286" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 07:57:41.286" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 07:57:41.286" starttime="20181222 07:57:41.285"></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="20181222 07:57:41.287" starttime="20181222 07:57:41.286"></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="20181222 07:57:41.288" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:41.288" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 07:57:41.288" starttime="20181222 07:57:41.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>"${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="20181222 07:57:41.290" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 07:57:41.290" starttime="20181222 07:57:41.289"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.290" starttime="20181222 07:57:41.289"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.290" starttime="20181222 07:57:40.799"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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="20181222 07:57:41.291" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 07:57:41.291" starttime="20181222 07:57:41.291"></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="20181222 07:57:41.307" starttime="20181222 07:57:41.306"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:57:41.308" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:57:41.308" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:57:41.308" starttime="20181222 07:57:41.307"></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="20181222 07:57:41.309" 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.23" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:57:41.309" starttime="20181222 07:57:41.308"></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="20181222 07:57:41.310" level="INFO">${conn_id} = 47</msg>
<status status="PASS" endtime="20181222 07:57:41.311" starttime="20181222 07:57:41.310"></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="20181222 07:57:41.312" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:41.312" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:41.312" starttime="20181222 07:57:41.312"></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="20181222 07:57:41.313" starttime="20181222 07:57:41.313"></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="20181222 07:57:41.314" level="INFO">Logging into '192.0.2.23:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:57:41.768" level="INFO">Read output: Last login: Sat Dec 22 07:50:30 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:41.769" starttime="20181222 07:57:41.314"></status>
</kw>
<msg timestamp="20181222 07:57:41.769" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.769" starttime="20181222 07:57:41.313"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.769" starttime="20181222 07:57:41.311"></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="20181222 07:57:41.770" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 07:57:41.805" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 07:57:41.805" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:57:41.805" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:41.805" starttime="20181222 07:57:41.770"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:41.870" starttime="20181222 07:57:41.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:57:41.871" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:41.871" starttime="20181222 07:57:41.871"></status>
</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="20181222 07:57:41.872" starttime="20181222 07:57:41.872"></status>
</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="20181222 07:57:41.873" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.873" starttime="20181222 07:57:41.873"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.873" starttime="20181222 07:57:41.872"></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="20181222 07:57:41.875" starttime="20181222 07:57:41.875"></status>
</kw>
<msg timestamp="20181222 07:57:41.875" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.876" starttime="20181222 07:57:41.875"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.876" starttime="20181222 07:57:41.874"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.876" starttime="20181222 07:57:41.305"></status>
</kw>
<msg timestamp="20181222 07:57:41.876" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:41.876" starttime="20181222 07:57:41.304"></status>
</kw>
<msg timestamp="20181222 07:57:41.876" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:57:41.876" starttime="20181222 07:57:41.303"></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="20181222 07:57:41.877" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 07:57:41.877" starttime="20181222 07:57:41.877"></status>
</kw>
<msg timestamp="20181222 07:57:41.877" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 07:57:41.878" starttime="20181222 07:57:41.302"></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="20181222 07:57:41.878" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 07:57:41.878" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 07:57:41.878" starttime="20181222 07:57:41.878"></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="20181222 07:57:41.879" starttime="20181222 07:57:41.878"></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="20181222 07:57:41.880" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:41.880" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 07:57:41.880" starttime="20181222 07:57:41.879"></status>
</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="20181222 07:57:41.881" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 07:57:41.881" starttime="20181222 07:57:41.881"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.881" starttime="20181222 07:57:41.880"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:41.881" starttime="20181222 07:57:41.290"></status>
</kw>
<kw type="foritem" name="${i} = 3">
<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="20181222 07:57:41.882" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 07:57:41.882" starttime="20181222 07:57:41.881"></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="20181222 07:57:41.892" starttime="20181222 07:57:41.892"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 07:57:41.892" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 07:57:41.892" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 07:57:41.893" starttime="20181222 07:57:41.892"></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="20181222 07:57:41.893" 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.46" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 07:57:41.893" starttime="20181222 07:57:41.893"></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="20181222 07:57:41.894" level="INFO">${conn_id} = 48</msg>
<status status="PASS" endtime="20181222 07:57:41.894" starttime="20181222 07:57:41.893"></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="20181222 07:57:41.895" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:41.895" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 07:57:41.895" starttime="20181222 07:57:41.895"></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="20181222 07:57:41.896" starttime="20181222 07:57:41.895"></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="20181222 07:57:41.897" level="INFO">Logging into '192.0.2.46:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 07:57:42.279" level="INFO">Read output: Last login: Sat Dec 22 07:50:30 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181222 07:57:42.279" starttime="20181222 07:57:41.896"></status>
</kw>
<msg timestamp="20181222 07:57:42.279" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:42.279" starttime="20181222 07:57:41.896"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.279" starttime="20181222 07:57:41.894"></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="20181222 07:57:42.280" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 07:57:42.314" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 07:57:42.315" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 07:57:42.315" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:42.315" starttime="20181222 07:57:42.280"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:42.379" starttime="20181222 07:57:42.315"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 07:57:42.380" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 07:57:42.380" starttime="20181222 07:57:42.380"></status>
</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="20181222 07:57:42.381" starttime="20181222 07:57:42.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>"${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="20181222 07:57:42.382" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:42.382" starttime="20181222 07:57:42.382"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.382" starttime="20181222 07:57:42.381"></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="20181222 07:57:42.384" starttime="20181222 07:57:42.384"></status>
</kw>
<msg timestamp="20181222 07:57:42.384" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:42.384" starttime="20181222 07:57:42.383"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.384" starttime="20181222 07:57:42.383"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.384" starttime="20181222 07:57:41.891"></status>
</kw>
<msg timestamp="20181222 07:57:42.384" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 07:57:42.385" starttime="20181222 07:57:41.890"></status>
</kw>
<msg timestamp="20181222 07:57:42.385" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:57:42.385" starttime="20181222 07:57:41.890"></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="20181222 07:57:42.385" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 07:57:42.385" starttime="20181222 07:57:42.385"></status>
</kw>
<msg timestamp="20181222 07:57:42.386" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 07:57:42.386" starttime="20181222 07:57:41.889"></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="20181222 07:57:42.386" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 07:57:42.386" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 07:57:42.386" starttime="20181222 07:57:42.386"></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="20181222 07:57:42.387" starttime="20181222 07:57:42.387"></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="20181222 07:57:42.388" level="INFO">Length is 0</msg>
<msg timestamp="20181222 07:57:42.388" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 07:57:42.388" starttime="20181222 07:57:42.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>"${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="20181222 07:57:42.389" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 07:57:42.389" starttime="20181222 07:57:42.388"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.389" starttime="20181222 07:57:42.388"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.389" starttime="20181222 07:57:41.881"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.389" starttime="20181222 07:57:40.799"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.389" starttime="20181222 07:57:40.799"></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.15</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="20181222 07:57:42.398" starttime="20181222 07:57:42.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="20181222 07:57:42.399" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:57:42.605" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:57:42.606" starttime="20181222 07:57:42.398"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:42.641" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 07:57:42.642" starttime="20181222 07:57:42.606"></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="20181222 07:57:42.650" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:57:42.650" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 07:57:42.650" starttime="20181222 07:57:42.644"></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="20181222 07:57:42.696" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:57:42.696" starttime="20181222 07:57:42.650"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:42.698" starttime="20181222 07:57:42.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:57:42.699" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:57:42.699" starttime="20181222 07:57:42.699"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.699" starttime="20181222 07:57:42.397"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.700" starttime="20181222 07:57:42.390"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.700" starttime="20181222 07:57:42.389"></status>
</kw>
<kw type="foritem" name="${i} = 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>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.15</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="20181222 07:57:42.710" starttime="20181222 07:57:42.709"></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="20181222 07:57:42.710" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:57:42.910" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:57:42.911" starttime="20181222 07:57:42.710"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 07:57:42.937" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 07:57:42.937" starttime="20181222 07:57:42.911"></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="20181222 07:57:42.940" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:57:42.940" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 07:57:42.941" starttime="20181222 07:57:42.938"></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="20181222 07:57:42.987" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:57:42.987" starttime="20181222 07:57:42.941"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:42.989" starttime="20181222 07:57:42.988"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:57:42.990" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:57:42.990" starttime="20181222 07:57:42.990"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.991" starttime="20181222 07:57:42.708"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.991" starttime="20181222 07:57:42.700"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:42.991" starttime="20181222 07:57:42.700"></status>
</kw>
<kw type="foritem" name="${i} = 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>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.15</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="20181222 07:57:43.002" starttime="20181222 07:57:43.001"></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="20181222 07:57:43.002" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 07:57:43.183" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 07:57:43.183" starttime="20181222 07:57:43.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="20181222 07:57:43.223" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 07:57:43.223" starttime="20181222 07:57:43.183"></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="20181222 07:57:43.227" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 07:57:43.227" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 07:57:43.227" starttime="20181222 07:57:43.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="20181222 07:57:43.272" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 07:57:43.272" starttime="20181222 07:57:43.227"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 07:57:43.274" starttime="20181222 07:57:43.273"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 07:57:43.275" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:43.275"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:43.000"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:42.991"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:42.991"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:42.389"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:31.063"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:43.275" starttime="20181222 07:57:31.063"></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="20181222 07:57:43.277" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:43.277" starttime="20181222 07:57:43.277"></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="20181222 07:57:43.278" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181222 07:57:43.297" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:45.512" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:45.512" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:45.512" starttime="20181222 07:57:43.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="20181222 07:57:45.514" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:57:45.514" starttime="20181222 07:57:45.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="20181222 07:57:45.515" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:45.515" starttime="20181222 07:57:45.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="20181222 07:57:45.516" starttime="20181222 07:57:45.515"></status>
</kw>
<msg timestamp="20181222 07:57:45.516" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:57:45.517" starttime="20181222 07:57:43.277"></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="20181222 07:57:45.517" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:57:45.517" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:57:45.518" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:45.518" starttime="20181222 07:57:45.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:57:45.518" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:57:45.518" starttime="20181222 07:57:45.518"></status>
</kw>
<msg timestamp="20181222 07:57:45.519" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:45.519" starttime="20181222 07:57:43.276"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181222 07:57:45.519" starttime="20181222 07:57:45.519"></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="20181222 07:57:45.521" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:57:45.521" starttime="20181222 07:57:45.521"></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="20181222 07:57:45.523" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181222 07:57:45.543" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:49.929" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:49.930" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:49.930" starttime="20181222 07:57:45.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="20181222 07:57:49.931" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "6b1bf023-6e4d-427c-8976-c43694b56c25", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.71"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "240ce8ff-3be3-4cd2-80d3-3dc149ce5fea", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.103"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b6697a41-4fb3-424b-95be-60e41c216092", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.170"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "51ffffdd-ca22-4750-9a98-9b95a6f8fbcf", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.222"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "8cd1b475-31a0-4e3b-ac31-006a799e5938", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.160"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "899acced-335f-4cb8-b2bd-cf35ea0aafb1", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.127"
  }
]</msg>
<status status="PASS" endtime="20181222 07:57:49.932" starttime="20181222 07:57:49.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="20181222 07:57:49.932" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:49.932" starttime="20181222 07:57:49.932"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:57:49.933" starttime="20181222 07:57:49.932"></status>
</kw>
<msg timestamp="20181222 07:57:49.933" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "6b1bf023-6e4d-427c-8976-c43694b56c25", 
    "Flavor": "m1.nano", 
    "Networks": "l2_...</msg>
<status status="PASS" endtime="20181222 07:57:49.933" starttime="20181222 07:57:45.521"></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="20181222 07:57:49.933" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "6b1bf023-6e4d-427c-8976-c43694b56c25", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.71"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "240ce8ff-3be3-4cd2-80d3-3dc149ce5fea", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.103"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b6697a41-4fb3-424b-95be-60e41c216092", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.170"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "51ffffdd-ca22-4750-9a98-9b95a6f8fbcf", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.222"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "8cd1b475-31a0-4e3b-ac31-006a799e5938", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.160"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "899acced-335f-4cb8-b2bd-cf35ea0aafb1", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.127"
  }
] </msg>
<msg timestamp="20181222 07:57:49.934" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:57:49.934" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6b1bf023-6e4d-427c-8976-c43694b56c25', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.71'} | ...</msg>
<status status="PASS" endtime="20181222 07:57:49.934" starttime="20181222 07:57:49.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:57:49.934" level="INFO">[{u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6b1bf023-6e4d-427c-8976-c43694b56c25', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.71'}, {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'240ce8ff-3be3-4cd2-80d3-3dc149ce5fea', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.103'}, {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b6697a41-4fb3-424b-95be-60e41c216092', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.170'}, {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'51ffffdd-ca22-4750-9a98-9b95a6f8fbcf', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.222'}, {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'8cd1b475-31a0-4e3b-ac31-006a799e5938', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.160'}, {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'899acced-335f-4cb8-b2bd-cf35ea0aafb1', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.127'}]</msg>
<status status="PASS" endtime="20181222 07:57:49.934" starttime="20181222 07:57:49.934"></status>
</kw>
<msg timestamp="20181222 07:57:49.935" level="INFO">@{vms} = [ {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6b1bf023-6e4d-427c-8976-c43694b56c25', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.71'} | ...</msg>
<status status="PASS" endtime="20181222 07:57:49.935" starttime="20181222 07:57:45.520"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6b1bf023-6e4d-427c-8976-c43694b56c25', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.71'}">
<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="20181222 07:57:49.942" level="INFO">Starting process:
openstack server show 6b1bf023-6e4d-427c-8976-c43694b56c25</msg>
<msg timestamp="20181222 07:57:49.960" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:55.437" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:55.437" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:55.437" starttime="20181222 07:57:49.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="20181222 07:57:55.438" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000011                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:53:34.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_2=22.0.0.71                                              |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:28Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | b4b661dc34936f9c9ac5684ab663b85e2d5112374e4e6fbd73ca66b1        |
| id                                  | 6b1bf023-6e4d-427c-8976-c43694b56c25                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:53:34Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:57:55.438" starttime="20181222 07:57:55.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="20181222 07:57:55.439" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:55.439" starttime="20181222 07:57:55.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="20181222 07:57:55.440" starttime="20181222 07:57:55.439"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:55.440" starttime="20181222 07:57:49.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="20181222 07:57:55.449" level="INFO">Starting process:
openstack server delete 6b1bf023-6e4d-427c-8976-c43694b56c25</msg>
<msg timestamp="20181222 07:57:55.468" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:57:59.275" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:57:59.275" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:57:59.276" starttime="20181222 07:57:55.448"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:57:59.277" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:59.277" starttime="20181222 07:57:59.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="20181222 07:57:59.278" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:57:59.278" starttime="20181222 07:57: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="20181222 07:57:59.279" starttime="20181222 07:57:59.278"></status>
</kw>
<msg timestamp="20181222 07:57:59.279" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:57:59.279" starttime="20181222 07:57:55.448"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:59.279" starttime="20181222 07:57:55.440"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:59.280" starttime="20181222 07:57:55.440"></status>
</kw>
<status status="PASS" endtime="20181222 07:57:59.280" starttime="20181222 07:57:49.935"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'240ce8ff-3be3-4cd2-80d3-3dc149ce5fea', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.103'}">
<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="20181222 07:57:59.297" level="INFO">Starting process:
openstack server show 240ce8ff-3be3-4cd2-80d3-3dc149ce5fea</msg>
<msg timestamp="20181222 07:57:59.329" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:05.598" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:05.598" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:05.599" starttime="20181222 07:57:59.296"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:58:05.600" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000e                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:53:27.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_2=22.0.0.103                                             |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:17Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | b4b661dc34936f9c9ac5684ab663b85e2d5112374e4e6fbd73ca66b1        |
| id                                  | 240ce8ff-3be3-4cd2-80d3-3dc149ce5fea                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:53:27Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:58:05.600" starttime="20181222 07:58:05.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="20181222 07:58:05.601" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:05.601" starttime="20181222 07:58:05.600"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:58:05.602" starttime="20181222 07:58:05.601"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:05.602" starttime="20181222 07:57:59.294"></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="20181222 07:58:05.613" level="INFO">Starting process:
openstack server delete 240ce8ff-3be3-4cd2-80d3-3dc149ce5fea</msg>
<msg timestamp="20181222 07:58:05.637" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:09.083" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:09.083" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:09.083" starttime="20181222 07:58:05.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="20181222 07:58:09.084" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:09.085" starttime="20181222 07:58:09.084"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:09.085" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:09.085" starttime="20181222 07:58:09.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="20181222 07:58:09.086" starttime="20181222 07:58:09.085"></status>
</kw>
<msg timestamp="20181222 07:58:09.086" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:09.086" starttime="20181222 07:58:05.612"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:09.086" starttime="20181222 07:58:05.603"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:09.086" starttime="20181222 07:58:05.602"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:09.086" starttime="20181222 07:57:59.280"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b6697a41-4fb3-424b-95be-60e41c216092', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.170'}">
<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="20181222 07:58:09.094" level="INFO">Starting process:
openstack server show b6697a41-4fb3-424b-95be-60e41c216092</msg>
<msg timestamp="20181222 07:58:09.117" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:15.005" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:15.005" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:15.005" starttime="20181222 07:58:09.094"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:58:15.006" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000b                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:53:18.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_2=22.0.0.170                                             |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:53:08Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8d66bcbb541bec8c4b4b5ead327f702f0de63ff1f304df9a1e097269        |
| id                                  | b6697a41-4fb3-424b-95be-60e41c216092                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:53:18Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:58:15.006" starttime="20181222 07:58:15.006"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:15.007" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:15.007" starttime="20181222 07:58:15.006"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:58:15.008" starttime="20181222 07:58:15.007"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:15.008" starttime="20181222 07:58:09.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="20181222 07:58:15.017" level="INFO">Starting process:
openstack server delete b6697a41-4fb3-424b-95be-60e41c216092</msg>
<msg timestamp="20181222 07:58:15.038" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:18.852" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:18.852" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:18.852" starttime="20181222 07:58:15.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="20181222 07:58:18.854" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:18.854" starttime="20181222 07:58:18.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="20181222 07:58:18.855" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:18.855" starttime="20181222 07:58:18.854"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:58:18.856" starttime="20181222 07:58:18.855"></status>
</kw>
<msg timestamp="20181222 07:58:18.856" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:18.856" starttime="20181222 07:58:15.017"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:18.856" starttime="20181222 07:58:15.009"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:18.856" starttime="20181222 07:58:15.008"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:18.856" starttime="20181222 07:58:09.086"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'51ffffdd-ca22-4750-9a98-9b95a6f8fbcf', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.222'}">
<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="20181222 07:58:18.867" level="INFO">Starting process:
openstack server show 51ffffdd-ca22-4750-9a98-9b95a6f8fbcf</msg>
<msg timestamp="20181222 07:58:18.889" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:23.791" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:23.791" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:23.791" starttime="20181222 07:58:18.867"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:58:23.792" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-0.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000008                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:53:08.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_1=21.0.0.222                                             |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:57Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | b4b661dc34936f9c9ac5684ab663b85e2d5112374e4e6fbd73ca66b1        |
| id                                  | 51ffffdd-ca22-4750-9a98-9b95a6f8fbcf                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:53:08Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:58:23.792" starttime="20181222 07:58:23.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:23.793" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:23.793" starttime="20181222 07:58: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="20181222 07:58:23.794" starttime="20181222 07:58:23.793"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:23.794" starttime="20181222 07:58:18.866"></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="20181222 07:58:23.804" level="INFO">Starting process:
openstack server delete 51ffffdd-ca22-4750-9a98-9b95a6f8fbcf</msg>
<msg timestamp="20181222 07:58:23.824" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:27.334" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:27.335" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:27.335" starttime="20181222 07:58:23.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="20181222 07:58:27.336" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:27.336" starttime="20181222 07:58:27.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:27.336" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:27.337" starttime="20181222 07:58:27.336"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:58:27.337" starttime="20181222 07:58:27.337"></status>
</kw>
<msg timestamp="20181222 07:58:27.338" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:27.338" starttime="20181222 07:58:23.803"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:27.338" starttime="20181222 07:58:23.795"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:27.338" starttime="20181222 07:58:23.794"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:27.338" starttime="20181222 07:58:18.857"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'8cd1b475-31a0-4e3b-ac31-006a799e5938', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.160'}">
<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="20181222 07:58:27.346" level="INFO">Starting process:
openstack server show 8cd1b475-31a0-4e3b-ac31-006a799e5938</msg>
<msg timestamp="20181222 07:58:27.371" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:32.554" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:32.554" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:32.554" starttime="20181222 07:58:27.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="20181222 07:58:32.555" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000005                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:52:55.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_1=21.0.0.160                                             |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:48Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8d66bcbb541bec8c4b4b5ead327f702f0de63ff1f304df9a1e097269        |
| id                                  | 8cd1b475-31a0-4e3b-ac31-006a799e5938                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:52:56Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:58:32.555" starttime="20181222 07:58:32.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="20181222 07:58:32.556" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:32.556" starttime="20181222 07:58:32.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="20181222 07:58:32.557" starttime="20181222 07:58:32.556"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:32.557" starttime="20181222 07:58:27.345"></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="20181222 07:58:32.566" level="INFO">Starting process:
openstack server delete 8cd1b475-31a0-4e3b-ac31-006a799e5938</msg>
<msg timestamp="20181222 07:58:32.586" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:36.384" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:36.384" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:36.384" starttime="20181222 07:58:32.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="20181222 07:58:36.386" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:36.386" starttime="20181222 07:58:36.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="20181222 07:58:36.386" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:36.386" starttime="20181222 07:58:36.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="20181222 07:58:36.387" starttime="20181222 07:58:36.387"></status>
</kw>
<msg timestamp="20181222 07:58:36.387" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:36.388" starttime="20181222 07:58:32.565"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:36.388" starttime="20181222 07:58:32.558"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:36.388" starttime="20181222 07:58:32.557"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:36.388" starttime="20181222 07:58:27.338"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'899acced-335f-4cb8-b2bd-cf35ea0aafb1', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.127'}">
<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="20181222 07:58:36.399" level="INFO">Starting process:
openstack server show 899acced-335f-4cb8-b2bd-cf35ea0aafb1</msg>
<msg timestamp="20181222 07:58:36.427" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:41.363" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:41.363" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:41.364" starttime="20181222 07:58:36.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="20181222 07:58:41.365" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname | overcloud-novacompute-1.opnfvlf.org                             |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000002                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-12-22T07:52:47.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_1=21.0.0.127                                             |
| config_drive                        |                                                                 |
| created                             | 2018-12-22T07:52:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8d66bcbb541bec8c4b4b5ead327f702f0de63ff1f304df9a1e097269        |
| id                                  | 899acced-335f-4cb8-b2bd-cf35ea0aafb1                            |
| image                               | cirros-0.3.5-x86_64-disk (da0bf6aa-93fd-42a9-8c0e-5f393d123a21) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 2d1119acee4b4132b2e8b4b404322ee5                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-12-22T07:52:47Z                                            |
| user_id                             | 723af70962c1477793e7a739bfa55f30                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:58:41.365" starttime="20181222 07:58:41.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="20181222 07:58:41.366" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:41.366" starttime="20181222 07:58:41.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="20181222 07:58:41.367" starttime="20181222 07:58:41.366"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:41.367" starttime="20181222 07:58:36.397"></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="20181222 07:58:41.380" level="INFO">Starting process:
openstack server delete 899acced-335f-4cb8-b2bd-cf35ea0aafb1</msg>
<msg timestamp="20181222 07:58:41.399" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:44.814" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:44.814" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:44.815" starttime="20181222 07:58:41.379"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:58:44.815" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:44.816" starttime="20181222 07:58:44.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:44.816" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:44.816" starttime="20181222 07:58:44.816"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:58:44.816"></status>
</kw>
<msg timestamp="20181222 07:58:44.817" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:58:41.378"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:58:41.368"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:58:41.367"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:58:36.388"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:44.817" starttime="20181222 07:57:49.935"></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="20181222 07:58:44.818" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:58:44.818" starttime="20181222 07:58:44.818"></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="20181222 07:58:44.819" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181222 07:58:44.844" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:47.139" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:47.140" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:47.140" starttime="20181222 07:58:44.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="20181222 07:58:47.141" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:58:47.141" starttime="20181222 07:58: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="20181222 07:58:47.142" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:47.142" starttime="20181222 07:58:47.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="20181222 07:58:47.144" starttime="20181222 07:58:47.143"></status>
</kw>
<msg timestamp="20181222 07:58:47.144" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 07:58:47.144" starttime="20181222 07:58:44.819"></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="20181222 07:58:47.145" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 07:58:47.145" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:58:47.145" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:58:47.145" starttime="20181222 07:58:47.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="20181222 07:58:47.146" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 07:58:47.146" starttime="20181222 07:58:47.146"></status>
</kw>
<msg timestamp="20181222 07:58:47.146" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181222 07:58:47.146" starttime="20181222 07:58:44.818"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181222 07:58:47.147" starttime="20181222 07:58:47.147"></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="20181222 07:58:47.148" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:58:47.148" starttime="20181222 07:58:47.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="20181222 07:58:47.149" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181222 07:58:47.171" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:49.649" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:49.650" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:49.650" starttime="20181222 07:58:47.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="20181222 07:58:49.651" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "06c0648a-9238-4cf2-b850-d0a1c123b361", 
    "MAC Address": "fa:16:3e:07:fe:e5", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.4', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921", 
    "MAC Address": "fa:16:3e:09:4d:25", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.3', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "70a834e8-fa80-4774-b7f8-43fe564ffd07", 
    "MAC Address": "fa:16:3e:76:93:8e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.3', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "75fabaad-5a1a-4235-8588-9e7b4420cc1e", 
    "MAC Address": "fa:16:3e:53:96:ea", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "8251f5f3-63f8-44fb-bebd-78f3bb30c991", 
    "MAC Address": "fa:16:3e:76:5d:7e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.4', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "d4e589b2-a375-442e-ba10-cc7ac92f40ed", 
    "MAC Address": "fa:16:3e:1a:ce:41", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181222 07:58:49.651" starttime="20181222 07:58:49.650"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:58:49.652" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:49.652" starttime="20181222 07:58:49.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="20181222 07:58:49.653" starttime="20181222 07:58:49.652"></status>
</kw>
<msg timestamp="20181222 07:58:49.653" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "06c0648a-9238-4cf2-b850-d0a1c123b361", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181222 07:58:49.653" starttime="20181222 07:58:47.148"></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="20181222 07:58:49.654" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "06c0648a-9238-4cf2-b850-d0a1c123b361", 
    "MAC Address": "fa:16:3e:07:fe:e5", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.4', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921", 
    "MAC Address": "fa:16:3e:09:4d:25", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.3', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "70a834e8-fa80-4774-b7f8-43fe564ffd07", 
    "MAC Address": "fa:16:3e:76:93:8e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.3', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "75fabaad-5a1a-4235-8588-9e7b4420cc1e", 
    "MAC Address": "fa:16:3e:53:96:ea", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", 
    "ID": "8251f5f3-63f8-44fb-bebd-78f3bb30c991", 
    "MAC Address": "fa:16:3e:76:5d:7e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.4', subnet_id='875532d5-6337-4281-9de3-111790967d92'", 
    "ID": "d4e589b2-a375-442e-ba10-cc7ac92f40ed", 
    "MAC Address": "fa:16:3e:1a:ce:41", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181222 07:58:49.654" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:58:49.654" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", u'ID': u'06c0648a-9238-4cf2-b850-d0a1c123b361', u'MAC Address': u'fa:16:3e:0...</msg>
<status status="PASS" endtime="20181222 07:58:49.654" starttime="20181222 07:58:49.654"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:58:49.655" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", u'ID': u'06c0648a-9238-4cf2-b850-d0a1c123b361', u'MAC Address': u'fa:16:3e:07:fe:e5', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.4', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", u'ID': u'6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921', u'MAC Address': u'fa:16:3e:09:4d:25', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.3', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", u'ID': u'70a834e8-fa80-4774-b7f8-43fe564ffd07', u'MAC Address': u'fa:16:3e:76:93:8e', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.3', subnet_id='875532d5-6337-4281-9de3-111790967d92'", u'ID': u'75fabaad-5a1a-4235-8588-9e7b4420cc1e', u'MAC Address': u'fa:16:3e:53:96:ea', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.2', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'", u'ID': u'8251f5f3-63f8-44fb-bebd-78f3bb30c991', u'MAC Address': u'fa:16:3e:76:5d:7e', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.4', subnet_id='875532d5-6337-4281-9de3-111790967d92'", u'ID': u'd4e589b2-a375-442e-ba10-cc7ac92f40ed', u'MAC Address': u'fa:16:3e:1a:ce:41', u'Name': u''}]</msg>
<status status="PASS" endtime="20181222 07:58:49.655" starttime="20181222 07:58:49.655"></status>
</kw>
<msg timestamp="20181222 07:58:49.655" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='875532d5-6337-4281-9de3-111790967d92'", u'ID': u'06c0648a-9238-4cf2-b850-d0a1c123b361', u'MAC Address': u'fa:16:3e:0...</msg>
<status status="PASS" endtime="20181222 07:58:49.655" starttime="20181222 07:58:47.147"></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='875532d5-6337-4281-9de3-111790967d92'&quot;, u'ID': u'06c0648a-9238-4cf2-b850-d0a1c123b361', u'MAC Address': u'fa:16:3e:07:...">
<kw 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="20181222 07:58:49.668" level="INFO">Starting process:
openstack port delete 06c0648a-9238-4cf2-b850-d0a1c123b361</msg>
<msg timestamp="20181222 07:58:49.690" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:54.046" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:54.046" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:54.046" starttime="20181222 07:58:49.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="20181222 07:58:54.047" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:54.048" starttime="20181222 07:58:54.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="20181222 07:58:54.048" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:54.048" starttime="20181222 07:58:54.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="20181222 07:58:54.049" starttime="20181222 07:58:54.048"></status>
</kw>
<msg timestamp="20181222 07:58:54.049" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:54.049" starttime="20181222 07:58:49.667"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:54.050" starttime="20181222 07:58:49.657"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:54.050" starttime="20181222 07:58:49.656"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:54.050" starttime="20181222 07:58:49.656"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='22.0.0.4', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'&quot;, u'ID': u'6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921', u'MAC Address': u'fa:16:3e:09:...">
<kw 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="20181222 07:58:54.064" level="INFO">Starting process:
openstack port delete 6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921</msg>
<msg timestamp="20181222 07:58:54.089" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:58:58.546" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:58:58.546" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:58:58.546" starttime="20181222 07:58:54.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="20181222 07:58:58.547" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:58.547" starttime="20181222 07:58:58.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="20181222 07:58:58.548" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:58:58.548" starttime="20181222 07:58:58.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="20181222 07:58:58.549" starttime="20181222 07:58:58.548"></status>
</kw>
<msg timestamp="20181222 07:58:58.549" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:58:58.549" starttime="20181222 07:58:54.063"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:58.549" starttime="20181222 07:58:54.051"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:58.549" starttime="20181222 07:58:54.050"></status>
</kw>
<status status="PASS" endtime="20181222 07:58:58.549" starttime="20181222 07:58:54.050"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='22.0.0.3', subnet_id='edba3937-9ea9-477e-9f65-6ec55eacd5da'&quot;, u'ID': u'70a834e8-fa80-4774-b7f8-43fe564ffd07', u'MAC Address': u'fa:16:3e:76:...">
<kw 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="20181222 07:58:58.559" level="INFO">Starting process:
openstack port delete 70a834e8-fa80-4774-b7f8-43fe564ffd07</msg>
<msg timestamp="20181222 07:58:58.581" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:02.170" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:02.170" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:02.170" starttime="20181222 07:58:58.558"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:02.172" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:02.172" starttime="20181222 07:59:02.171"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:02.172" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:02.172" starttime="20181222 07:59:02.172"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:59:02.173" starttime="20181222 07:59:02.173"></status>
</kw>
<msg timestamp="20181222 07:59:02.174" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:02.174" starttime="20181222 07:58:58.558"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:02.174" starttime="20181222 07:58:58.550"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:02.174" starttime="20181222 07:58:58.550"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:02.174" starttime="20181222 07:58:58.549"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='21.0.0.3', subnet_id='875532d5-6337-4281-9de3-111790967d92'&quot;, u'ID': u'75fabaad-5a1a-4235-8588-9e7b4420cc1e', u'MAC Address': u'fa:16:3e:53:...">
<kw 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="20181222 07:59:02.185" level="INFO">Starting process:
openstack port delete 75fabaad-5a1a-4235-8588-9e7b4420cc1e</msg>
<msg timestamp="20181222 07:59:02.206" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:05.623" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:05.623" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:05.623" starttime="20181222 07:59:02.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="20181222 07:59:05.625" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:05.625" starttime="20181222 07:59:05.624"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:05.625" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:05.625" starttime="20181222 07:59:05.625"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:59:05.626" starttime="20181222 07:59:05.625"></status>
</kw>
<msg timestamp="20181222 07:59:05.626" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:05.626" starttime="20181222 07:59:02.184"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:05.626" starttime="20181222 07:59:02.175"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:05.627" starttime="20181222 07:59:02.175"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:05.627" starttime="20181222 07:59:02.174"></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='edba3937-9ea9-477e-9f65-6ec55eacd5da'&quot;, u'ID': u'8251f5f3-63f8-44fb-bebd-78f3bb30c991', u'MAC Address': u'fa:16:3e:76:...">
<kw 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="20181222 07:59:05.637" level="INFO">Starting process:
openstack port delete 8251f5f3-63f8-44fb-bebd-78f3bb30c991</msg>
<msg timestamp="20181222 07:59:05.663" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:09.747" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:09.747" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:09.747" starttime="20181222 07:59:05.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="20181222 07:59:09.748" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:09.748" starttime="20181222 07:59:09.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="20181222 07:59:09.749" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:09.749" starttime="20181222 07:59:09.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="20181222 07:59:09.750" starttime="20181222 07:59:09.750"></status>
</kw>
<msg timestamp="20181222 07:59:09.751" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:09.751" starttime="20181222 07:59:05.636"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:09.751" starttime="20181222 07:59:05.627"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:09.751" starttime="20181222 07:59:05.627"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:09.751" starttime="20181222 07:59:05.627"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='21.0.0.4', subnet_id='875532d5-6337-4281-9de3-111790967d92'&quot;, u'ID': u'd4e589b2-a375-442e-ba10-cc7ac92f40ed', u'MAC Address': u'fa:16:3e:1a:...">
<kw 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="20181222 07:59:09.767" level="INFO">Starting process:
openstack port delete d4e589b2-a375-442e-ba10-cc7ac92f40ed</msg>
<msg timestamp="20181222 07:59:09.791" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:13.353" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:13.354" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:13.354" starttime="20181222 07:59:09.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="20181222 07:59:13.355" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:13.355" starttime="20181222 07:59:13.354"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:13.356" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:13.356" starttime="20181222 07:59:13.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="20181222 07:59:13.357" starttime="20181222 07:59:13.356"></status>
</kw>
<msg timestamp="20181222 07:59:13.357" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:13.358" starttime="20181222 07:59:09.765"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:13.358" starttime="20181222 07:59:09.752"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:13.358" starttime="20181222 07:59:09.752"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:13.358" starttime="20181222 07:59:09.751"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:13.358" starttime="20181222 07:58:49.656"></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="20181222 07:59:13.360" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:59:13.360" starttime="20181222 07:59:13.359"></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="20181222 07:59:13.362" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181222 07:59:13.387" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:15.929" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:15.930" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:15.930" starttime="20181222 07:59:13.361"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:15.931" level="INFO">[
  {
    "Subnets": "edba3937-9ea9-477e-9f65-6ec55eacd5da", 
    "ID": "35a392b7-fe37-456b-88d7-72656496677d", 
    "Name": "l2_net_2"
  }, 
  {
    "Subnets": "875532d5-6337-4281-9de3-111790967d92", 
    "ID": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f", 
    "Name": "l2_net_1"
  }
]</msg>
<status status="PASS" endtime="20181222 07:59:15.931" starttime="20181222 07:59:15.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="20181222 07:59:15.931" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:15.931" starttime="20181222 07:59:15.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="20181222 07:59:15.932" starttime="20181222 07:59:15.931"></status>
</kw>
<msg timestamp="20181222 07:59:15.932" level="INFO">${json} = [
  {
    "Subnets": "edba3937-9ea9-477e-9f65-6ec55eacd5da", 
    "ID": "35a392b7-fe37-456b-88d7-72656496677d", 
    "Name": "l2_net_2"
  }, 
  {
    "Subnets": "875532d5-6337-4281-9de3-111790967d92",...</msg>
<status status="PASS" endtime="20181222 07:59:15.932" starttime="20181222 07:59:13.360"></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="20181222 07:59:15.933" level="INFO">To JSON using : content=[
  {
    "Subnets": "edba3937-9ea9-477e-9f65-6ec55eacd5da", 
    "ID": "35a392b7-fe37-456b-88d7-72656496677d", 
    "Name": "l2_net_2"
  }, 
  {
    "Subnets": "875532d5-6337-4281-9de3-111790967d92", 
    "ID": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f", 
    "Name": "l2_net_1"
  }
] </msg>
<msg timestamp="20181222 07:59:15.933" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:59:15.933" level="INFO">@{list} = [ {u'Subnets': u'edba3937-9ea9-477e-9f65-6ec55eacd5da', u'ID': u'35a392b7-fe37-456b-88d7-72656496677d', u'Name': u'l2_net_2'} | {u'Subnets': u'875532d5-6337-4281-9de3-111790967d92', u'ID': u'9dab5c4a-...</msg>
<status status="PASS" endtime="20181222 07:59:15.933" starttime="20181222 07:59:15.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:59:15.933" level="INFO">[{u'Subnets': u'edba3937-9ea9-477e-9f65-6ec55eacd5da', u'ID': u'35a392b7-fe37-456b-88d7-72656496677d', u'Name': u'l2_net_2'}, {u'Subnets': u'875532d5-6337-4281-9de3-111790967d92', u'ID': u'9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f', u'Name': u'l2_net_1'}]</msg>
<status status="PASS" endtime="20181222 07:59:15.933" starttime="20181222 07:59:15.933"></status>
</kw>
<msg timestamp="20181222 07:59:15.934" level="INFO">@{networks} = [ {u'Subnets': u'edba3937-9ea9-477e-9f65-6ec55eacd5da', u'ID': u'35a392b7-fe37-456b-88d7-72656496677d', u'Name': u'l2_net_2'} | {u'Subnets': u'875532d5-6337-4281-9de3-111790967d92', u'ID': u'9dab5c4a-...</msg>
<status status="PASS" endtime="20181222 07:59:15.934" starttime="20181222 07:59:13.358"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'edba3937-9ea9-477e-9f65-6ec55eacd5da', u'ID': u'35a392b7-fe37-456b-88d7-72656496677d', 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="20181222 07:59:15.943" level="INFO">Starting process:
openstack subnet delete edba3937-9ea9-477e-9f65-6ec55eacd5da</msg>
<msg timestamp="20181222 07:59:15.968" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:21.255" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:21.255" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:21.255" starttime="20181222 07:59:15.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="20181222 07:59:21.256" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:21.256" starttime="20181222 07:59:21.256"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:21.257" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:21.257" starttime="20181222 07:59:21.256"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:59:21.258" starttime="20181222 07:59:21.257"></status>
</kw>
<msg timestamp="20181222 07:59:21.258" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:21.258" starttime="20181222 07:59:15.942"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:21.258" starttime="20181222 07:59:15.935"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:21.258" starttime="20181222 07:59:15.934"></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="20181222 07:59:21.268" level="INFO">Starting process:
openstack network delete 35a392b7-fe37-456b-88d7-72656496677d</msg>
<msg timestamp="20181222 07:59:21.289" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:25.499" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:25.499" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:25.499" starttime="20181222 07:59:21.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:25.501" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:25.501" starttime="20181222 07:59:25.500"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:25.501" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:25.502" starttime="20181222 07:59:25.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="20181222 07:59:25.503" starttime="20181222 07:59:25.502"></status>
</kw>
<msg timestamp="20181222 07:59:25.503" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:25.503" starttime="20181222 07:59:21.267"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:25.503" starttime="20181222 07:59:21.259"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:25.503" starttime="20181222 07:59:21.258"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:25.503" starttime="20181222 07:59:15.934"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'875532d5-6337-4281-9de3-111790967d92', u'ID': u'9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f', 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="20181222 07:59:25.519" level="INFO">Starting process:
openstack subnet delete 875532d5-6337-4281-9de3-111790967d92</msg>
<msg timestamp="20181222 07:59:25.543" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:31.197" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:31.198" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:31.198" starttime="20181222 07:59:25.518"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:31.199" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:31.199" starttime="20181222 07:59:31.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="20181222 07:59:31.199" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:31.199" starttime="20181222 07:59:31.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="20181222 07:59:31.200" starttime="20181222 07:59:31.199"></status>
</kw>
<msg timestamp="20181222 07:59:31.200" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:31.200" starttime="20181222 07:59:25.517"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:31.200" starttime="20181222 07:59:25.504"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:31.201" starttime="20181222 07:59:25.504"></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="20181222 07:59:31.210" level="INFO">Starting process:
openstack network delete 9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f</msg>
<msg timestamp="20181222 07:59:31.231" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:34.846" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:34.846" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:34.846" starttime="20181222 07:59:31.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="20181222 07:59:34.847" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:34.847" starttime="20181222 07:59:34.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="20181222 07:59:34.848" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:34.848" starttime="20181222 07:59:34.847"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 07:59:34.848" starttime="20181222 07:59:34.848"></status>
</kw>
<msg timestamp="20181222 07:59:34.849" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:34.849" starttime="20181222 07:59:31.208"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:34.849" starttime="20181222 07:59:31.201"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:34.849" starttime="20181222 07:59:31.201"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:34.849" starttime="20181222 07:59:25.504"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:34.849" starttime="20181222 07:59:15.934"></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="20181222 07:59:34.850" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 07:59:34.850" starttime="20181222 07:59:34.850"></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="20181222 07:59:34.851" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181222 07:59:34.886" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:37.165" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:37.165" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:37.165" starttime="20181222 07:59:34.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="20181222 07:59:37.166" level="INFO">[
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "l2_sg", 
    "ID": "35345925-ed4e-42ca-9aef-f49504fefdcb", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181222 07:59:37.166" starttime="20181222 07:59:37.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="20181222 07:59:37.167" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:37.167" starttime="20181222 07:59:37.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="20181222 07:59:37.168" starttime="20181222 07:59:37.167"></status>
</kw>
<msg timestamp="20181222 07:59:37.168" level="INFO">${json} = [
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "l2_sg", 
    "ID": "35345925-ed4e-42ca-9aef-f49504fefdcb", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "43d5250bf1cc4643...</msg>
<status status="PASS" endtime="20181222 07:59:37.168" starttime="20181222 07:59:34.850"></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="20181222 07:59:37.168" level="INFO">To JSON using : content=[
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "l2_sg", 
    "ID": "35345925-ed4e-42ca-9aef-f49504fefdcb", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181222 07:59:37.168" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 07:59:37.169" level="INFO">@{list} = [ {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'35345925-ed4e-42ca-9aef-f49504fefdcb'} | {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'N...</msg>
<status status="PASS" endtime="20181222 07:59:37.169" starttime="20181222 07:59:37.168"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 07:59:37.169" level="INFO">[{u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'35345925-ed4e-42ca-9aef-f49504fefdcb'}, {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}, {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}]</msg>
<status status="PASS" endtime="20181222 07:59:37.169" starttime="20181222 07:59:37.169"></status>
</kw>
<msg timestamp="20181222 07:59:37.169" level="INFO">@{security_groups} = [ {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'35345925-ed4e-42ca-9aef-f49504fefdcb'} | {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'N...</msg>
<status status="PASS" endtime="20181222 07:59:37.169" starttime="20181222 07:59:34.849"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'35345925-ed4e-42ca-9aef-f49504fefdcb'}">
<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="20181222 07:59:37.179" level="INFO">Starting process:
openstack security group delete 35345925-ed4e-42ca-9aef-f49504fefdcb</msg>
<msg timestamp="20181222 07:59:37.205" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:39.950" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:39.950" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:39.950" starttime="20181222 07:59:37.178"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:39.952" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:39.952" starttime="20181222 07:59:39.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="20181222 07:59:39.952" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:39.952" starttime="20181222 07:59:39.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="20181222 07:59:39.953" starttime="20181222 07:59:39.953"></status>
</kw>
<msg timestamp="20181222 07:59:39.954" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:39.954" starttime="20181222 07:59:37.178"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.954" starttime="20181222 07:59:37.171"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.954" starttime="20181222 07:59:37.170"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.954" starttime="20181222 07:59:37.170"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.954" starttime="20181222 07:59:37.170"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}">
<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="20181222 07:59:39.955" starttime="20181222 07:59:39.955"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.955" starttime="20181222 07:59:39.954"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}">
<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="20181222 07:59:39.956" starttime="20181222 07:59:39.955"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.956" starttime="20181222 07:59:39.955"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:39.956" starttime="20181222 07:59:37.169"></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="20181222 07:59:39.959" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181222 07:59:39.959" starttime="20181222 07:59:39.958"></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="20181222 07:59:39.971" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181222 07:59:39.998" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:43.670" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:43.670" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:43.670" starttime="20181222 07:59:39.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="20181222 07:59:43.671" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:43.672" starttime="20181222 07:59:43.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="20181222 07:59:43.672" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:43.672" starttime="20181222 07:59:43.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="20181222 07:59:43.673" starttime="20181222 07:59:43.672"></status>
</kw>
<msg timestamp="20181222 07:59:43.674" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:43.674" starttime="20181222 07:59:39.968"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:43.674" starttime="20181222 07:59:39.959"></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="20181222 07:59:43.685" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181222 07:59:43.724" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:46.208" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:46.208" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:46.208" starttime="20181222 07:59:43.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="20181222 07:59:46.210" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:46.210" starttime="20181222 07:59:46.209"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:46.211" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:46.211" starttime="20181222 07:59:46.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="20181222 07:59:46.212" starttime="20181222 07:59:46.211"></status>
</kw>
<msg timestamp="20181222 07:59:46.212" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:46.212" starttime="20181222 07:59:43.683"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:46.212" starttime="20181222 07:59:43.674"></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="20181222 07:59:46.223" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181222 07:59:46.250" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:48.570" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:48.571" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:48.571" starttime="20181222 07:59:46.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="20181222 07:59:48.573" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:48.573" starttime="20181222 07:59:48.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="20181222 07:59:48.574" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:48.574" starttime="20181222 07:59:48.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="20181222 07:59:48.575" starttime="20181222 07:59:48.574"></status>
</kw>
<msg timestamp="20181222 07:59:48.576" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:48.576" starttime="20181222 07:59:46.222"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:48.576" starttime="20181222 07:59:46.213"></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="20181222 07:59:48.589" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181222 07:59:48.612" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:50.990" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:50.991" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:50.991" starttime="20181222 07:59:48.589"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:50.992" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:50.992" starttime="20181222 07:59:50.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="20181222 07:59:50.993" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:50.993" starttime="20181222 07:59:50.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="20181222 07:59:50.994" starttime="20181222 07:59:50.993"></status>
</kw>
<msg timestamp="20181222 07:59:50.994" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:50.994" starttime="20181222 07:59:48.588"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:50.994" starttime="20181222 07:59:48.576"></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="20181222 07:59:51.004" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181222 07:59:51.030" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:53.421" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:53.422" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:53.422" starttime="20181222 07:59:51.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="20181222 07:59:53.423" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 4a2f90af-d183-47be-9bb6-34a424df6ca6 | default | Default security group | 43d5250bf1cc4643bdce886e771097cb |
| 85374a30-1fb2-4159-9221-eeb3c09bd09d | default | Default security group | 2d1119acee4b4132b2e8b4b404322ee5 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181222 07:59:53.423" starttime="20181222 07:59:53.423"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:53.424" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:53.424" starttime="20181222 07:59:53.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="20181222 07:59:53.425" starttime="20181222 07:59:53.424"></status>
</kw>
<msg timestamp="20181222 07:59:53.425" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181222 07:59:53.426" starttime="20181222 07:59:51.003"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:53.426" starttime="20181222 07:59:50.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="20181222 07:59:53.436" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181222 07:59:53.459" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:55.896" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:55.897" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:55.897" starttime="20181222 07:59:53.436"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 07:59:55.898" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 07f08b69-dea3-456b-993e-1dd2eac28834 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 08eb08bf-68ad-4d2a-a064-9f5f8376dd65 | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| 27717a38-3a11-4963-b299-3674f9bbebd8 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 4e56f9ce-ddbf-4155-a1af-7a7206b6d62f | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| a4737060-e6fb-4f26-b3fc-4106db5694b1 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| d0304e8a-7f0f-4514-8a12-45d41d77dfbe | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e25007ba-b679-4260-91ea-544bf1e68680 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e4f55e48-f31e-4732-be83-7f86cbeb1b6e | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 07:59:55.898" starttime="20181222 07:59:55.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="20181222 07:59:55.898" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:55.899" starttime="20181222 07:59:55.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="20181222 07:59:55.899" starttime="20181222 07:59:55.899"></status>
</kw>
<msg timestamp="20181222 07:59:55.900" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181222 07:59:55.900" starttime="20181222 07:59:53.435"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:55.900" starttime="20181222 07:59:53.426"></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="20181222 07:59:55.908" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181222 07:59:55.935" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 07:59:58.466" level="INFO">Process completed.</msg>
<msg timestamp="20181222 07:59:58.466" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 07:59:58.467" starttime="20181222 07:59:55.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="20181222 07:59:58.469" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:58.469" starttime="20181222 07:59:58.468"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 07:59:58.471" level="INFO"></msg>
<status status="PASS" endtime="20181222 07:59:58.471" starttime="20181222 07:59:58.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="20181222 07:59:58.473" starttime="20181222 07:59:58.471"></status>
</kw>
<msg timestamp="20181222 07:59:58.474" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 07:59:58.474" starttime="20181222 07:59:55.908"></status>
</kw>
<status status="PASS" endtime="20181222 07:59:58.474" starttime="20181222 07:59:55.900"></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="20181222 07:59:58.496" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181222 07:59:58.539" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:00.961" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:00.961" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:00.961" starttime="20181222 07:59:58.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="20181222 08:00:00.962" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:00.962" starttime="20181222 08:00:00.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="20181222 08:00:00.963" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:00.963" starttime="20181222 08:00:00.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="20181222 08:00:00.964" starttime="20181222 08:00:00.963"></status>
</kw>
<msg timestamp="20181222 08:00:00.964" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:00.964" starttime="20181222 07:59:58.494"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:00.964" starttime="20181222 07:59:58.475"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:00.965" starttime="20181222 07:59:39.959"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:00.965" starttime="20181222 07:59:39.957"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:00.965" starttime="20181222 07:57:43.276"></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} = 34">
<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="20181222 08:00:00.968" starttime="20181222 08:00:00.968"></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="20181222 08:00:00.969" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:00:01.118" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.119" level="INFO">${stdout} = 4 S root      100272  100243  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap
4 S tcpdump   100296  ...</msg>
<status status="PASS" endtime="20181222 08:00:01.119" starttime="20181222 08:00:00.969"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.120" level="INFO">4 S root      100272  100243  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap
4 S tcpdump   100296  100272  0  80   0 -  8196 poll_s 07:50 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap
0 S heat-ad+  144609  100243  0  80   0 - 28294 do_wai 08:00 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  144623  144609  0  80   0 - 28178 pipe_w 08:00 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:00:01.120" starttime="20181222 08:00:01.119"></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="20181222 08:00:01.121" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:00:01.269" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.269" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:01.269" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:00:01.269" starttime="20181222 08:00:01.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.270" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:01.270" starttime="20181222 08:00:01.270"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.270" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:01.271" starttime="20181222 08:00:01.270"></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="20181222 08:00:01.271" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:00:01.579" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.580" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:00:01.580" starttime="20181222 08:00:01.271"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.581" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:01.581" starttime="20181222 08:00:01.580"></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="20181222 08:00:01.581" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:00:01.676" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.676" level="INFO">${stdout} = total 1020
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31...</msg>
<status status="PASS" endtime="20181222 08:00:01.676" starttime="20181222 08:00:01.581"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.677" level="INFO">total 1020
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-1ee74201a0614456a3091043092dad61-ntpd.service-Ui6jmL
308 -rw-r--r--. 1 tcpdump tcpdump 311672 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap
 44 -rw-r--r--. 1 tcpdump tcpdump  42476 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:29 tmp.QWiEWexsid</msg>
<status status="PASS" endtime="20181222 08:00:01.677" starttime="20181222 08:00:01.677"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:01.677" starttime="20181222 08:00:00.968"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:01.677" starttime="20181222 08:00:00.967"></status>
</kw>
<kw type="foritem" name="${conn_id} = 35">
<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="20181222 08:00:01.679" starttime="20181222 08:00:01.678"></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="20181222 08:00:01.679" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:00:01.796" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.796" level="INFO">${stdout} = 4 S root       27426   27403  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap
4 S tcpdump    27439  ...</msg>
<status status="PASS" endtime="20181222 08:00:01.796" starttime="20181222 08:00:01.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.797" level="INFO">4 S root       27426   27403  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap
4 S tcpdump    27439   27426  0  80   0 -  8196 poll_s 07:50 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap
0 S heat-ad+   29691   27403  0  80   0 - 28294 do_wai 08:00 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   29704   29691  0  80   0 - 28177 pipe_w 08:00 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:00:01.797" starttime="20181222 08:00:01.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="20181222 08:00:01.798" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:00:01.914" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:01.914" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:01.914" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:00:01.914" starttime="20181222 08:00:01.798"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.915" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:01.915" starttime="20181222 08:00:01.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:01.916" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:01.916" starttime="20181222 08:00:01.916"></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="20181222 08:00:01.917" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:00:02.177" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.178" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:00:02.178" starttime="20181222 08:00:01.917"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.179" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:02.179" starttime="20181222 08:00:02.179"></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="20181222 08:00:02.180" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:00:02.265" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.265" level="INFO">${stdout} = total 852
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 ...</msg>
<status status="PASS" endtime="20181222 08:00:02.265" starttime="20181222 08:00:02.180"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.266" level="INFO">total 852
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-601b3442bbd848a2a1f36d81cb5fd56d-ntpd.service-eBFiPP
160 -rw-r--r--. 1 tcpdump tcpdump 159958 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap
 24 -rw-r--r--. 1 tcpdump tcpdump  20824 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:30 tmp.9pgj4Euv3j</msg>
<status status="PASS" endtime="20181222 08:00:02.266" starttime="20181222 08:00:02.266"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.266" starttime="20181222 08:00:01.678"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.266" starttime="20181222 08:00:01.677"></status>
</kw>
<kw type="foritem" name="${conn_id} = 36">
<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="20181222 08:00:02.268" starttime="20181222 08:00:02.267"></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="20181222 08:00:02.268" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:00:02.389" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.389" level="INFO">${stdout} = 4 S root       27470   27447  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap
4 S tcpdump    27483  ...</msg>
<status status="PASS" endtime="20181222 08:00:02.390" starttime="20181222 08:00:02.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.390" level="INFO">4 S root       27470   27447  0  80   0 - 60787 poll_s 07:50 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap
4 S tcpdump    27483   27470  0  80   0 -  8196 poll_s 07:50 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap
0 S heat-ad+   29706   27447  0  80   0 - 28294 do_wai 08:00 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   29719   29706  0  80   0 - 28177 pipe_w 08:00 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:00:02.390" starttime="20181222 08:00:02.390"></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="20181222 08:00:02.391" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:00:02.528" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.528" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:02.529" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:00:02.529" starttime="20181222 08:00:02.391"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.529" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:02.530" starttime="20181222 08:00:02.529"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.530" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:02.530" starttime="20181222 08:00:02.530"></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="20181222 08:00:02.530" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:00:02.729" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.730" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:00:02.730" starttime="20181222 08:00:02.530"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.731" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:02.731" starttime="20181222 08:00:02.730"></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="20181222 08:00:02.731" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:00:02.849" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:00:02.849" level="INFO">${stdout} = total 836
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 ...</msg>
<status status="PASS" endtime="20181222 08:00:02.849" starttime="20181222 08:00:02.731"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:02.850" level="INFO">total 836
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-31147fa8a8b84b9ba71d01ae5c99250d-ntpd.service-bPR9zf
148 -rw-r--r--. 1 tcpdump tcpdump 150348 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap
 20 -rw-r--r--. 1 tcpdump tcpdump  19540 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:30 tmp.JMsQz7IKui</msg>
<status status="PASS" endtime="20181222 08:00:02.850" starttime="20181222 08:00:02.850"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.851" starttime="20181222 08:00:02.267"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.851" starttime="20181222 08:00:02.266"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.851" starttime="20181222 08:00:00.967"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.851" starttime="20181222 08:00:00.967"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:02.851" starttime="20181222 08:00:00.965"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181222 08:00:03.303" starttime="20181222 08:00:02.852"></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.15</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="20181222 08:00:03.314" starttime="20181222 08:00:03.313"></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="20181222 08:00:03.315" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:03.567" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:03.567" starttime="20181222 08:00: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="20181222 08:00:03.649" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:00:03.650" starttime="20181222 08:00:03.567"></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="20181222 08:00:04.024" level="INFO">[?1l&gt;[?2004l     260    260
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:04.024" level="INFO">${output} = [?1l&gt;[?2004l     260    260
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:04.024" starttime="20181222 08:00:03.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="20181222 08:00:04.071" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:04.071" starttime="20181222 08:00:04.024"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:04.074" starttime="20181222 08:00:04.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:04.074" level="INFO">[?1l&gt;[?2004l     260    260
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:04.074" starttime="20181222 08:00:04.074"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:04.075" starttime="20181222 08:00:03.312"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:04.075" starttime="20181222 08:00:03.304"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<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.15</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="20181222 08:00:04.084" starttime="20181222 08:00:04.083"></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="20181222 08:00:04.084" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:04.292" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:04.293" starttime="20181222 08:00:04.084"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:04.375" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:00:04.375" starttime="20181222 08:00:04.293"></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="20181222 08:00:04.955" level="INFO">[?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:04.955" level="INFO">${output} = [?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:04.956" starttime="20181222 08:00:04.376"></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="20181222 08:00:05.002" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:05.003" starttime="20181222 08:00:04.956"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:05.005" starttime="20181222 08:00:05.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:05.006" level="INFO">[?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:05.006" starttime="20181222 08:00:05.005"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.006" starttime="20181222 08:00:04.083"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.006" starttime="20181222 08:00:04.075"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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.15</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="20181222 08:00:05.018" starttime="20181222 08:00:05.017"></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="20181222 08:00:05.019" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:05.225" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:05.225" starttime="20181222 08:00:05.018"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:05.299" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:00:05.299" starttime="20181222 08:00:05.226"></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="20181222 08:00:05.682" level="INFO">[?1l&gt;[?2004l     244    244
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:05.682" level="INFO">${output} = [?1l&gt;[?2004l     244    244
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:05.682" starttime="20181222 08:00:05.300"></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="20181222 08:00:05.726" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:05.726" starttime="20181222 08:00:05.682"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 08:00:05.726"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:05.728" level="INFO">[?1l&gt;[?2004l     244    244
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 08:00:05.728"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 08:00:05.016"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 08:00:05.006"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 08:00:03.304"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.728" starttime="20181222 07:57:31.062"></status>
</kw>
<doc>Test suite to verify packet flows between vm instances.</doc>
<status status="FAIL" endtime="20181222 08:00:05.728" starttime="20181222 07:50:28.726">Suite setup failed:
'[u'None', u'22.0.0.103', u'22.0.0.71']' contains 'None'</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="20181222 08:00:05.823" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181222 08:00:05.823" starttime="20181222 08:00:05.816"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.823" starttime="20181222 08:00:05.816"></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="20181222 08:00:05.831" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181222 08:00:05.831" starttime="20181222 08:00:05.825"></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="20181222 08:00:05.832" starttime="20181222 08:00:05.832"></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="20181222 08:00:05.832" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181222 08:00:05.832" starttime="20181222 08:00:05.832"></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="20181222 08:00:05.833" level="INFO">${cluster_size} = 3</msg>
<status status="PASS" endtime="20181222 08:00:05.833" starttime="20181222 08:00:05.833"></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="20181222 08:00:05.834" starttime="20181222 08:00:05.833"></status>
</kw>
<msg timestamp="20181222 08:00:05.834" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:05.834" level="INFO">${possibly_int_of_members} = 3</msg>
<status status="PASS" endtime="20181222 08:00:05.834" starttime="20181222 08:00:05.833"></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="20181222 08:00:05.834" level="INFO">${int_of_members} = 3</msg>
<status status="PASS" endtime="20181222 08:00:05.835" starttime="20181222 08:00:05.834"></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="20181222 08:00:05.836" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:05.836" starttime="20181222 08:00:05.835"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181222 08:00:05.836" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:05.836" starttime="20181222 08:00:05.836"></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="20181222 08:00:05.837" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181222 08:00:05.837" starttime="20181222 08:00:05.836"></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="20181222 08:00:05.838" starttime="20181222 08:00:05.838"></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="20181222 08:00:05.839" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:05.839" starttime="20181222 08:00:05.838"></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="20181222 08:00:05.839" starttime="20181222 08:00:05.839"></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="20181222 08:00:05.840" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181222 08:00:05.840" starttime="20181222 08:00:05.840"></status>
</kw>
<msg timestamp="20181222 08:00:05.840" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181222 08:00:05.840" starttime="20181222 08:00:05.839"></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="20181222 08:00:05.841" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.15:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6aca0bd50&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 08:00:05.842" starttime="20181222 08:00:05.841"></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="20181222 08:00:05.842" starttime="20181222 08:00:05.842"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.842" starttime="20181222 08:00:05.837"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.842" starttime="20181222 08:00:05.837"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 08:00:05.845" starttime="20181222 08:00:05.843"></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="20181222 08:00:05.846" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:05.846" starttime="20181222 08:00:05.845"></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="20181222 08:00:05.846" starttime="20181222 08:00:05.846"></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="20181222 08:00:05.847" level="INFO">${session} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181222 08:00:05.847" starttime="20181222 08:00:05.847"></status>
</kw>
<msg timestamp="20181222 08:00:05.847" level="INFO">${session_alias} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181222 08:00:05.847" starttime="20181222 08:00:05.846"></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="20181222 08:00:05.848" level="INFO">Creating Session using : alias=ClusterManagement__session_2, url=http://192.0.2.23:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac6f5250&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 08:00:05.848" starttime="20181222 08:00:05.847"></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="20181222 08:00:05.848" starttime="20181222 08:00:05.848"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.849" starttime="20181222 08:00:05.842"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.849" starttime="20181222 08:00:05.842"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 08:00:05.850" starttime="20181222 08:00:05.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="20181222 08:00:05.850" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:05.850" starttime="20181222 08:00:05.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="20181222 08:00:05.851" starttime="20181222 08:00:05.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="20181222 08:00:05.851" level="INFO">${session} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181222 08:00:05.852" starttime="20181222 08:00:05.851"></status>
</kw>
<msg timestamp="20181222 08:00:05.852" level="INFO">${session_alias} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181222 08:00:05.852" starttime="20181222 08:00:05.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="20181222 08:00:05.852" level="INFO">Creating Session using : alias=ClusterManagement__session_3, url=http://192.0.2.46:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6abf64790&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 08:00:05.853" starttime="20181222 08:00:05.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="20181222 08:00:05.853" starttime="20181222 08:00:05.853"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.853" starttime="20181222 08:00:05.849"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.853" starttime="20181222 08:00:05.849"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.853" starttime="20181222 08:00:05.837"></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="20181222 08:00:05.854" level="INFO">${ClusterManagement__member_index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:05.854" starttime="20181222 08:00:05.853"></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="20181222 08:00:05.854" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.15', 2: u'192.0.2.23', 3: u'192.0.2.46'}</msg>
<status status="PASS" endtime="20181222 08:00:05.854" starttime="20181222 08:00:05.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="20181222 08:00:05.855" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1', u'ClusterManagement__session_2', u'ClusterManagement__session_3']</msg>
<status status="PASS" endtime="20181222 08:00:05.855" starttime="20181222 08:00:05.855"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.855" starttime="20181222 08:00:05.835"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:05.855" starttime="20181222 08:00:05.824"></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="20181222 08:00:05.857" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:05.857" starttime="20181222 08:00:05.856"></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="20181222 08:00:05.857" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:05.857" starttime="20181222 08:00:05.857"></status>
</kw>
<msg timestamp="20181222 08:00:05.858" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:05.858" starttime="20181222 08:00:05.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="20181222 08:00:05.895" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:05.895" starttime="20181222 08:00:05.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="20181222 08:00:05.896" 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="20181222 08:00:05.896" 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="20181222 08:00:05.896" starttime="20181222 08:00:05.896"></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="20181222 08:00:05.899" starttime="20181222 08:00:05.899"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:00:05.899" 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="20181222 08:00:05.899" 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="20181222 08:00:05.900" starttime="20181222 08:00:05.899"></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="20181222 08:00:05.900" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.15" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:00:05.900" starttime="20181222 08:00:05.900"></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="20181222 08:00:05.901" level="INFO">${conn_id} = 4</msg>
<status status="PASS" endtime="20181222 08:00:05.901" starttime="20181222 08:00:05.900"></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="20181222 08:00:05.902" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:05.902" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:05.902" starttime="20181222 08:00:05.901"></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="20181222 08:00:05.902" starttime="20181222 08:00:05.902"></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="20181222 08:00:05.903" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:06.307" level="INFO">Read output: Last login: Sat Dec 22 07:57:41 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:06.308" starttime="20181222 08:00:05.903"></status>
</kw>
<msg timestamp="20181222 08:00:06.308" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:06.308" starttime="20181222 08:00:05.902"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.308" starttime="20181222 08:00:05.901"></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="20181222 08:00:06.309" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 08:00:06.364" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 08:00:06.364" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:06.364" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:06.364" starttime="20181222 08:00:06.309"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:06.397" starttime="20181222 08:00:06.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:06.398" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:06.399" starttime="20181222 08:00:06.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:06.400" starttime="20181222 08:00:06.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>"${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="20181222 08:00:06.401" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:06.402" starttime="20181222 08:00:06.401"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.402" starttime="20181222 08:00:06.400"></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="20181222 08:00:06.405" starttime="20181222 08:00:06.404"></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="20181222 08:00:06.405" starttime="20181222 08:00:06.405"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:06.406" starttime="20181222 08:00:06.406"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.406" starttime="20181222 08:00:06.403"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.407" starttime="20181222 08:00:05.898"></status>
</kw>
<msg timestamp="20181222 08:00:06.407" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:06.407" starttime="20181222 08:00:05.898"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.407" starttime="20181222 08:00:05.897"></status>
</kw>
<msg timestamp="20181222 08:00:06.407" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:06.407" starttime="20181222 08:00:05.896"></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="20181222 08:00:06.410" starttime="20181222 08:00:06.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="20181222 08:00:06.411" starttime="20181222 08:00:06.410"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:06.411" starttime="20181222 08:00:06.411"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.412" starttime="20181222 08:00:06.408"></status>
</kw>
<msg timestamp="20181222 08:00:06.412" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:06.412" starttime="20181222 08:00:05.895"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:06.413" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:06.413" starttime="20181222 08:00:06.412"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.413" starttime="20181222 08:00:05.858"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.413" starttime="20181222 08:00:05.858"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 08:00:06.415" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:06.416" starttime="20181222 08:00:06.415"></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="20181222 08:00:06.418" 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="20181222 08:00:06.418" 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="20181222 08:00:06.418" starttime="20181222 08:00:06.417"></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="20181222 08:00:06.424" starttime="20181222 08:00:06.423"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:00:06.424" 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="20181222 08:00:06.425" 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="20181222 08:00:06.425" starttime="20181222 08:00:06.424"></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="20181222 08:00:06.426" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.23" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:00:06.426" starttime="20181222 08:00:06.425"></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="20181222 08:00:06.427" level="INFO">${conn_id} = 7</msg>
<status status="PASS" endtime="20181222 08:00:06.427" starttime="20181222 08:00:06.426"></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="20181222 08:00:06.429" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:06.429" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:06.429" starttime="20181222 08:00:06.428"></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="20181222 08:00:06.430" starttime="20181222 08:00:06.429"></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="20181222 08:00:06.431" level="INFO">Logging into '192.0.2.23:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:06.933" level="INFO">Read output: Last login: Sat Dec 22 07:57:41 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:06.933" starttime="20181222 08:00:06.431"></status>
</kw>
<msg timestamp="20181222 08:00:06.933" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:06.933" starttime="20181222 08:00:06.430"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:06.933" starttime="20181222 08:00:06.427"></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="20181222 08:00:06.934" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 08:00:06.968" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 08:00:06.968" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:06.968" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:06.968" starttime="20181222 08:00:06.934"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.033" starttime="20181222 08:00:06.968"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:07.034" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:07.034" starttime="20181222 08:00:07.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:07.035" starttime="20181222 08:00:07.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>"${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="20181222 08:00:07.036" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.036" starttime="20181222 08:00:07.035"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.036" starttime="20181222 08:00:07.035"></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="20181222 08:00:07.038" starttime="20181222 08:00:07.037"></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="20181222 08:00:07.038" starttime="20181222 08:00:07.038"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:07.038"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:07.036"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:06.421"></status>
</kw>
<msg timestamp="20181222 08:00:07.039" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:06.420"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:06.419"></status>
</kw>
<msg timestamp="20181222 08:00:07.039" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.039" starttime="20181222 08:00:06.418"></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="20181222 08:00:07.041" starttime="20181222 08:00:07.041"></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="20181222 08:00:07.041" starttime="20181222 08:00:07.041"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.042" starttime="20181222 08:00:07.042"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.042" starttime="20181222 08:00:07.040"></status>
</kw>
<msg timestamp="20181222 08:00:07.043" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:07.043" starttime="20181222 08:00:06.416"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:07.043" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:07.043" starttime="20181222 08:00:07.043"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.044" starttime="20181222 08:00:06.414"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.044" starttime="20181222 08:00:06.413"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 08:00:07.045" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:07.045" starttime="20181222 08:00:07.045"></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="20181222 08:00:07.046" 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="20181222 08:00:07.047" 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="20181222 08:00:07.047" starttime="20181222 08:00:07.046"></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="20181222 08:00:07.050" starttime="20181222 08:00:07.050"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:00:07.051" 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="20181222 08:00:07.051" 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="20181222 08:00:07.051" starttime="20181222 08:00:07.051"></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="20181222 08:00:07.052" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.46" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:00:07.052" starttime="20181222 08:00:07.051"></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="20181222 08:00:07.053" level="INFO">${conn_id} = 10</msg>
<status status="PASS" endtime="20181222 08:00:07.053" starttime="20181222 08:00:07.052"></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="20181222 08:00:07.054" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:07.054" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:07.054" starttime="20181222 08:00:07.054"></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="20181222 08:00:07.055" starttime="20181222 08:00:07.054"></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="20181222 08:00:07.056" level="INFO">Logging into '192.0.2.46:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:07.503" level="INFO">Read output: Last login: Sat Dec 22 07:57:42 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:07.503" starttime="20181222 08:00:07.055"></status>
</kw>
<msg timestamp="20181222 08:00:07.504" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.504" starttime="20181222 08:00:07.055"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.504" starttime="20181222 08:00:07.053"></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="20181222 08:00:07.505" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181222 08:00:07.541" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181222 08:00:07.541" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:00:07.541" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:07.541" starttime="20181222 08:00:07.504"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.606" starttime="20181222 08:00:07.542"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:07.607" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181222 08:00:07.607" starttime="20181222 08:00:07.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:07.608" starttime="20181222 08:00:07.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>"${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="20181222 08:00:07.609" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.609" starttime="20181222 08:00:07.608"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.609" starttime="20181222 08:00:07.608"></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="20181222 08:00:07.610" starttime="20181222 08:00:07.610"></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="20181222 08:00:07.611" starttime="20181222 08:00:07.610"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.611" starttime="20181222 08:00:07.611"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.611" starttime="20181222 08:00:07.609"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.611" starttime="20181222 08:00:07.049"></status>
</kw>
<msg timestamp="20181222 08:00:07.611" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.612" starttime="20181222 08:00:07.049"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.612" starttime="20181222 08:00:07.048"></status>
</kw>
<msg timestamp="20181222 08:00:07.612" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:07.612" starttime="20181222 08:00:07.047"></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="20181222 08:00:07.613" starttime="20181222 08:00:07.613"></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="20181222 08:00:07.614" starttime="20181222 08:00:07.613"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.614" starttime="20181222 08:00:07.614"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.614" starttime="20181222 08:00:07.612"></status>
</kw>
<msg timestamp="20181222 08:00:07.614" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:07.614" starttime="20181222 08:00:07.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:07.615" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:07.615" starttime="20181222 08:00:07.615"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.615" starttime="20181222 08:00:07.044"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.615" starttime="20181222 08:00:07.044"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.615" starttime="20181222 08:00:05.858"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.615" starttime="20181222 08:00:05.855"></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="20181222 08:00:07.615" starttime="20181222 08:00:07.615"></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="20181222 08:00:07.641" 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="20181222 08:00:07.641" 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="20181222 08:00:07.641" starttime="20181222 08:00:07.641"></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="20181222 08:00:07.642" level="INFO">{}</msg>
<status status="PASS" endtime="20181222 08:00:07.642" starttime="20181222 08:00:07.641"></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="20181222 08:00:07.642" level="INFO">1</msg>
<status status="PASS" endtime="20181222 08:00:07.642" starttime="20181222 08:00:07.642"></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="20181222 08:00:07.643" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181222 08:00:07.643" starttime="20181222 08:00:07.643"></status>
</kw>
<msg timestamp="20181222 08:00:07.643" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 08:00:07.643" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181222 08:00:07.644" starttime="20181222 08:00:07.642"></status>
</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="20181222 08:00:07.644" starttime="20181222 08:00:07.644"></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="20181222 08:00:07.645" level="INFO">${ip_address} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:07.645" starttime="20181222 08:00:07.645"></status>
</kw>
<msg timestamp="20181222 08:00:07.645" level="INFO">${odl_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:07.645" starttime="20181222 08:00:07.644"></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="20181222 08:00:07.646" starttime="20181222 08:00:07.646"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 08:00:07.646" level="INFO">index=13
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.15
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181222 08:00:07.647" level="INFO">${karaf_connection_object} = index=13
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.15
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 08:00:07.647" starttime="20181222 08:00:07.646"></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="20181222 08:00:07.647" starttime="20181222 08:00:07.647"></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="20181222 08:00:07.648" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:07.888" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:07.888" starttime="20181222 08:00:07.648"></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="20181222 08:00:07.890" starttime="20181222 08:00:07.890"></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="20181222 08:00:07.891" starttime="20181222 08:00:07.891"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:07.891" starttime="20181222 08:00:07.891"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.891" starttime="20181222 08:00:07.889"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.891" starttime="20181222 08:00:07.640"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.892" starttime="20181222 08:00:07.616"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.892" starttime="20181222 08:00:07.616"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:07.892" starttime="20181222 08:00:07.616"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 08:00:07.928" 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="20181222 08:00:07.928" 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="20181222 08:00:07.928" starttime="20181222 08:00:07.928"></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="20181222 08:00:07.929" level="INFO">{1: 13}</msg>
<status status="PASS" endtime="20181222 08:00:07.929" starttime="20181222 08:00:07.929"></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="20181222 08:00:07.930" level="INFO">2</msg>
<status status="PASS" endtime="20181222 08:00:07.930" starttime="20181222 08:00:07.929"></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="20181222 08:00:07.931" level="FAIL">Dictionary does not contain key '2'.</msg>
<status status="FAIL" endtime="20181222 08:00:07.931" starttime="20181222 08:00:07.930"></status>
</kw>
<msg timestamp="20181222 08:00:07.931" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 08:00:07.931" level="INFO">${old_connection_index} = Dictionary does not contain key '2'.</msg>
<status status="PASS" endtime="20181222 08:00:07.931" starttime="20181222 08:00:07.930"></status>
</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="20181222 08:00:07.932" starttime="20181222 08:00:07.931"></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="20181222 08:00:07.933" level="INFO">${ip_address} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:07.933" starttime="20181222 08:00:07.932"></status>
</kw>
<msg timestamp="20181222 08:00:07.933" level="INFO">${odl_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:07.933" starttime="20181222 08:00:07.932"></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="20181222 08:00:07.934" starttime="20181222 08:00:07.933"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 08:00:07.934" level="INFO">index=15
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.23
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181222 08:00:07.934" level="INFO">${karaf_connection_object} = index=15
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.23
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 08:00:07.934" starttime="20181222 08:00:07.934"></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="20181222 08:00:07.935" starttime="20181222 08:00:07.934"></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="20181222 08:00:07.935" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:08.094" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:08.094" starttime="20181222 08:00:07.935"></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="20181222 08:00:08.096" starttime="20181222 08:00:08.096"></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="20181222 08:00:08.097" starttime="20181222 08:00:08.096"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:08.097"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:08.095"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:07.926"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:07.892"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:07.892"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.097" starttime="20181222 08:00:07.892"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 08:00:08.122" 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="20181222 08:00:08.122" 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="20181222 08:00:08.122" starttime="20181222 08:00:08.122"></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="20181222 08:00:08.123" level="INFO">{1: 13, 2: 15}</msg>
<status status="PASS" endtime="20181222 08:00:08.123" starttime="20181222 08:00:08.123"></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="20181222 08:00:08.124" level="INFO">3</msg>
<status status="PASS" endtime="20181222 08:00:08.124" starttime="20181222 08:00:08.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>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="20181222 08:00:08.125" level="FAIL">Dictionary does not contain key '3'.</msg>
<status status="FAIL" endtime="20181222 08:00:08.125" starttime="20181222 08:00:08.124"></status>
</kw>
<msg timestamp="20181222 08:00:08.125" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 08:00:08.125" level="INFO">${old_connection_index} = Dictionary does not contain key '3'.</msg>
<status status="PASS" endtime="20181222 08:00:08.125" starttime="20181222 08:00:08.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>'${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="20181222 08:00:08.126" starttime="20181222 08:00:08.125"></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="20181222 08:00:08.127" level="INFO">${ip_address} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:08.127" starttime="20181222 08:00:08.126"></status>
</kw>
<msg timestamp="20181222 08:00:08.127" level="INFO">${odl_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:08.127" starttime="20181222 08:00:08.126"></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="20181222 08:00:08.128" starttime="20181222 08:00:08.127"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181222 08:00:08.128" level="INFO">index=17
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.46
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181222 08:00:08.128" level="INFO">${karaf_connection_object} = index=17
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.46
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181222 08:00:08.128" starttime="20181222 08:00:08.128"></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="20181222 08:00:08.130" starttime="20181222 08:00:08.129"></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="20181222 08:00:08.131" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:08.350" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:08.350" starttime="20181222 08:00:08.130"></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="20181222 08:00:08.352" starttime="20181222 08:00:08.352"></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="20181222 08:00:08.352" starttime="20181222 08:00:08.352"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.353"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.351"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.121"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.098"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.098"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:08.097"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.353" starttime="20181222 08:00:07.616"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.354" starttime="20181222 08:00:05.824"></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="20181222 08:00:08.363" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.363" starttime="20181222 08:00:08.363"></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="20181222 08:00:08.364" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.364" starttime="20181222 08:00:08.363"></status>
</kw>
<msg timestamp="20181222 08:00:08.364" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.364" starttime="20181222 08:00:08.362"></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="20181222 08:00:08.373" level="INFO">${karaf_connection_index} = 13</msg>
<status status="PASS" endtime="20181222 08:00:08.373" starttime="20181222 08:00:08.373"></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="20181222 08:00:08.374" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 08:00:08.374" starttime="20181222 08:00:08.374"></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="20181222 08:00:08.443" 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="20181222 08:00:08.444" starttime="20181222 08:00:08.374"></status>
</kw>
<msg timestamp="20181222 08:00:08.444" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 08:00:08.444" 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="20181222 08:00:08.444" starttime="20181222 08:00:08.374"></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="20181222 08:00:08.491" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.491" starttime="20181222 08:00:08.445"></status>
</kw>
<msg timestamp="20181222 08:00:08.491" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 08:00:08.491" 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="20181222 08:00:08.491" starttime="20181222 08:00:08.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>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:08.492" starttime="20181222 08:00:08.491"></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="20181222 08:00:08.492" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.492" starttime="20181222 08:00:08.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:08.493" starttime="20181222 08:00:08.493"></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="20181222 08:00:08.494" starttime="20181222 08:00:08.494"></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="20181222 08:00:08.495" starttime="20181222 08:00:08.494"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:08.495" starttime="20181222 08:00:08.495"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.495" starttime="20181222 08:00:08.493"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.495" starttime="20181222 08:00:08.373"></status>
</kw>
<msg timestamp="20181222 08:00:08.495" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.495" 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="20181222 08:00:08.495" starttime="20181222 08:00:08.372"></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="20181222 08:00:08.496" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:08.496" starttime="20181222 08:00:08.496"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.496" starttime="20181222 08:00:08.372"></status>
</kw>
<msg timestamp="20181222 08:00:08.496" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.496" 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="20181222 08:00:08.496" starttime="20181222 08:00:08.364"></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="20181222 08:00:08.497" starttime="20181222 08:00:08.497"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.497" starttime="20181222 08:00:08.364"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 08:00:08.507" level="INFO">${karaf_connection_index} = 15</msg>
<status status="PASS" endtime="20181222 08:00:08.507" starttime="20181222 08:00:08.507"></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="20181222 08:00:08.507" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 08:00:08.507" starttime="20181222 08:00:08.507"></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="20181222 08:00:08.585" 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="20181222 08:00:08.585" starttime="20181222 08:00:08.508"></status>
</kw>
<msg timestamp="20181222 08:00:08.586" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 08:00:08.586" 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="20181222 08:00:08.586" starttime="20181222 08:00:08.508"></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="20181222 08:00:08.636" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.637" starttime="20181222 08:00:08.588"></status>
</kw>
<msg timestamp="20181222 08:00:08.637" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 08:00:08.637" 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="20181222 08:00:08.637" starttime="20181222 08:00:08.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_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:08.638" starttime="20181222 08:00:08.638"></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="20181222 08:00:08.639" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.639" starttime="20181222 08:00:08.638"></status>
</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="20181222 08:00:08.640" starttime="20181222 08:00:08.639"></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="20181222 08:00:08.641" starttime="20181222 08:00:08.641"></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="20181222 08:00:08.642" starttime="20181222 08:00:08.642"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:08.643" starttime="20181222 08:00:08.642"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.643" starttime="20181222 08:00:08.640"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.643" starttime="20181222 08:00:08.506"></status>
</kw>
<msg timestamp="20181222 08:00:08.643" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.643" 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="20181222 08:00:08.643" starttime="20181222 08:00:08.506"></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="20181222 08:00:08.644" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:08.644" starttime="20181222 08:00:08.644"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.644" starttime="20181222 08:00:08.505"></status>
</kw>
<msg timestamp="20181222 08:00:08.645" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.645" 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="20181222 08:00:08.645" starttime="20181222 08:00:08.497"></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="20181222 08:00:08.645" starttime="20181222 08:00:08.645"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.645" starttime="20181222 08:00:08.497"></status>
</kw>
<kw type="foritem" name="${index} = 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>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="20181222 08:00:08.659" level="INFO">${karaf_connection_index} = 17</msg>
<status status="PASS" endtime="20181222 08:00:08.659" starttime="20181222 08:00:08.658"></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="20181222 08:00:08.659" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181222 08:00:08.659" starttime="20181222 08:00:08.659"></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="20181222 08:00:08.730" 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="20181222 08:00:08.730" starttime="20181222 08:00:08.660"></status>
</kw>
<msg timestamp="20181222 08:00:08.730" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181222 08:00:08.730" 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="20181222 08:00:08.730" starttime="20181222 08:00:08.660"></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="20181222 08:00:08.776" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.776" starttime="20181222 08:00:08.732"></status>
</kw>
<msg timestamp="20181222 08:00:08.777" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181222 08:00:08.777" 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="20181222 08:00:08.777" starttime="20181222 08:00:08.731"></status>
</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="20181222 08:00:08.778" starttime="20181222 08:00:08.777"></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="20181222 08:00:08.778" 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=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:08.779" starttime="20181222 08:00:08.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:08.779" starttime="20181222 08:00:08.779"></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="20181222 08:00:08.780" starttime="20181222 08:00:08.780"></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="20181222 08:00:08.781" starttime="20181222 08:00:08.781"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:08.781" starttime="20181222 08:00:08.781"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.781" starttime="20181222 08:00:08.780"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.782" starttime="20181222 08:00:08.658"></status>
</kw>
<msg timestamp="20181222 08:00:08.782" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.782" 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="20181222 08:00:08.782" starttime="20181222 08:00:08.657"></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="20181222 08:00:08.782" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:08.782" starttime="20181222 08:00:08.782"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.783" starttime="20181222 08:00:08.657"></status>
</kw>
<msg timestamp="20181222 08:00:08.783" level="INFO">${status} = PASS</msg>
<msg timestamp="20181222 08:00:08.783" 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="20181222 08:00:08.783" starttime="20181222 08:00:08.646"></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="20181222 08:00:08.783" starttime="20181222 08:00:08.783"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.783" starttime="20181222 08:00:08.645"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.783" starttime="20181222 08:00:08.364"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.784" starttime="20181222 08:00:08.362"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.784" starttime="20181222 08:00:08.354"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.784" starttime="20181222 08:00:08.354"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:08.784" starttime="20181222 08:00:05.815"></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="20181222 08:00:08.784" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181222 08:00:08.784" starttime="20181222 08:00:08.784"></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="20181222 08:00:08.787" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.787" starttime="20181222 08:00:08.787"></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="20181222 08:00:08.787" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.788" starttime="20181222 08:00:08.787"></status>
</kw>
<msg timestamp="20181222 08:00:08.788" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:08.788" starttime="20181222 08:00:08.786"></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="20181222 08:00:08.789" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:08.789" starttime="20181222 08:00:08.788"></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="20181222 08:00:08.793" 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="20181222 08:00:08.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="20181222 08:00:08.793" starttime="20181222 08:00:08.791"></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.15</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="20181222 08:00:08.801" starttime="20181222 08:00:08.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="20181222 08:00:08.802" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:09.010" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:09.010" starttime="20181222 08:00:08.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="20181222 08:00:09.074" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 08:00:09.075" starttime="20181222 08:00:09.010"></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="20181222 08:00:09.077" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:09.077" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.077" starttime="20181222 08:00:09.075"></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="20181222 08:00:09.121" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:09.121" starttime="20181222 08:00:09.077"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.123" starttime="20181222 08:00:09.122"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:09.124" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.124" starttime="20181222 08:00:09.124"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.124" starttime="20181222 08:00:08.800"></status>
</kw>
<msg timestamp="20181222 08:00:09.124" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.124" starttime="20181222 08:00:08.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="20181222 08:00:09.126" starttime="20181222 08:00:09.126"></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="20181222 08:00:09.126" starttime="20181222 08:00:09.126"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:09.126"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:09.125"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:08.790"></status>
</kw>
<msg timestamp="20181222 08:00:09.127" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:08.789"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:08.789"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.127" starttime="20181222 08:00:08.788"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 08:00:09.128" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:09.128" starttime="20181222 08:00:09.128"></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="20181222 08:00:09.132" 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="20181222 08:00:09.132" 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="20181222 08:00:09.132" starttime="20181222 08:00:09.131"></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.15</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="20181222 08:00:09.142" starttime="20181222 08:00:09.142"></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="20181222 08:00:09.143" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:09.384" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:09.384" starttime="20181222 08:00:09.143"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:09.446" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 08:00:09.446" starttime="20181222 08:00:09.384"></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="20181222 08:00:09.448" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:09.449" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.449" starttime="20181222 08:00:09.447"></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="20181222 08:00:09.523" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:09.524" starttime="20181222 08:00:09.449"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.526" starttime="20181222 08:00:09.524"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:09.526" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.526" starttime="20181222 08:00:09.526"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.526" starttime="20181222 08:00:09.141"></status>
</kw>
<msg timestamp="20181222 08:00:09.526" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.526" starttime="20181222 08:00:09.132"></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="20181222 08:00:09.528" starttime="20181222 08:00:09.528"></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="20181222 08:00:09.528" starttime="20181222 08:00:09.528"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.529"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.527"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.129"></status>
</kw>
<msg timestamp="20181222 08:00:09.529" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.129"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.128"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.529" starttime="20181222 08:00:09.127"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 08:00:09.530" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:09.530" starttime="20181222 08:00:09.530"></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="20181222 08:00:09.532" 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="20181222 08:00:09.532" 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="20181222 08:00:09.532" starttime="20181222 08:00:09.532"></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.15</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="20181222 08:00:09.541" starttime="20181222 08:00:09.541"></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="20181222 08:00:09.542" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:09.739" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:09.740" starttime="20181222 08:00:09.541"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:09.808" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181222 08:00:09.808" starttime="20181222 08:00:09.742"></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="20181222 08:00:09.810" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:09.811" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.811" starttime="20181222 08:00:09.809"></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="20181222 08:00:09.855" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:09.856" starttime="20181222 08:00:09.811"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.858" starttime="20181222 08:00:09.856"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:09.858" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:09.858" starttime="20181222 08:00:09.858"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.859" starttime="20181222 08:00:09.540"></status>
</kw>
<msg timestamp="20181222 08:00:09.859" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.859" starttime="20181222 08:00:09.533"></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="20181222 08:00:09.861" starttime="20181222 08:00:09.861"></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="20181222 08:00:09.862" starttime="20181222 08:00:09.861"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:09.862" starttime="20181222 08:00:09.862"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.862" starttime="20181222 08:00:09.860"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:09.531"></status>
</kw>
<msg timestamp="20181222 08:00:09.863" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:09.531"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:09.530"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:09.529"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:08.788"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:08.785"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:09.863" starttime="20181222 08:00:08.785"></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="20181222 08:00:09.866" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:09.866" starttime="20181222 08:00:09.865"></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="20181222 08:00:09.866" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:09.866" starttime="20181222 08:00:09.866"></status>
</kw>
<msg timestamp="20181222 08:00:09.867" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181222 08:00:09.867" starttime="20181222 08:00:09.865"></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="20181222 08:00:09.867" level="INFO">${member_ip} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:09.867" starttime="20181222 08:00:09.867"></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="20181222 08:00:09.870" 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="20181222 08:00:09.870" 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="20181222 08:00:09.871" starttime="20181222 08:00:09.870"></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.15</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="20181222 08:00:09.879" starttime="20181222 08:00:09.879"></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="20181222 08:00:09.880" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:10.083" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:10.084" starttime="20181222 08:00:09.879"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.148" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 08:00:10.149" starttime="20181222 08:00:10.084"></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="20181222 08:00:10.152" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:10.152" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.152" starttime="20181222 08:00:10.149"></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="20181222 08:00:10.197" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:10.197" starttime="20181222 08:00:10.152"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.199" starttime="20181222 08:00:10.198"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.200" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.200" starttime="20181222 08:00:10.199"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.200" starttime="20181222 08:00:09.878"></status>
</kw>
<msg timestamp="20181222 08:00:10.200" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.200" starttime="20181222 08:00:09.871"></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="20181222 08:00:10.202" starttime="20181222 08:00:10.201"></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="20181222 08:00:10.202" starttime="20181222 08:00:10.202"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.202" starttime="20181222 08:00:10.202"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.203" starttime="20181222 08:00:10.201"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.203" starttime="20181222 08:00:09.869"></status>
</kw>
<msg timestamp="20181222 08:00:10.203" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.203" starttime="20181222 08:00:09.868"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.203" starttime="20181222 08:00:09.868"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.203" starttime="20181222 08:00:09.867"></status>
</kw>
<kw type="foritem" name="${index} = 2">
<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="20181222 08:00:10.204" level="INFO">${member_ip} = 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:00:10.204" starttime="20181222 08:00:10.203"></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="20181222 08:00:10.206" 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="20181222 08:00:10.206" 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="20181222 08:00:10.206" starttime="20181222 08:00:10.206"></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.15</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="20181222 08:00:10.215" starttime="20181222 08:00:10.214"></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="20181222 08:00:10.215" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:10.405" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:10.405" starttime="20181222 08:00:10.215"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.439" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 08:00:10.439" starttime="20181222 08:00:10.406"></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="20181222 08:00:10.475" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:10.475" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.475" starttime="20181222 08:00:10.440"></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="20181222 08:00:10.522" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:10.522" starttime="20181222 08:00:10.476"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.524" starttime="20181222 08:00:10.522"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.525" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.525" starttime="20181222 08:00:10.524"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.525" starttime="20181222 08:00:10.214"></status>
</kw>
<msg timestamp="20181222 08:00:10.525" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.525" starttime="20181222 08:00:10.207"></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="20181222 08:00:10.527" starttime="20181222 08:00:10.526"></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="20181222 08:00:10.527" starttime="20181222 08:00:10.527"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.527" starttime="20181222 08:00:10.527"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.528" starttime="20181222 08:00:10.526"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.528" starttime="20181222 08:00:10.205"></status>
</kw>
<msg timestamp="20181222 08:00:10.528" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.528" starttime="20181222 08:00:10.205"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.528" starttime="20181222 08:00:10.204"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.528" starttime="20181222 08:00:10.203"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<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="20181222 08:00:10.529" level="INFO">${member_ip} = 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:00:10.529" starttime="20181222 08:00:10.528"></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="20181222 08:00:10.531" 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="20181222 08:00:10.531" 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="20181222 08:00:10.531" starttime="20181222 08:00:10.531"></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.15</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="20181222 08:00:10.540" starttime="20181222 08:00:10.539"></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="20181222 08:00:10.541" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:00:10.841" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:00:10.841" starttime="20181222 08:00:10.540"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.907" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181222 08:00:10.908" starttime="20181222 08:00:10.842"></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="20181222 08:00:10.912" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:00:10.912" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.912" starttime="20181222 08:00:10.908"></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="20181222 08:00:10.957" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:00:10.958" starttime="20181222 08:00:10.913"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.960" starttime="20181222 08:00:10.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:00:10.960" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:00:10.961" starttime="20181222 08:00:10.960"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.961" starttime="20181222 08:00:10.539"></status>
</kw>
<msg timestamp="20181222 08:00:10.961" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.961" starttime="20181222 08:00:10.531"></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="20181222 08:00:10.964" starttime="20181222 08:00:10.963"></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="20181222 08:00:10.964" starttime="20181222 08:00:10.964"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:00:10.965" starttime="20181222 08:00:10.965"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.965" starttime="20181222 08:00:10.962"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.965" starttime="20181222 08:00:10.530"></status>
</kw>
<msg timestamp="20181222 08:00:10.966" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:10.530"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:10.529"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:10.528"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:09.867"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:09.864"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:09.863"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.966" starttime="20181222 08:00:08.785"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:10.967" starttime="20181222 08:00:08.785"></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="20181222 08:00:10.968" starttime="20181222 08:00:10.968"></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="20181222 08:00:10.970" level="INFO">${OS_CNTL_IP} = 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:10.970" starttime="20181222 08:00:10.969"></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="20181222 08:00:10.972" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181222 08:00:10.972" starttime="20181222 08:00:10.971"></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="20181222 08:00:10.974" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:10.974" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:10.974" starttime="20181222 08:00:10.973"></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="20181222 08:00:10.974" starttime="20181222 08:00:10.974"></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="20181222 08:00:10.975" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:11.388" level="INFO">Read output: Last login: Sat Dec 22 08:00:06 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:11.389" starttime="20181222 08:00:10.975"></status>
</kw>
<msg timestamp="20181222 08:00:11.389" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:11.389" starttime="20181222 08:00:10.975"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:11.390" starttime="20181222 08:00:10.972"></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="20181222 08:00:11.392" level="INFO">${OS_CNTL_CONN_ID} = 34</msg>
<status status="PASS" endtime="20181222 08:00:11.392" starttime="20181222 08:00:11.390"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:11.392" starttime="20181222 08:00:10.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>"${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 Control And Two Compute Node Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the control node is different than the compute</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_COMPUTE_1_IP}</arg>
</arguments>
<msg timestamp="20181222 08:00:11.396" level="INFO">${OS_CMP1_IP} = 192.0.2.36</msg>
<status status="PASS" endtime="20181222 08:00:11.396" starttime="20181222 08:00:11.395"></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_COMPUTE_2_IP}</arg>
</arguments>
<msg timestamp="20181222 08:00:11.398" level="INFO">${OS_CMP2_IP} = 192.0.2.21</msg>
<status status="PASS" endtime="20181222 08:00:11.398" starttime="20181222 08:00:11.397"></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>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<msg timestamp="20181222 08:00:11.399" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.15 | 192.0.2.36 | 192.0.2.21 ]</msg>
<status status="PASS" endtime="20181222 08:00:11.400" starttime="20181222 08:00:11.398"></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_CMP1_IP}</arg>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<msg timestamp="20181222 08:00:11.401" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.36 | 192.0.2.21 ]</msg>
<status status="PASS" endtime="20181222 08:00:11.401" starttime="20181222 08:00:11.400"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CMP1_CONN_ID</arg>
<arg>${OS_COMPUTE_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>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181222 08:00:11.403" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181222 08:00:11.404" starttime="20181222 08:00:11.403"></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="20181222 08:00:11.405" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:11.406" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:11.406" starttime="20181222 08:00:11.405"></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="20181222 08:00:11.407" starttime="20181222 08:00:11.406"></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="20181222 08:00:11.408" level="INFO">Logging into '192.0.2.36:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:11.914" level="INFO">Read output: Last login: Sat Dec 22 07:51:45 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:11.914" starttime="20181222 08:00:11.407"></status>
</kw>
<msg timestamp="20181222 08:00:11.915" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:11.915" starttime="20181222 08:00:11.407"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:11.915" starttime="20181222 08:00:11.404"></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="20181222 08:00:11.916" level="INFO">${OS_CMP1_CONN_ID} = 35</msg>
<status status="PASS" endtime="20181222 08:00:11.916" starttime="20181222 08:00:11.915"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:11.916" starttime="20181222 08:00:11.402"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CMP2_CONN_ID</arg>
<arg>${OS_COMPUTE_2_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="20181222 08:00:11.918" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181222 08:00:11.918" starttime="20181222 08:00:11.918"></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="20181222 08:00:11.920" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:11.920" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:11.920" starttime="20181222 08:00:11.919"></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="20181222 08:00:11.921" starttime="20181222 08:00:11.921"></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="20181222 08:00:11.923" level="INFO">Logging into '192.0.2.21:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:12.339" level="INFO">Read output: Last login: Sat Dec 22 07:51:45 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:12.340" starttime="20181222 08:00:11.922"></status>
</kw>
<msg timestamp="20181222 08:00:12.340" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:12.340" starttime="20181222 08:00:11.922"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:12.340" starttime="20181222 08:00:11.919"></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="20181222 08:00:12.341" level="INFO">${OS_CMP2_CONN_ID} = 36</msg>
<status status="PASS" endtime="20181222 08:00:12.341" starttime="20181222 08:00:12.340"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:12.341" starttime="20181222 08:00:11.917"></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>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CMP2_CONN_ID}</arg>
</arguments>
<msg timestamp="20181222 08:00:12.346" level="INFO">@{OS_ALL_CONN_IDS} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181222 08:00:12.346" starttime="20181222 08:00:12.341"></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_CMP1_CONN_ID}</arg>
<arg>${OS_CMP2_CONN_ID}</arg>
</arguments>
<msg timestamp="20181222 08:00:12.349" level="INFO">@{OS_CMP_CONN_IDS} = [ 35 | 36 ]</msg>
<status status="PASS" endtime="20181222 08:00:12.349" starttime="20181222 08:00:12.346"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:12.350" starttime="20181222 08:00:11.394"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:12.350" starttime="20181222 08:00:11.393"></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="20181222 08:00:12.350" level="INFO">Length is 3</msg>
<msg timestamp="20181222 08:00:12.350" level="INFO">${OS_NODE_CNT} = 3</msg>
<status status="PASS" endtime="20181222 08:00:12.350" starttime="20181222 08:00:12.350"></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="20181222 08:00:12.351" level="INFO">${OS_NODE_CNT} = 3</msg>
<status status="PASS" endtime="20181222 08:00:12.351" starttime="20181222 08:00:12.351"></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="20181222 08:00:12.360" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 08:00:12.380" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:14.829" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:14.830" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:14.830" starttime="20181222 08:00:12.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="20181222 08:00:14.831" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 08:00:14.831" starttime="20181222 08:00:14.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="20181222 08:00:14.832" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:14.832" starttime="20181222 08:00:14.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="20181222 08:00:14.833" starttime="20181222 08:00:14.832"></status>
</kw>
<msg timestamp="20181222 08:00:14.833" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 08:00:14.833" starttime="20181222 08:00:12.359"></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="20181222 08:00:14.843" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.15 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 08:00:14.880" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:17.136" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:17.137" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:17.137" starttime="20181222 08:00:14.842"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:17.138" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:17.138" starttime="20181222 08:00:17.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:17.138" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:17.138" starttime="20181222 08:00:17.138"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:17.139" starttime="20181222 08:00:17.138"></status>
</kw>
<msg timestamp="20181222 08:00:17.140" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181222 08:00:17.140" starttime="20181222 08:00:14.841"></status>
</kw>
<msg timestamp="20181222 08:00:17.140" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181222 08:00:17.140" starttime="20181222 08:00:12.352"></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="20181222 08:00:17.149" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 08:00:17.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:19.339" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:19.339" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:19.340" starttime="20181222 08:00:17.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="20181222 08:00:19.341" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 08:00:19.341" starttime="20181222 08:00:19.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="20181222 08:00:19.341" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:19.341" starttime="20181222 08:00:19.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="20181222 08:00:19.342" starttime="20181222 08:00:19.341"></status>
</kw>
<msg timestamp="20181222 08:00:19.342" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 08:00:19.342" starttime="20181222 08:00:17.148"></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="20181222 08:00:19.351" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.36 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 08:00:19.378" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:21.856" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:21.857" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:21.857" starttime="20181222 08:00:19.350"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:21.858" level="INFO">overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:21.859" starttime="20181222 08:00:21.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="20181222 08:00:21.860" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:21.860" starttime="20181222 08:00:21.859"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:21.861" starttime="20181222 08:00:21.861"></status>
</kw>
<msg timestamp="20181222 08:00:21.862" level="INFO">${hostname} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:21.862" starttime="20181222 08:00:19.350"></status>
</kw>
<msg timestamp="20181222 08:00:21.863" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:21.863" starttime="20181222 08:00:17.140"></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="20181222 08:00:21.880" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181222 08:00:21.913" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:24.647" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:24.648" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:24.648" starttime="20181222 08:00:21.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="20181222 08:00:24.649" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.36 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.21 | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181222 08:00:24.649" starttime="20181222 08:00:24.648"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:24.650" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:24.650" starttime="20181222 08:00:24.649"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:24.651" starttime="20181222 08:00:24.650"></status>
</kw>
<msg timestamp="20181222 08:00:24.651" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181222 08:00:24.651" starttime="20181222 08:00:21.879"></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="20181222 08:00:24.662" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.21 " | cut -d" " -f 2</msg>
<msg timestamp="20181222 08:00:24.689" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:27.173" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:27.174" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:27.174" starttime="20181222 08:00:24.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="20181222 08:00:27.175" level="INFO">overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:27.175" starttime="20181222 08:00:27.174"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:27.175" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:27.175" starttime="20181222 08:00:27.175"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:27.176" starttime="20181222 08:00:27.176"></status>
</kw>
<msg timestamp="20181222 08:00:27.176" level="INFO">${hostname} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:27.176" starttime="20181222 08:00:24.661"></status>
</kw>
<msg timestamp="20181222 08:00:27.177" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:27.177" starttime="20181222 08:00:21.863"></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="20181222 08:00:27.177" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181222 08:00:27.177" starttime="20181222 08:00:27.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>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181222 08:00:27.178" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:27.178" starttime="20181222 08:00:27.178"></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="20181222 08:00:27.178" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181222 08:00:27.178" starttime="20181222 08:00:27.178"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.179" starttime="20181222 08:00:12.351"></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="20181222 08:00:27.180" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.15 - OS_CONTROL_NODE_IP: 192.0.2.15
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.36 - OS_COMPUTE_1_IP: 192.0.2.36
OS_CMP2_HOSTNA...</msg>
<status status="PASS" endtime="20181222 08:00:27.180" starttime="20181222 08:00:27.179"></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="20181222 08:00:27.181" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.15 - OS_CONTROL_NODE_IP: 192.0.2.15
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.36 - OS_COMPUTE_1_IP: 192.0.2.36
OS_CMP2_HOSTNAME: overcloud-novacompute-0.opnfvlf.org - OS_CMP2_IP: 192.0.2.21 - OS_COMPUTE_2_IP: 192.0.2.21
OS_ALL_IPS: [u'192.0.2.15', u'192.0.2.36', u'192.0.2.21']
OS_CMP_IPS: [u'192.0.2.36', u'192.0.2.21']
OS_NODE_CNT: 3
OS_ALL_CONN_IDS: [34, 35, 36]
OS_CMP_CONN_IDS: [35, 36]</msg>
<status status="PASS" endtime="20181222 08:00:27.181" starttime="20181222 08:00:27.180"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.181" starttime="20181222 08:00:27.179"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.181" starttime="20181222 08:00:10.969"></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="20181222 08:00:27.181" level="INFO">Creating Session using : alias=session, url=http://192.0.2.15:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac664750&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 08:00:27.182" starttime="20181222 08:00:27.181"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.182" starttime="20181222 08:00:10.967"></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="20181222 08:00:27.183" level="INFO">${suite_} = CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:00:27.183" starttime="20181222 08:00:27.183"></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="20181222 08:00:27.184" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:00:27.184" starttime="20181222 08:00:27.184"></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="20181222 08:00:27.185" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:27.185" starttime="20181222 08:00:27.185"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.15">
<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="20181222 08:00:27.187" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:00:27.187" starttime="20181222 08:00:27.186"></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="20181222 08:00:27.189" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:00:27.189" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:00:27.189" starttime="20181222 08:00:27.189"></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="20181222 08:00:27.190" level="INFO">${conn_id} = 37</msg>
<status status="PASS" endtime="20181222 08:00:27.190" starttime="20181222 08:00:27.190"></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="20181222 08:00:27.191" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:27.192" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:27.192" starttime="20181222 08:00:27.191"></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="20181222 08:00:27.192" starttime="20181222 08:00:27.192"></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="20181222 08:00:27.193" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:27.569" level="INFO">Read output: Last login: Sat Dec 22 08:00:11 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:27.569" starttime="20181222 08:00:27.193"></status>
</kw>
<msg timestamp="20181222 08:00:27.569" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:27.569" starttime="20181222 08:00:27.192"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.569" starttime="20181222 08:00:27.191"></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="20181222 08:00:27.571" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap</msg>
<status status="PASS" endtime="20181222 08:00:27.571" starttime="20181222 08:00:27.570"></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="20181222 08:00:27.571" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap'.</msg>
<msg timestamp="20181222 08:00:27.577" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 08:00:27.577" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 08:00:27.577" starttime="20181222 08:00:27.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:27.578" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:27.578" starttime="20181222 08:00:27.577"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:27.578" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:27.578" starttime="20181222 08:00:27.578"></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="20181222 08:00:27.580" starttime="20181222 08:00:27.580"></status>
</kw>
<msg timestamp="20181222 08:00:27.580" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:27.581" starttime="20181222 08:00:27.580"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.581" starttime="20181222 08:00:27.579"></status>
</kw>
<msg timestamp="20181222 08:00:27.581" level="INFO">${conn_id} = 37</msg>
<status status="PASS" endtime="20181222 08:00:27.581" starttime="20181222 08:00:27.187"></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="20181222 08:00:27.582" starttime="20181222 08:00:27.581"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:27.582" starttime="20181222 08:00:27.186"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.36">
<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="20181222 08:00:27.582" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.36</msg>
<status status="PASS" endtime="20181222 08:00:27.582" starttime="20181222 08:00:27.582"></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="20181222 08:00:27.584" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:00:27.584" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:00:27.584" starttime="20181222 08:00:27.583"></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="20181222 08:00:27.588" level="INFO">${conn_id} = 38</msg>
<status status="PASS" endtime="20181222 08:00:27.588" starttime="20181222 08:00:27.584"></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="20181222 08:00:27.589" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:27.589" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:27.589" starttime="20181222 08:00:27.589"></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="20181222 08:00:27.590" starttime="20181222 08:00:27.589"></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="20181222 08:00:27.591" level="INFO">Logging into '192.0.2.36:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:28.080" level="INFO">Read output: Last login: Sat Dec 22 08:00:11 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:28.080" starttime="20181222 08:00:27.590"></status>
</kw>
<msg timestamp="20181222 08:00:28.081" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:28.081" starttime="20181222 08:00:27.590"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.081" starttime="20181222 08:00:27.588"></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="20181222 08:00:28.083" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap</msg>
<status status="PASS" endtime="20181222 08:00:28.083" starttime="20181222 08:00:28.082"></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="20181222 08:00:28.084" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap'.</msg>
<msg timestamp="20181222 08:00:28.089" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 08:00:28.089" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 08:00:28.090" starttime="20181222 08:00:28.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:28.090" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:28.091" starttime="20181222 08:00:28.090"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:28.091" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:28.091" starttime="20181222 08:00:28.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>
<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="20181222 08:00:28.095" starttime="20181222 08:00:28.094"></status>
</kw>
<msg timestamp="20181222 08:00:28.095" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:28.095" starttime="20181222 08:00:28.093"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.095" starttime="20181222 08:00:28.092"></status>
</kw>
<msg timestamp="20181222 08:00:28.096" level="INFO">${conn_id} = 38</msg>
<status status="PASS" endtime="20181222 08:00:28.096" starttime="20181222 08:00:27.583"></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="20181222 08:00:28.097" starttime="20181222 08:00:28.096"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.097" starttime="20181222 08:00:27.582"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.21">
<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="20181222 08:00:28.098" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.21</msg>
<status status="PASS" endtime="20181222 08:00:28.098" starttime="20181222 08:00:28.097"></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="20181222 08:00:28.100" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:00:28.101" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:00:28.101" starttime="20181222 08:00:28.100"></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="20181222 08:00:28.103" level="INFO">${conn_id} = 39</msg>
<status status="PASS" endtime="20181222 08:00:28.103" starttime="20181222 08:00:28.101"></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="20181222 08:00:28.104" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:00:28.105" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:00:28.105" starttime="20181222 08:00:28.104"></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="20181222 08:00:28.106" starttime="20181222 08:00:28.105"></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="20181222 08:00:28.107" level="INFO">Logging into '192.0.2.21:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:00:28.476" level="INFO">Read output: Last login: Sat Dec 22 08:00:12 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:00:28.477" starttime="20181222 08:00:28.107"></status>
</kw>
<msg timestamp="20181222 08:00:28.477" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:28.477" starttime="20181222 08:00:28.106"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.477" starttime="20181222 08:00:28.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>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181222 08:00:28.478" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap</msg>
<status status="PASS" endtime="20181222 08:00:28.479" starttime="20181222 08:00:28.478"></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="20181222 08:00:28.480" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap'.</msg>
<msg timestamp="20181222 08:00:28.484" level="INFO">${stdout} = None</msg>
<msg timestamp="20181222 08:00:28.484" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181222 08:00:28.484" starttime="20181222 08:00:28.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:28.485" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:28.485" starttime="20181222 08:00:28.485"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:28.486" level="INFO">None</msg>
<status status="PASS" endtime="20181222 08:00:28.486" starttime="20181222 08:00:28.485"></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="20181222 08:00:28.489" starttime="20181222 08:00:28.488"></status>
</kw>
<msg timestamp="20181222 08:00:28.489" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:00:28.489" starttime="20181222 08:00:28.487"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.489" starttime="20181222 08:00:28.486"></status>
</kw>
<msg timestamp="20181222 08:00:28.489" level="INFO">${conn_id} = 39</msg>
<status status="PASS" endtime="20181222 08:00:28.490" starttime="20181222 08:00:28.098"></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="20181222 08:00:28.490" starttime="20181222 08:00:28.490"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.490" starttime="20181222 08:00:28.097"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:28.490" starttime="20181222 08:00:27.186"></status>
</kw>
<msg timestamp="20181222 08:00:28.491" level="INFO">@{conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181222 08:00:28.491" starttime="20181222 08:00:27.184"></status>
</kw>
<msg timestamp="20181222 08:00:28.491" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181222 08:00:28.491" starttime="20181222 08:00:27.183"></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="20181222 08:00:28.492" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181222 08:00:28.492" starttime="20181222 08:00:28.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>"${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="20181222 08:00:28.495" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:28.495" starttime="20181222 08:00:28.494"></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="20181222 08:00:28.497" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181222 08:00:28.520" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:30.871" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:30.872" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:30.872" starttime="20181222 08:00:28.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="20181222 08:00:30.873" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:30.873" starttime="20181222 08:00:30.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="20181222 08:00:30.874" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:30.874" starttime="20181222 08:00:30.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="20181222 08:00:30.875" starttime="20181222 08:00:30.874"></status>
</kw>
<msg timestamp="20181222 08:00:30.875" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:00:30.875" starttime="20181222 08:00:28.495"></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="20181222 08:00:30.876" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:00:30.876" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:30.876" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:30.876" starttime="20181222 08:00:30.875"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:00:30.876" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:30.876" starttime="20181222 08:00:30.876"></status>
</kw>
<msg timestamp="20181222 08:00:30.877" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:30.877" starttime="20181222 08:00:28.494"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181222 08:00:30.877" starttime="20181222 08:00:30.877"></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="20181222 08:00:30.878" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:30.878" starttime="20181222 08:00:30.878"></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="20181222 08:00:30.879" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181222 08:00:30.902" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:34.335" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:34.336" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:34.336" starttime="20181222 08:00:30.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:34.337" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:34.337" starttime="20181222 08:00:34.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="20181222 08:00:34.338" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:34.338" starttime="20181222 08:00:34.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="20181222 08:00:34.339" starttime="20181222 08:00:34.338"></status>
</kw>
<msg timestamp="20181222 08:00:34.339" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:00:34.339" starttime="20181222 08:00:30.878"></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="20181222 08:00:34.340" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:00:34.340" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:34.340" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:34.340" starttime="20181222 08:00:34.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:00:34.341" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:34.341" starttime="20181222 08:00:34.340"></status>
</kw>
<msg timestamp="20181222 08:00:34.341" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:34.341" starttime="20181222 08:00:30.877"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181222 08:00:34.341" starttime="20181222 08:00:34.341"></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="20181222 08:00:34.343" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:34.343" starttime="20181222 08:00:34.342"></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="20181222 08:00:34.344" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181222 08:00:34.365" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:36.899" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:36.900" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:36.900" starttime="20181222 08:00:34.343"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:36.901" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:36.901" starttime="20181222 08:00:36.900"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:36.902" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:36.902" starttime="20181222 08:00:36.901"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:36.903" starttime="20181222 08:00:36.902"></status>
</kw>
<msg timestamp="20181222 08:00:36.903" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:00:36.903" starttime="20181222 08:00:34.343"></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="20181222 08:00:36.904" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:00:36.904" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:36.904" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:36.904" starttime="20181222 08:00:36.903"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:00:36.904" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:36.904" starttime="20181222 08:00:36.904"></status>
</kw>
<msg timestamp="20181222 08:00:36.905" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:36.905" starttime="20181222 08:00:34.342"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181222 08:00:36.905" starttime="20181222 08:00:36.905"></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="20181222 08:00:36.906" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:36.907" starttime="20181222 08:00:36.906"></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="20181222 08:00:36.909" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181222 08:00:36.943" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:39.436" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:39.436" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:39.437" starttime="20181222 08:00:36.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="20181222 08:00:39.438" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:39.438" starttime="20181222 08:00:39.437"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:39.438" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:39.439" starttime="20181222 08:00:39.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="20181222 08:00:39.439" starttime="20181222 08:00:39.439"></status>
</kw>
<msg timestamp="20181222 08:00:39.440" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:00:39.440" starttime="20181222 08:00:36.907"></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="20181222 08:00:39.440" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:00:39.441" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:39.441" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:39.441" starttime="20181222 08:00:39.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="20181222 08:00:39.441" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:39.441" starttime="20181222 08:00:39.441"></status>
</kw>
<msg timestamp="20181222 08:00:39.442" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:39.442" starttime="20181222 08:00:36.905"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181222 08:00:39.442" starttime="20181222 08:00:39.442"></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="20181222 08:00:39.443" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:39.443" starttime="20181222 08:00:39.443"></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="20181222 08:00:39.445" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181222 08:00:39.476" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:41.868" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:41.868" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:41.868" starttime="20181222 08:00:39.444"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:41.869" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:41.869" starttime="20181222 08:00:41.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:00:41.870" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:41.870" starttime="20181222 08:00:41.870"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:41.871" starttime="20181222 08:00:41.870"></status>
</kw>
<msg timestamp="20181222 08:00:41.871" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:00:41.871" starttime="20181222 08:00:39.444"></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="20181222 08:00:41.872" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:00:41.872" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:41.872" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:41.872" starttime="20181222 08:00:41.871"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:00:41.872" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:00:41.873" starttime="20181222 08:00:41.872"></status>
</kw>
<msg timestamp="20181222 08:00:41.873" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:41.873" starttime="20181222 08:00:39.442"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181222 08:00:41.873" starttime="20181222 08:00:41.873"></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="20181222 08:00:41.875" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:00:41.875" starttime="20181222 08:00:41.874"></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="20181222 08:00:41.876" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181222 08:00:41.895" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:44.229" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:44.230" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:44.230" starttime="20181222 08:00:41.875"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:44.232" level="INFO">[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181222 08:00:44.232" starttime="20181222 08:00:44.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="20181222 08:00:44.232" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:44.233" starttime="20181222 08:00:44.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="20181222 08:00:44.234" starttime="20181222 08:00:44.233"></status>
</kw>
<msg timestamp="20181222 08:00:44.234" level="INFO">${json} = [
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181222 08:00:44.234" starttime="20181222 08:00:41.875"></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="20181222 08:00:44.235" level="INFO">To JSON using : content=[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181222 08:00:44.236" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:00:44.236" level="INFO">@{list} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 08:00:44.236" starttime="20181222 08:00:44.235"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:00:44.237" level="INFO">[{u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}, {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}]</msg>
<status status="PASS" endtime="20181222 08:00:44.237" starttime="20181222 08:00:44.236"></status>
</kw>
<msg timestamp="20181222 08:00:44.238" level="INFO">@{security_groups} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 08:00:44.238" starttime="20181222 08:00:41.874"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}">
<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="20181222 08:00:44.240" starttime="20181222 08:00:44.239"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:44.240" starttime="20181222 08:00:44.238"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}">
<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="20181222 08:00:44.241" starttime="20181222 08:00:44.240"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:44.241" starttime="20181222 08:00:44.240"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:44.241" starttime="20181222 08:00:44.238"></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="20181222 08:00:44.242" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181222 08:00:44.242" starttime="20181222 08:00:44.242"></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="20181222 08:00:44.251" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181222 08:00:44.270" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:47.617" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:47.617" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:47.618" starttime="20181222 08:00:44.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="20181222 08:00:47.619" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:47.619" starttime="20181222 08:00:47.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="20181222 08:00:47.619" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:47.619" starttime="20181222 08:00:47.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="20181222 08:00:47.620" starttime="20181222 08:00:47.619"></status>
</kw>
<msg timestamp="20181222 08:00:47.620" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:47.620" starttime="20181222 08:00:44.250"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:47.620" starttime="20181222 08:00:44.242"></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="20181222 08:00:47.629" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181222 08:00:47.650" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:49.907" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:49.908" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:49.908" starttime="20181222 08:00:47.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="20181222 08:00:49.909" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:49.909" starttime="20181222 08:00:49.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="20181222 08:00:49.910" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:49.910" starttime="20181222 08:00:49.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="20181222 08:00:49.911" starttime="20181222 08:00:49.910"></status>
</kw>
<msg timestamp="20181222 08:00:49.911" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:49.911" starttime="20181222 08:00:47.628"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:49.911" starttime="20181222 08:00:47.620"></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="20181222 08:00:49.922" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181222 08:00:49.941" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:52.393" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:52.394" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:52.394" starttime="20181222 08:00:49.922"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:52.395" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:52.395" starttime="20181222 08:00:52.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="20181222 08:00:52.395" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:52.396" starttime="20181222 08:00:52.395"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:52.396" starttime="20181222 08:00:52.396"></status>
</kw>
<msg timestamp="20181222 08:00:52.397" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:52.397" starttime="20181222 08:00:49.921"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:52.397" starttime="20181222 08:00:49.911"></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="20181222 08:00:52.405" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181222 08:00:52.433" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:54.803" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:54.803" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:54.803" starttime="20181222 08:00:52.405"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:00:54.804" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:54.804" starttime="20181222 08:00:54.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="20181222 08:00:54.805" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:54.805" starttime="20181222 08:00:54.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="20181222 08:00:54.806" starttime="20181222 08:00:54.805"></status>
</kw>
<msg timestamp="20181222 08:00:54.806" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:00:54.806" starttime="20181222 08:00:52.404"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:54.806" starttime="20181222 08:00:52.397"></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="20181222 08:00:54.815" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181222 08:00:54.835" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:57.300" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:57.301" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:57.301" starttime="20181222 08:00:54.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="20181222 08:00:57.302" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 4a2f90af-d183-47be-9bb6-34a424df6ca6 | default | Default security group | 43d5250bf1cc4643bdce886e771097cb |
| 85374a30-1fb2-4159-9221-eeb3c09bd09d | default | Default security group | 2d1119acee4b4132b2e8b4b404322ee5 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181222 08:00:57.302" starttime="20181222 08:00:57.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="20181222 08:00:57.303" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:57.303" starttime="20181222 08:00:57.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="20181222 08:00:57.303" starttime="20181222 08:00:57.303"></status>
</kw>
<msg timestamp="20181222 08:00:57.304" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181222 08:00:57.304" starttime="20181222 08:00:54.814"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:57.304" starttime="20181222 08:00:54.806"></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="20181222 08:00:57.313" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181222 08:00:57.339" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:00:59.653" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:00:59.654" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:00:59.654" starttime="20181222 08:00:57.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="20181222 08:00:59.655" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 07f08b69-dea3-456b-993e-1dd2eac28834 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 08eb08bf-68ad-4d2a-a064-9f5f8376dd65 | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| 27717a38-3a11-4963-b299-3674f9bbebd8 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 4e56f9ce-ddbf-4155-a1af-7a7206b6d62f | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| a4737060-e6fb-4f26-b3fc-4106db5694b1 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| d0304e8a-7f0f-4514-8a12-45d41d77dfbe | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e25007ba-b679-4260-91ea-544bf1e68680 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e4f55e48-f31e-4732-be83-7f86cbeb1b6e | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 08:00:59.655" starttime="20181222 08:00:59.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="20181222 08:00:59.655" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:00:59.656" starttime="20181222 08:00:59.655"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:00:59.656" starttime="20181222 08:00:59.656"></status>
</kw>
<msg timestamp="20181222 08:00:59.656" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181222 08:00:59.657" starttime="20181222 08:00:57.312"></status>
</kw>
<status status="PASS" endtime="20181222 08:00:59.657" starttime="20181222 08:00:57.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="20181222 08:00:59.665" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181222 08:00:59.698" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:02.078" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:02.079" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:02.079" starttime="20181222 08:00:59.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="20181222 08:01:02.080" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:02.080" starttime="20181222 08:01:02.080"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:02.081" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:02.081" starttime="20181222 08:01:02.081"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:02.082" starttime="20181222 08:01:02.081"></status>
</kw>
<msg timestamp="20181222 08:01:02.082" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:02.082" starttime="20181222 08:00:59.664"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:02.082" starttime="20181222 08:00:59.657"></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="20181222 08:01:02.092" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181222 08:01:02.113" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:04.454" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:04.454" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:04.454" starttime="20181222 08:01:02.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="20181222 08:01:04.455" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:04.455" starttime="20181222 08:01:04.455"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.456" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:04.456" starttime="20181222 08:01:04.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="20181222 08:01:04.456" starttime="20181222 08:01:04.456"></status>
</kw>
<msg timestamp="20181222 08:01:04.457" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:01:02.090"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:01:02.082"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:00:44.242"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:00:44.241"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:00:28.493"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.457" starttime="20181222 08:00:28.493"></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} = 34">
<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="20181222 08:01:04.460" starttime="20181222 08:01:04.459"></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="20181222 08:01:04.460" 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="20181222 08:01:04.460" starttime="20181222 08:01:04.460"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.461" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.461" starttime="20181222 08:01:04.461"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.462" starttime="20181222 08:01:04.462"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.462" starttime="20181222 08:01:04.462"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.469" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.469" starttime="20181222 08:01:04.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="20181222 08:01:04.504" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.505" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.505" starttime="20181222 08:01:04.470"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.505" starttime="20181222 08:01:04.461"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.505" starttime="20181222 08:01:04.460"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.507" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.507" starttime="20181222 08:01:04.507"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.508" starttime="20181222 08:01:04.508"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.509" starttime="20181222 08:01:04.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="20181222 08:01:04.512" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.513" starttime="20181222 08:01:04.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="20181222 08:01:04.533" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.533" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.533" starttime="20181222 08:01:04.513"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.533" starttime="20181222 08:01:04.506"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.533" starttime="20181222 08:01:04.505"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.535" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.535" starttime="20181222 08:01:04.535"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.536" starttime="20181222 08:01:04.535"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.536" starttime="20181222 08:01: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>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.541" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.541" starttime="20181222 08:01:04.537"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.560" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.560" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.560" starttime="20181222 08:01:04.542"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.561" starttime="20181222 08:01:04.534"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.561" starttime="20181222 08:01:04.533"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.562" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.562" starttime="20181222 08:01:04.562"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.563" starttime="20181222 08:01:04.563"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.563" starttime="20181222 08:01:04.563"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.566" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.566" starttime="20181222 08:01:04.564"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.584" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.584" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.585" starttime="20181222 08:01:04.567"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.585" starttime="20181222 08:01:04.561"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.585" starttime="20181222 08:01:04.561"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.586" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.586" starttime="20181222 08:01:04.586"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.587" starttime="20181222 08:01:04.587"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.588" starttime="20181222 08:01:04.588"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.591" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.591" starttime="20181222 08:01:04.588"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.613" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.614" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.614" starttime="20181222 08:01:04.591"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.614" starttime="20181222 08:01:04.585"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.614" starttime="20181222 08:01:04.585"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.615" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.616" starttime="20181222 08:01:04.615"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.616" starttime="20181222 08:01:04.616"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.616" starttime="20181222 08:01:04.616"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.619" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.619" starttime="20181222 08:01:04.617"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.638" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.638" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.638" starttime="20181222 08:01:04.620"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.639" starttime="20181222 08:01:04.614"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.639" starttime="20181222 08:01:04.614"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.640" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.640" starttime="20181222 08:01:04.640"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.641" starttime="20181222 08:01:04.641"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.642" starttime="20181222 08:01:04.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="20181222 08:01:04.645" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.645" starttime="20181222 08:01:04.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="20181222 08:01:04.664" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.665" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.665" starttime="20181222 08:01:04.645"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.666" starttime="20181222 08:01:04.639"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.666" starttime="20181222 08:01:04.639"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.669" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.669" starttime="20181222 08:01:04.669"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.670" starttime="20181222 08:01:04.670"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.671" starttime="20181222 08:01:04.670"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.674" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.674" starttime="20181222 08:01:04.671"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.692" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.693" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.693" starttime="20181222 08:01:04.674"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.693" starttime="20181222 08:01:04.667"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.693" starttime="20181222 08:01:04.666"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.695" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.695" starttime="20181222 08:01:04.694"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.695" starttime="20181222 08:01:04.695"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.696" starttime="20181222 08:01:04.696"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.698" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.699" starttime="20181222 08:01:04.696"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.728" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.729" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.729" starttime="20181222 08:01:04.700"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.729" starttime="20181222 08:01:04.693"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.730" starttime="20181222 08:01:04.693"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.732" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.732" starttime="20181222 08:01:04.732"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.733" starttime="20181222 08:01:04.733"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.734" starttime="20181222 08:01:04.734"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.739" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.740" starttime="20181222 08:01:04.735"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.767" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.768" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.768" starttime="20181222 08:01:04.740"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.768" starttime="20181222 08:01:04.730"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.768" starttime="20181222 08:01:04.730"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.768" starttime="20181222 08:01:04.460"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.771" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 08:01:04.771" starttime="20181222 08:01:04.770"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.772" starttime="20181222 08:01:04.772"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.774" starttime="20181222 08:01:04.773"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.777" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181222 08:01:04.777" starttime="20181222 08:01:04.774"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.859" 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_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-2 ~]$</msg>
<msg timestamp="20181222 08:01:04.860" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 08:01:04.860" starttime="20181222 08:01:04.778"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.860" starttime="20181222 08:01:04.769"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.861" starttime="20181222 08:01:04.459"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.861" starttime="20181222 08:01:04.458"></status>
</kw>
<kw type="foritem" name="${conn_id} = 35">
<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="20181222 08:01:04.863" starttime="20181222 08:01:04.862"></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="20181222 08:01:04.864" 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="20181222 08:01:04.864" starttime="20181222 08:01:04.863"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.865" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.866" starttime="20181222 08:01:04.865"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.866" starttime="20181222 08:01:04.866"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.867" starttime="20181222 08:01:04.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="20181222 08:01:04.874" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.874" starttime="20181222 08:01:04.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="20181222 08:01:04.909" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:04.909" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.909" starttime="20181222 08:01:04.874"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.910" starttime="20181222 08:01:04.864"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.910" starttime="20181222 08:01:04.864"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.912" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.913" starttime="20181222 08:01:04.912"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.914" starttime="20181222 08:01:04.913"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.914" starttime="20181222 08:01:04.914"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.918" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.918" starttime="20181222 08:01:04.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="20181222 08:01:04.938" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:04.938" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.939" starttime="20181222 08:01:04.918"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.939" starttime="20181222 08:01:04.911"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.939" starttime="20181222 08:01:04.910"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.941" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.941" starttime="20181222 08:01:04.941"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.942" starttime="20181222 08:01:04.941"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.943" starttime="20181222 08:01:04.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="20181222 08:01:04.946" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.947" starttime="20181222 08:01:04.943"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.965" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:04.965" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.965" starttime="20181222 08:01:04.947"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.965" starttime="20181222 08:01:04.939"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.965" starttime="20181222 08:01:04.939"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.967" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.967" starttime="20181222 08:01:04.967"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.968" starttime="20181222 08:01:04.968"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.968" starttime="20181222 08:01:04.968"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.972" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.972" starttime="20181222 08:01:04.969"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:04.988" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:04.988" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:04.988" starttime="20181222 08:01:04.972"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.988" starttime="20181222 08:01:04.966"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:04.988" starttime="20181222 08:01:04.966"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.990" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.990" starttime="20181222 08:01:04.990"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:04.991" starttime="20181222 08:01:04.991"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:04.991" starttime="20181222 08:01:04.991"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:04.994" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:04.994" starttime="20181222 08:01:04.992"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.012" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.012" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.012" starttime="20181222 08:01:04.995"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.012" starttime="20181222 08:01:04.989"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.012" starttime="20181222 08:01:04.988"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.013" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.014" starttime="20181222 08:01:05.013"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.014" starttime="20181222 08:01:05.014"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.014" starttime="20181222 08:01:05.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="20181222 08:01:05.017" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.017" starttime="20181222 08:01:05.015"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.034" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.034" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.034" starttime="20181222 08:01:05.017"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.034" starttime="20181222 08:01:05.013"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.035" starttime="20181222 08:01:05.012"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.036" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.036" starttime="20181222 08:01:05.036"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.036" starttime="20181222 08:01:05.036"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.037" starttime="20181222 08:01:05.037"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.041" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.041" starttime="20181222 08:01:05.037"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.056" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.056" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.057" starttime="20181222 08:01:05.041"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.057" starttime="20181222 08:01:05.035"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.057" starttime="20181222 08:01:05.035"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.058" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.058" starttime="20181222 08:01:05.058"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.058" starttime="20181222 08:01:05.058"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.059" starttime="20181222 08:01:05.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="20181222 08:01:05.062" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.062" starttime="20181222 08:01:05.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="20181222 08:01:05.077" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.077" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.077" starttime="20181222 08:01:05.062"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.078" starttime="20181222 08:01:05.057"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.078" starttime="20181222 08:01:05.057"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.079" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.079" starttime="20181222 08:01:05.078"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.079" starttime="20181222 08:01:05.079"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.080" starttime="20181222 08:01:05.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="20181222 08:01:05.082" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.082" starttime="20181222 08:01:05.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="20181222 08:01:05.097" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.098" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.098" starttime="20181222 08:01:05.083"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.098" starttime="20181222 08:01:05.078"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.098" starttime="20181222 08:01:05.078"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.099" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.099" starttime="20181222 08:01:05.099"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.100" starttime="20181222 08:01:05.100"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.100" starttime="20181222 08:01:05.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="20181222 08:01:05.104" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.104" starttime="20181222 08:01:05.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="20181222 08:01:05.123" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.124" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.124" starttime="20181222 08:01:05.104"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.124" starttime="20181222 08:01:05.098"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.124" starttime="20181222 08:01:05.098"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.124" starttime="20181222 08:01:04.864"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.125" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 08:01:05.125" starttime="20181222 08:01:05.125"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.126" starttime="20181222 08:01:05.125"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.126" starttime="20181222 08:01:05.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="20181222 08:01:05.128" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181222 08:01:05.128" starttime="20181222 08:01:05.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="20181222 08:01:05.205" 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_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-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:05.206" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 08:01:05.206" starttime="20181222 08:01:05.128"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.206" starttime="20181222 08:01:05.124"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.206" starttime="20181222 08:01:04.861"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.206" starttime="20181222 08:01:04.861"></status>
</kw>
<kw type="foritem" name="${conn_id} = 36">
<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="20181222 08:01:05.207" starttime="20181222 08:01:05.207"></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="20181222 08:01:05.208" 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="20181222 08:01:05.208" starttime="20181222 08:01:05.208"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.209" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.209" starttime="20181222 08:01:05.209"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.210" starttime="20181222 08:01:05.209"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.210" starttime="20181222 08:01:05.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="20181222 08:01:05.215" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.215" starttime="20181222 08:01:05.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="20181222 08:01:05.237" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.237" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.238" starttime="20181222 08:01:05.215"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.238" starttime="20181222 08:01:05.208"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.238" starttime="20181222 08:01:05.208"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.239" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.239" starttime="20181222 08:01:05.239"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.240" starttime="20181222 08:01:05.239"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.240" starttime="20181222 08:01:05.240"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.243" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.243" starttime="20181222 08:01:05.240"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.259" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.259" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.259" starttime="20181222 08:01:05.243"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.259" starttime="20181222 08:01:05.238"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.259" starttime="20181222 08:01:05.238"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.261" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.261" starttime="20181222 08:01:05.260"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.261" starttime="20181222 08:01:05.261"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.262" starttime="20181222 08:01:05.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="20181222 08:01:05.264" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.264" starttime="20181222 08:01:05.262"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.281" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.281" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.281" starttime="20181222 08:01:05.264"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.282" starttime="20181222 08:01:05.260"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.282" starttime="20181222 08:01:05.259"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.283" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.283" starttime="20181222 08:01:05.283"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.284" starttime="20181222 08:01:05.283"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.284" starttime="20181222 08:01:05.284"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.287" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.287" starttime="20181222 08:01:05.284"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.301" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.301" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.301" starttime="20181222 08:01:05.287"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.301" starttime="20181222 08:01:05.282"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.301" starttime="20181222 08:01:05.282"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.302" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.303" starttime="20181222 08:01:05.302"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.303" starttime="20181222 08:01:05.303"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.303" starttime="20181222 08:01:05.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="20181222 08:01:05.307" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.307" starttime="20181222 08:01:05.304"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.322" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.323" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.323" starttime="20181222 08:01:05.307"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.323" starttime="20181222 08:01:05.302"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.323" starttime="20181222 08:01:05.301"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.324" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.324" starttime="20181222 08:01:05.324"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.325" starttime="20181222 08:01:05.325"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.325" starttime="20181222 08:01:05.325"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.328" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.328" starttime="20181222 08:01:05.325"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.343" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.343" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.343" starttime="20181222 08:01:05.328"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.343" starttime="20181222 08:01:05.323"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.343" starttime="20181222 08:01:05.323"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.345" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.345" starttime="20181222 08:01:05.345"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.346" starttime="20181222 08:01:05.346"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.347" starttime="20181222 08:01:05.346"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.350" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.350" starttime="20181222 08:01:05.347"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.367" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.367" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.367" starttime="20181222 08:01:05.350"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.368" starttime="20181222 08:01:05.344"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.368" starttime="20181222 08:01:05.343"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.369" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.369" starttime="20181222 08:01:05.369"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.370" starttime="20181222 08:01:05.369"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.370" starttime="20181222 08:01:05.370"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.372" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.372" starttime="20181222 08:01:05.370"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.389" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.389" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.389" starttime="20181222 08:01:05.373"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.389" starttime="20181222 08:01:05.368"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.389" starttime="20181222 08:01:05.368"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.391" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.391" starttime="20181222 08:01:05.391"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.391" starttime="20181222 08:01:05.391"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.392" starttime="20181222 08:01:05.392"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.395" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.395" starttime="20181222 08:01:05.392"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.410" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.411" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.411" starttime="20181222 08:01:05.395"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.411" starttime="20181222 08:01:05.390"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.411" starttime="20181222 08:01:05.390"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.412" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.412" starttime="20181222 08:01:05.412"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.413" starttime="20181222 08:01:05.412"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.413" starttime="20181222 08:01:05.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="20181222 08:01:05.416" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181222 08:01:05.416" starttime="20181222 08:01:05.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="20181222 08:01:05.434" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.435" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:05.435" starttime="20181222 08:01:05.416"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.435" starttime="20181222 08:01:05.411"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.435" starttime="20181222 08:01:05.411"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.435" starttime="20181222 08:01:05.208"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.436" level="INFO">cmd: sudo ovs-appctl --target ovs-vswitchd vlog/list</msg>
<status status="PASS" endtime="20181222 08:01:05.436" starttime="20181222 08:01:05.436"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.437" starttime="20181222 08:01:05.436"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:05.437" starttime="20181222 08:01:05.437"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.440" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181222 08:01:05.440" starttime="20181222 08:01:05.437"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:05.508" 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_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-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:05.508" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181222 08:01:05.508" starttime="20181222 08:01:05.440"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.509" starttime="20181222 08:01:05.435"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.509" starttime="20181222 08:01:05.206"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.509" starttime="20181222 08:01:05.206"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.509" starttime="20181222 08:01:04.458"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.509" starttime="20181222 08:01:04.457"></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="20181222 08:01:05.519" 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="20181222 08:01:05.519" starttime="20181222 08:01:05.519"></status>
</kw>
<msg timestamp="20181222 08:01:05.519" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 08:01:05.519" starttime="20181222 08:01:05.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>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:05.520" starttime="20181222 08:01:05.519"></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="20181222 08:01:05.520" 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="20181222 08:01:05.521" starttime="20181222 08:01:05.520"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.521" starttime="20181222 08:01:05.517"></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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 08:01:05.533" starttime="20181222 08:01:05.532"></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="20181222 08:01:05.533" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:05.699" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:05.699" starttime="20181222 08:01:05.533"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.773" level="INFO">@root&gt;showSvcStatus -n 192.0.2.15</msg>
<status status="PASS" endtime="20181222 08:01:05.773" starttime="20181222 08:01:05.699"></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="20181222 08:01:05.779" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:05 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:05.779" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:05 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            :...</msg>
<status status="PASS" endtime="20181222 08:01:05.780" starttime="20181222 08:01:05.773"></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="20181222 08:01:05.824" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:05.824" starttime="20181222 08:01:05.780"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:05.826" starttime="20181222 08:01:05.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:05.827" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:05 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:05.827" starttime="20181222 08:01:05.827"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.827" starttime="20181222 08:01:05.531"></status>
</kw>
<msg timestamp="20181222 08:01:05.827" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:05 UTC 2018
Node IP Address: /192.0.2.15
System is operational: true
System ready state: ACTIVE
  IFM                 : OPERATIONAL  
  OPENFLOW            :...</msg>
<status status="PASS" endtime="20181222 08:01:05.827" starttime="20181222 08:01:05.524"></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="20181222 08:01:05.828" starttime="20181222 08:01:05.828"></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="20181222 08:01:05.829" starttime="20181222 08:01:05.829"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.829" starttime="20181222 08:01:05.828"></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="20181222 08:01:05.830" starttime="20181222 08:01:05.830"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.830" starttime="20181222 08:01:05.829"></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="20181222 08:01:05.831" starttime="20181222 08:01:05.830"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.831" starttime="20181222 08:01:05.830"></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="20181222 08:01:05.832" starttime="20181222 08:01:05.831"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.832" starttime="20181222 08:01:05.831"></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="20181222 08:01:05.832" starttime="20181222 08:01:05.832"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.832" starttime="20181222 08:01:05.832"></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="20181222 08:01:05.833" starttime="20181222 08:01:05.833"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.833" starttime="20181222 08:01:05.832"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.833" starttime="20181222 08:01:05.828"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.833" starttime="20181222 08:01:05.523"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:05.833" starttime="20181222 08:01:05.523"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 08:01:05.843" starttime="20181222 08:01:05.843"></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="20181222 08:01:05.844" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:06.046" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:06.047" starttime="20181222 08:01:05.843"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:06.120" level="INFO">@root&gt;showSvcStatus -n 192.0.2.23</msg>
<status status="PASS" endtime="20181222 08:01:06.120" starttime="20181222 08:01:06.047"></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="20181222 08:01:06.126" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:06.126" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 08:01:06.127" starttime="20181222 08:01:06.121"></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="20181222 08:01:06.171" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:06.171" starttime="20181222 08:01:06.127"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:06.173" starttime="20181222 08:01:06.171"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:06.173" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:06.174" starttime="20181222 08:01:06.173"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.174" starttime="20181222 08:01:05.842"></status>
</kw>
<msg timestamp="20181222 08:01:06.174" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.23
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 08:01:06.174" starttime="20181222 08:01:05.835"></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="20181222 08:01:06.175" starttime="20181222 08:01:06.174"></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="20181222 08:01:06.177" starttime="20181222 08:01:06.176"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.177" starttime="20181222 08:01:06.175"></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="20181222 08:01:06.179" starttime="20181222 08:01:06.178"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.179" starttime="20181222 08:01:06.177"></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="20181222 08:01:06.180" starttime="20181222 08:01:06.179"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.180" starttime="20181222 08:01:06.179"></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="20181222 08:01:06.182" starttime="20181222 08:01:06.181"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.182" starttime="20181222 08:01:06.181"></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="20181222 08:01:06.184" starttime="20181222 08:01:06.183"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.184" starttime="20181222 08:01:06.182"></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="20181222 08:01:06.185" starttime="20181222 08:01:06.184"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.185" starttime="20181222 08:01:06.184"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.185" starttime="20181222 08:01:06.175"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.186" starttime="20181222 08:01:05.834"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.186" starttime="20181222 08:01:05.833"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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.15</doc>
<arguments>
<arg>showSvcStatus -n ${odl_ip}</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="20181222 08:01:06.213" starttime="20181222 08:01:06.211"></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="20181222 08:01:06.214" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:06.409" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:06.409" starttime="20181222 08:01:06.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="20181222 08:01:06.486" level="INFO">@root&gt;showSvcStatus -n 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:01:06.486" starttime="20181222 08:01:06.410"></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="20181222 08:01:06.493" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:06.494" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 08:01:06.494" starttime="20181222 08:01:06.487"></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="20181222 08:01:06.538" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:06.539" starttime="20181222 08:01:06.494"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:06.541" starttime="20181222 08:01:06.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:06.541" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 : OPERATIONAL  
  ITM                 : OPERATIONAL  
  ELAN                : OPERATIONAL   (Service started)
  OVSDB               : OPERATIONAL   (OVSDB initialization complete)
  DATASTORE           : OPERATIONAL  

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:06.542" starttime="20181222 08:01:06.541"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.542" starttime="20181222 08:01:06.210"></status>
</kw>
<msg timestamp="20181222 08:01:06.542" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Dec 22 08:01:06 UTC 2018
Node IP Address: /192.0.2.46
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL  
  IFM                 :...</msg>
<status status="PASS" endtime="20181222 08:01:06.542" starttime="20181222 08:01:06.189"></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="20181222 08:01:06.543" starttime="20181222 08:01:06.542"></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="20181222 08:01:06.544" starttime="20181222 08:01:06.544"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.544" starttime="20181222 08:01:06.543"></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="20181222 08:01:06.545" starttime="20181222 08:01:06.545"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.545" starttime="20181222 08:01:06.544"></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="20181222 08:01:06.546" starttime="20181222 08:01:06.546"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.546" starttime="20181222 08:01:06.545"></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="20181222 08:01:06.546" starttime="20181222 08:01:06.546"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.547" starttime="20181222 08:01:06.546"></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="20181222 08:01:06.547" starttime="20181222 08:01:06.547"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.547" starttime="20181222 08:01:06.547"></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="20181222 08:01:06.548" starttime="20181222 08:01:06.547"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:06.547"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:06.543"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:06.187"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:06.186"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:05.523"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:05.523"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:05.522"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.548" starttime="20181222 08:01:05.522"></status>
</kw>
<msg timestamp="20181222 08:01:06.548" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 08:01:06.549" starttime="20181222 08:01:05.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>"${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="20181222 08:01:06.558" 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="20181222 08:01:06.559" starttime="20181222 08:01:06.558"></status>
</kw>
<msg timestamp="20181222 08:01:06.559" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 08:01:06.559" starttime="20181222 08:01:06.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>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:06.559" starttime="20181222 08:01:06.559"></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="20181222 08:01:06.560" 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="20181222 08:01:06.560" starttime="20181222 08:01:06.559"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.560" starttime="20181222 08:01:06.557"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.560" starttime="20181222 08:01:06.549"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.560" starttime="20181222 08:01:05.521"></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="20181222 08:01:06.561" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181222 08:01:06.562" starttime="20181222 08:01:06.561"></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="20181222 08:01:06.573" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181222 08:01:06.573" starttime="20181222 08:01:06.563"></status>
</kw>
<msg timestamp="20181222 08:01:06.574" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181222 08:01:06.574" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181222 08:01:06.574" starttime="20181222 08:01:06.562"></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="20181222 08:01:06.574" starttime="20181222 08:01:06.574"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.575" starttime="20181222 08:01:06.562"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:06.575" starttime="20181222 08:01:06.562"></status>
</kw>
<msg timestamp="20181222 08:01:06.575" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181222 08:01:06.575" starttime="20181222 08:01:06.562"></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="20181222 08:01:06.575" starttime="20181222 08:01:06.575"></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>
<status status="PASS" endtime="20181222 08:01:06.576" starttime="20181222 08:01:06.576"></status>
</kw>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>test_name=${SUITE_NAME}.Suite Setup</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<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="20181222 08:01:06.578" level="INFO">${tmpdir} = CSIT_L3_Suite_Setup</msg>
<status status="PASS" endtime="20181222 08:01:06.578" starttime="20181222 08:01:06.578"></status>
</kw>
<msg timestamp="20181222 08:01:06.578" level="INFO">${dstdir} = /tmp/CSIT_L3_Suite_Setup</msg>
<status status="PASS" endtime="20181222 08:01:06.578" starttime="20181222 08:01:06.577"></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="20181222 08:01:06.579" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3_Suite_Setup</msg>
<status status="PASS" endtime="20181222 08:01:06.579" starttime="20181222 08:01:06.579"></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="20181222 08:01:06.582" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3_Suite_Setup 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:06.996" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 08:01:06.996" level="INFO">${output} = 2018-12-22 08:01:06,867 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-tran...</msg>
<status status="PASS" endtime="20181222 08:01:06.997" starttime="20181222 08:01:06.579"></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="20181222 08:01:06.998" level="INFO">rc: 0, output: 2018-12-22 08:01:06,867 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-transport-zone
..InterfaceState missing for tunnel tun56da96f6079 between 192.0.2.21 and 192.0.2.36
..InterfaceState missing for tunnel tun9d68704a2cf between 192.0.2.36 and 192.0.2.15
..InterfaceState missing for tunnel tun3fc0c40c07b between 192.0.2.23 and 192.0.2.15
..InterfaceState missing for tunnel tunf5f9505fe6a between 192.0.2.15 and 192.0.2.36
..InterfaceState missing for tunnel tuncf6e7cbb4d8 between 192.0.2.23 and 192.0.2.36
..InterfaceState missing for tunnel tunad39fbf7b8d between 192.0.2.46 and 192.0.2.21
..InterfaceState missing for tunnel tun977f8a1ccf4 between 192.0.2.46 and 192.0.2.36
..InterfaceState missing for tunnel tune5a40d192ef between 192.0.2.21 and 192.0.2.15
..InterfaceState missing for tunnel tundd3af24a1cd between 192.0.2.15 and 192.0.2.46
..InterfaceState missing for tunnel tun95aa800b70c between 192.0.2.36 and 192.0.2.23
..InterfaceState missing for tunnel tun7786f63e80f between 192.0.2.46 and 192.0.2.23
..InterfaceState missing for tunnel tun8da72534092 between 192.0.2.15 and 192.0.2.23
..InterfaceState missing for tunnel tun2e4e5b7e21c between 192.0.2.21 and 192.0.2.23
..InterfaceState missing for tunnel tun7ef15be3800 between 192.0.2.46 and 192.0.2.15
..InterfaceState missing for tunnel tun48bf1ebcdcd between 192.0.2.15 and 192.0.2.21
..InterfaceState missing for tunnel tune2e97121c6e between 192.0.2.21 and 192.0.2.46
..InterfaceState missing for tunnel tun60754c97d27 between 192.0.2.23 and 192.0.2.46
..InterfaceState missing for tunnel tuneedc7a64b44 between 192.0.2.23 and 192.0.2.21
..InterfaceState missing for tunnel tun4376af56662 between 192.0.2.36 and 192.0.2.21
..InterfaceState missing for tunnel tun6796ead5463 between 192.0.2.36 and 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:01:06.998" starttime="20181222 08:01:06.997"></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="20181222 08:01:06.999" starttime="20181222 08:01:06.999"></status>
</kw>
<msg timestamp="20181222 08:01:07.000" level="INFO">${output} = 2018-12-22 08:01:06,867 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-tran...</msg>
<status status="PASS" endtime="20181222 08:01:07.000" starttime="20181222 08:01:06.576"></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>All tunnels are up</arg>
</arguments>
<msg timestamp="20181222 08:01:07.001" level="FAIL">'2018-12-22 08:01:06,867 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.15:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-transport-zone
..InterfaceState missing for tunnel tun56da96f6079 between 192.0.2.21 and 192.0.2.36
..InterfaceState missing for tunnel tun9d68704a2cf between 192.0.2.36 and 192.0.2.15
..InterfaceState missing for tunnel tun3fc0c40c07b between 192.0.2.23 and 192.0.2.15
..InterfaceState missing for tunnel tunf5f9505fe6a between 192.0.2.15 and 192.0.2.36
..InterfaceState missing for tunnel tuncf6e7cbb4d8 between 192.0.2.23 and 192.0.2.36
..InterfaceState missing for tunnel tunad39fbf7b8d between 192.0.2.46 and 192.0.2.21
..InterfaceState missing for tunnel tun977f8a1ccf4 between 192.0.2.46 and 192.0.2.36
..InterfaceState missing for tunnel tune5a40d192ef between 192.0.2.21 and 192.0.2.15
..InterfaceState missing for tunnel tundd3af24a1cd between 192.0.2.15 and 192.0.2.46
..InterfaceState missing for tunnel tun95aa800b70c between 192.0.2.36 and 192.0.2.23
..InterfaceState missing for tunnel tun7786f63e80f between 192.0.2.46 and 192.0.2.23
..InterfaceState missing for tunnel tun8da72534092 between 192.0.2.15 and 192.0.2.23
..InterfaceState missing for tunnel tun2e4e5b7e21c between 192.0.2.21 and 192.0.2.23
..InterfaceState missing for tunnel tun7ef15be3800 between 192.0.2.46 and 192.0.2.15
..InterfaceState missing for tunnel tun48bf1ebcdcd between 192.0.2.15 and 192.0.2.21
..InterfaceState missing for tunnel tune2e97121c6e between 192.0.2.21 and 192.0.2.46
..InterfaceState missing for tunnel tun60754c97d27 between 192.0.2.23 and 192.0.2.46
..InterfaceState missing for tunnel tuneedc7a64b44 between 192.0.2.23 and 192.0.2.21
..InterfaceState missing for tunnel tun4376af56662 between 192.0.2.36 and 192.0.2.21
..InterfaceState missing for tunnel tun6796ead5463 between 192.0.2.36 and 192.0.2.46' does not contain 'All tunnels are up'</msg>
<status status="FAIL" endtime="20181222 08:01:07.001" starttime="20181222 08:01:07.000"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.002" starttime="20181222 08:01:06.561"></status>
</kw>
<msg timestamp="20181222 08:01:07.002" level="INFO">${status} = False</msg>
<status status="PASS" endtime="20181222 08:01:07.002" starttime="20181222 08:01:06.560"></status>
</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="Run Keywords" library="BuiltIn">
<doc>Executes all the given keywords in a sequence.</doc>
<arguments>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</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>Failed: ${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="20181222 08:01:07.015" 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="20181222 08:01:07.016" starttime="20181222 08:01:07.015"></status>
</kw>
<msg timestamp="20181222 08:01:07.016" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181222 08:01:07.016" starttime="20181222 08:01:07.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>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:07.016" starttime="20181222 08:01:07.016"></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="20181222 08:01:07.017" 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="20181222 08:01:07.017" starttime="20181222 08:01:07.017"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:07.017" starttime="20181222 08:01:07.014"></status>
</kw>
<kw name="Fail" library="BuiltIn">
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<msg timestamp="20181222 08:01:07.018" level="FAIL">AssertionError</msg>
<status status="FAIL" endtime="20181222 08:01:07.018" starttime="20181222 08:01:07.018"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.018" starttime="20181222 08:01:07.003"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.018" starttime="20181222 08:01:07.002"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.018" starttime="20181222 08:01:06.560"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.018" starttime="20181222 08:01:05.521"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.019" starttime="20181222 08:01:05.509"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.019" starttime="20181222 08:00:05.815"></status>
</kw>
<status status="FAIL" endtime="20181222 08:01:07.019" starttime="20181222 08:00:05.814"></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="20181222 08:01:07.020" critical="yes" starttime="20181222 08:01:07.019">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.021" critical="yes" starttime="20181222 08:01:07.020">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.022" critical="yes" starttime="20181222 08:01:07.021">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.023" critical="yes" starttime="20181222 08:01:07.022">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.024" critical="yes" starttime="20181222 08:01:07.023">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.025" critical="yes" starttime="20181222 08:01:07.024">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.026" critical="yes" starttime="20181222 08:01:07.025">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.027" critical="yes" starttime="20181222 08:01:07.026">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.027" critical="yes" starttime="20181222 08:01:07.027">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.028" critical="yes" starttime="20181222 08:01:07.028">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.029" critical="yes" starttime="20181222 08:01:07.028">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.030" critical="yes" starttime="20181222 08:01:07.029">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.031" critical="yes" starttime="20181222 08:01:07.030">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.032" critical="yes" starttime="20181222 08:01:07.031">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.032" critical="yes" starttime="20181222 08:01:07.032">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.033" critical="yes" starttime="20181222 08:01:07.033">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.034" critical="yes" starttime="20181222 08:01:07.033">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.035" critical="yes" starttime="20181222 08:01:07.034">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.036" critical="yes" starttime="20181222 08:01:07.035">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.036" critical="yes" starttime="20181222 08:01:07.036">Parent suite setup failed:
AssertionError</status>
</test>
<test id="s1-s2-t21" name="Create Router2">
<doc>Create Router</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181222 08:01:07.037" critical="yes" starttime="20181222 08:01:07.037">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.038" critical="yes" starttime="20181222 08:01:07.037">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.039" critical="yes" starttime="20181222 08:01:07.038">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.039" critical="yes" starttime="20181222 08:01:07.039">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.040" critical="yes" starttime="20181222 08:01:07.040">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.042" critical="yes" starttime="20181222 08:01:07.041">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.043" critical="yes" starttime="20181222 08:01:07.042">Parent suite setup failed:
AssertionError</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="20181222 08:01:07.047" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 08:01:07.047" starttime="20181222 08:01:07.046"></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="20181222 08:01:07.050" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.15 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:07.558" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 08:01:07.558" starttime="20181222 08:01:07.047"></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="20181222 08:01:07.559" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 5850
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 951
ReadWriteTransactionCount   = 1764
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 397
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 9.22 ms
LongestCommitTime   = 1.19 s at 12/22/18 07:45:50
ShortestCommitTime  = 1.02 ms at 12/22/18 07:57:25
TotalCommits        = 4202
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.772951
distributed-data-store.config.commit.rate_Max      = 1188.645915
distributed-data-store.config.commit.rate_Mean     = 11.6759717971
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 359
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 1.038865
distributed-data-store.operational.commit.rate_Max      = 94.75702
distributed-data-store.operational.commit.rate_Mean     = 3.58418309728
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 3843
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 08:01:07.559" starttime="20181222 08:01:07.558"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:07.559" starttime="20181222 08:01:07.046"></status>
</kw>
<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>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="20181222 08:01:07.561" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.23 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 08:01:07.561" starttime="20181222 08:01:07.560"></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="20181222 08:01:07.564" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.23 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:07.997" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 08:01:07.997" starttime="20181222 08:01:07.561"></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="20181222 08:01:07.998" 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  = 1630
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2814
ReadWriteTransactionCount   = 876
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 12.11 ms
LongestCommitTime   = 982.99 ms at 12/22/18 07:45:50
ShortestCommitTime  = 1.78 ms at 12/22/18 07:59:23
TotalCommits        = 1707
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 1.790747
distributed-data-store.config.commit.rate_Max      = 340.560097
distributed-data-store.config.commit.rate_Mean     = 7.04782419679
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 494
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 1.823281
distributed-data-store.operational.commit.rate_Max      = 79.855916
distributed-data-store.operational.commit.rate_Mean     = 7.01702093533
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 1213
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 08:01:07.998" starttime="20181222 08:01:07.997"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:07.998" starttime="20181222 08:01:07.560"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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="20181222 08:01:07.999" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.46 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG</msg>
<status status="PASS" endtime="20181222 08:01:07.999" starttime="20181222 08:01:07.998"></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="20181222 08:01:08.002" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.46 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:08.434" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181222 08:01:08.434" starttime="20181222 08:01:07.999"></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="20181222 08:01:08.435" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-default-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-0-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-0-shard-entity-ownership-operational
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

AverageCommitTime   = 23.79 ms
LongestCommitTime   = 1.19 s at 12/22/18 07:37:06
ShortestCommitTime  = 1.96 ms at 12/22/18 07:59:33
TotalCommits        = 1571
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.81607
distributed-data-store.config.commit.rate_Max      = 229.34295
distributed-data-store.config.commit.rate_Mean     = 11.304741565
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 777
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 1.959789
distributed-data-store.operational.commit.rate_Max      = 1196.111975
distributed-data-store.operational.commit.rate_Mean     = 9.36179343314
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 794
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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@192.0.2.15:2550,akka.tcp://opendaylight-cluster-data@192.0.2.23:2550,akka.tcp://opendaylight-cluster-data@192.0.2.46:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.15:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181222 08:01:08.436" starttime="20181222 08:01:08.435"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:08.436" starttime="20181222 08:01:07.998"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:08.436" starttime="20181222 08:01:07.046"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:08.436" starttime="20181222 08:01:07.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>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="20181222 08:01:08.439" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.439" starttime="20181222 08:01:08.438"></status>
</kw>
<msg timestamp="20181222 08:01:08.439" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.439" starttime="20181222 08:01:08.437"></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="20181222 08:01:08.439" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.440" starttime="20181222 08:01:08.439"></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="20181222 08:01:08.442" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:08.693" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 08:01:08.693" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181222 08:01:08.693" starttime="20181222 08:01:08.440"></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="20181222 08:01:08.694" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-0 (member-0,member-2,member-1)
bgp                                                     member-0 (member-0,member-2,member-1)
elan                                                    member-0 (member-0,member-2,member-1)
interface_config                                        member-0 (member-0,member-2,member-1)
interface_service_binding                               member-0 (member-0,member-2,member-1)
ipmonitoring                                            member-0 (member-0,member-2,member-1)
itm_config                                              member-0 (member-0,member-2,member-1)
netvirt-acl                                             member-0 (member-0,member-1,member-2)
netvirt-ipv6service-owner-entity                        member-0 (member-0,member-1,member-2)
netvirt-qos-owner-entity                                member-0 (member-0,member-2,member-1)
openflow:overcloud-novacompute-1.opnfvlf.org/162795856468502 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-0.opnfvlf.org/80035509521015 member-0 (member-0,member-2,member-1)
openflow:overcloud-controller-2.opnfvlf.org/194174214523536 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-1.opnfvlf.org/128470671326236 member-2 (member-2,member-1,member-0)
openflow:overcloud-novacompute-0.opnfvlf.org/18536436985111 member-0 (member-0,member-2,member-1)
ovsdb:overcloud-controller-1.opnfvlf.org/192.0.2.23     member-1 (member-1,member-2,member-0)
ovsdb:overcloud-controller-0.opnfvlf.org/192.0.2.46     member-2 (member-2,member-0,member-1)
ovsdb:overcloud-novacompute-1.opnfvlf.org/192.0.2.36    member-2 (member-2,member-1,member-0)
ovsdb:overcloud-novacompute-0.opnfvlf.org/192.0.2.21    member-2 (member-2,member-1,member-0)
ovsdb:overcloud-controller-2.opnfvlf.org/192.0.2.15     member-1 (member-1,member-2,member-0)
ovsdb-hwvtepsouthbound-provider                         member-0 (member-0,member-1,member-2)
ovsdb-southbound-provider                               member-0 (member-0,member-2,member-1)</msg>
<status status="PASS" endtime="20181222 08:01:08.694" starttime="20181222 08:01:08.693"></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="20181222 08:01:08.695" starttime="20181222 08:01:08.694"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:08.695" starttime="20181222 08:01:08.436"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:08.695" starttime="20181222 08:01:08.436"></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="20181222 08:01:08.697" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.697" starttime="20181222 08:01:08.697"></status>
</kw>
<msg timestamp="20181222 08:01:08.698" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.698" starttime="20181222 08:01:08.696"></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="20181222 08:01:08.699" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181222 08:01:08.699" starttime="20181222 08:01:08.698"></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="20181222 08:01:08.701" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.38 -t 8081 -u admin -w rdWOrkX9rGzIXHy6fUYvswcgG --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181222 08:01:09.127" level="INFO">${rc} = 0</msg>
<msg timestamp="20181222 08:01:09.127" level="INFO">${output} = 2018-12-22 08:01:09,041 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.38:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-tran...</msg>
<status status="PASS" endtime="20181222 08:01:09.127" starttime="20181222 08:01:08.699"></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="20181222 08:01:09.128" level="INFO">rc: 0, output: 2018-12-22 08:01:09,041 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.38:8081/restconf/config/itm-state:dpn-teps-state
Analysing transport-zone:default-transport-zone
..InterfaceState missing for tunnel tun56da96f6079 between 192.0.2.21 and 192.0.2.36
..InterfaceState missing for tunnel tun9d68704a2cf between 192.0.2.36 and 192.0.2.15
..InterfaceState missing for tunnel tun3fc0c40c07b between 192.0.2.23 and 192.0.2.15
..InterfaceState missing for tunnel tunf5f9505fe6a between 192.0.2.15 and 192.0.2.36
..InterfaceState missing for tunnel tuncf6e7cbb4d8 between 192.0.2.23 and 192.0.2.36
..InterfaceState missing for tunnel tunad39fbf7b8d between 192.0.2.46 and 192.0.2.21
..InterfaceState missing for tunnel tun977f8a1ccf4 between 192.0.2.46 and 192.0.2.36
..InterfaceState missing for tunnel tune5a40d192ef between 192.0.2.21 and 192.0.2.15
..InterfaceState missing for tunnel tundd3af24a1cd between 192.0.2.15 and 192.0.2.46
..InterfaceState missing for tunnel tun95aa800b70c between 192.0.2.36 and 192.0.2.23
..InterfaceState missing for tunnel tun7786f63e80f between 192.0.2.46 and 192.0.2.23
..InterfaceState missing for tunnel tun8da72534092 between 192.0.2.15 and 192.0.2.23
..InterfaceState missing for tunnel tun2e4e5b7e21c between 192.0.2.21 and 192.0.2.23
..InterfaceState missing for tunnel tun7ef15be3800 between 192.0.2.46 and 192.0.2.15
..InterfaceState missing for tunnel tun48bf1ebcdcd between 192.0.2.15 and 192.0.2.21
..InterfaceState missing for tunnel tune2e97121c6e between 192.0.2.21 and 192.0.2.46
..InterfaceState missing for tunnel tun60754c97d27 between 192.0.2.23 and 192.0.2.46
..InterfaceState missing for tunnel tuneedc7a64b44 between 192.0.2.23 and 192.0.2.21
..InterfaceState missing for tunnel tun4376af56662 between 192.0.2.36 and 192.0.2.21
..InterfaceState missing for tunnel tun6796ead5463 between 192.0.2.36 and 192.0.2.46</msg>
<status status="PASS" endtime="20181222 08:01:09.129" starttime="20181222 08:01:09.128"></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="20181222 08:01:09.130" starttime="20181222 08:01:09.129"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.130" starttime="20181222 08:01:08.696"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.130" starttime="20181222 08:01:08.695"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.130" starttime="20181222 08:01:07.045"></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} = 34">
<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="20181222 08:01:09.133" starttime="20181222 08:01:09.132"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.134" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:09.135" starttime="20181222 08:01:09.134"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.135" starttime="20181222 08:01:09.135"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.136" starttime="20181222 08:01:09.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="20181222 08:01:09.141" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:09.141" starttime="20181222 08:01:09.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="20181222 08:01:09.160" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:53:2a:d2:fb:8e brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 86:d0:1f:5d:86:c1 brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:53:2a:d2:fb:8e brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:fd:c8:87:a5 brd ff:ff:ff:ff:ff:ff
18: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether b0:99:b5:14:ca:90 brd ff:ff:ff:ff:ff:ff
19: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether da:ad:71:1b:06:52 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.161" 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="20181222 08:01:09.161" starttime="20181222 08:01:09.141"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.161" starttime="20181222 08:01:09.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>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.163" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:09.164" starttime="20181222 08:01:09.163"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.164" starttime="20181222 08:01:09.164"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.165" starttime="20181222 08:01:09.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="20181222 08:01:09.168" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:09.168" starttime="20181222 08:01:09.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="20181222 08:01:09.183" 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    inet6 fe80::253:2aff:fed2:fb8e/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.15/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::253:2aff:fed2:fb8e/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:fdff:fec8:87a5/64 scope link \       valid_lft forever preferred_lft forever
19: vxlan_sys_4789    inet6 fe80::d8ad:71ff:fe1b:652/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.183" 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    inet6 fe80::253:2a...</msg>
<status status="PASS" endtime="20181222 08:01:09.183" starttime="20181222 08:01:09.169"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.183" starttime="20181222 08:01:09.162"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.185" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 08:01:09.185" starttime="20181222 08:01:09.185"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.186" starttime="20181222 08:01:09.186"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.187" starttime="20181222 08:01:09.186"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.189" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 08:01:09.189" starttime="20181222 08:01:09.187"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.195" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.15 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.195" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 08:01:09.195" starttime="20181222 08:01:09.189"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.195" starttime="20181222 08:01:09.184"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.197" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 08:01:09.197" starttime="20181222 08:01:09.197"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.198" starttime="20181222 08:01:09.197"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.198" starttime="20181222 08:01:09.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="20181222 08:01:09.202" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 08:01:09.202" starttime="20181222 08:01:09.199"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.209" level="INFO">? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.21) at 00:88:0e:78:49:c6 [ether] on br-ex
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.210" level="INFO">${output} = ? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [et...</msg>
<status status="PASS" endtime="20181222 08:01:09.210" starttime="20181222 08:01:09.203"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.210" starttime="20181222 08:01:09.196"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.212" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:09.212" starttime="20181222 08:01:09.212"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.213" starttime="20181222 08:01:09.213"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.214" starttime="20181222 08:01:09.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="20181222 08:01:09.217" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:09.217" starttime="20181222 08:01:09.214"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.219" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.219" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:09.219" starttime="20181222 08:01:09.217"></status>
</kw>
<msg timestamp="20181222 08:01:09.220" level="INFO">${nslist} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:09.220" starttime="20181222 08:01:09.211"></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="20181222 08:01:09.221" level="INFO">0 lines returned</msg>
<msg timestamp="20181222 08:01:09.221" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:09.221" starttime="20181222 08:01:09.220"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181222 08:01:09.221" starttime="20181222 08:01:09.221"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.223" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:09.223" starttime="20181222 08:01:09.222"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.223" starttime="20181222 08:01:09.223"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.224" starttime="20181222 08:01:09.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="20181222 08:01:09.226" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:09.226" starttime="20181222 08:01:09.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="20181222 08:01:09.291" level="INFO">42fb6c2a-596a-4756-be8b-6b22c2426e39
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        fail_mode: secure
        Port "tunc2ae3f10b8d"
            Interface "tunc2ae3f10b8d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.36"}
        Port "tunf5f9505fe6a"
            Interface "tunf5f9505fe6a"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.36"}
                error: "could not add network device tunf5f9505fe6a to ofproto (File exists)"
        Port "tunc001a0f04f5"
            Interface "tunc001a0f04f5"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.21"}
        Port "tun48bf1ebcdcd"
            Interface "tun48bf1ebcdcd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.21"}
                error: "could not add network device tun48bf1ebcdcd to ofproto (File exists)"
        Port "tun8da72534092"
            Interface "tun8da72534092"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.23"}
                error: "could not add network device tun8da72534092 to ofproto (File exists)"
        Port "tun9ec20f827f9"
            Interface "tun9ec20f827f9"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.23"}
        Port "tundd3af24a1cd"
            Interface "tundd3af24a1cd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.46"}
                error: "could not add network device tundd3af24a1cd to ofproto (File exists)"
        Port "tun14aa3b718ec"
            Interface "tun14aa3b718ec"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.15", remote_ip="192.0.2.46"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port br-int
            Interface br-int
                type: internal
    Bridge br-ex
        fail_mode: standalone
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
    ovs_version: "2.9.2"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.291" level="INFO">${output} = 42fb6c2a-596a-4756-be8b-6b22c2426e39
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "tcp:192.0.2.23:6640"
 ...</msg>
<status status="PASS" endtime="20181222 08:01:09.291" starttime="20181222 08:01:09.227"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.292" starttime="20181222 08:01:09.221"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.294" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:09.294" starttime="20181222 08:01:09.293"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.295" starttime="20181222 08:01:09.294"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.296" starttime="20181222 08:01:09.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="20181222 08:01:09.299" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:09.299" starttime="20181222 08:01:09.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="20181222 08:01:09.327" level="INFO">_uuid               : 42fb6c2a-596a-4756-be8b-6b22c2426e39
bridges             : [42a5493f-a0e5-4de7-8cfe-ebd42e87a82c, 7743ec20-8b70-420d-81c6-fc56841d9628]
cur_cfg             : 18
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-2.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-2.opnfvlf.org", rundir="/var/run/openvswitch", system-id="f12f4061-e04c-44c5-8c0a-91dce7c9c30e"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [14819528-01e9-4738-a79d-fc393e104d37, d662b7c6-49bf-4e5d-9d6a-a37c8960092e, d7b2ce45-3a7c-42d0-918c-c3e6c52b2a7b, e300d1d0-5158-41be-9744-6b8c3dec5b32]
next_cfg            : 18
other_config        : {local_ip="192.0.2.15", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.327" level="INFO">${output} = _uuid               : 42fb6c2a-596a-4756-be8b-6b22c2426e39
bridges             : [42a5493f-a0e5-4de7-8cfe-ebd42e87a82c, 7743ec20-8b70-420d-81c6-fc56841d9628]
cur_cfg             : 18
datapath_types...</msg>
<status status="PASS" endtime="20181222 08:01:09.327" starttime="20181222 08:01:09.300"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.328" starttime="20181222 08:01:09.292"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.329" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.329" starttime="20181222 08:01:09.329"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.330" starttime="20181222 08:01:09.329"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.330" starttime="20181222 08:01:09.330"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.332" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.332" starttime="20181222 08:01:09.330"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.356" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000b099b514ca90
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:a2:52:d8:5f:e4:34
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun14aa3b718ec): addr:da:f0:f9:a1:28:7a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tunc2ae3f10b8d): addr:96:f4:31:4b:a7:c6
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tunc001a0f04f5): addr:aa:61:e6:5e:82:50
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun9ec20f827f9): addr:f2:41:ea:35:7b:bc
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:b0:99:b5:14:ca:90
     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-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.356" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000b099b514ca90
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="20181222 08:01:09.356" starttime="20181222 08:01:09.332"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.357" starttime="20181222 08:01:09.328"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.358" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.358" starttime="20181222 08:01:09.358"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.359" starttime="20181222 08:01:09.358"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.359" starttime="20181222 08:01:09.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="20181222 08:01:09.361" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181222 08:01:09.361" starttime="20181222 08:01:09.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="20181222 08:01:09.606" level="INFO">cookie=0x8000001, duration=918.009s, table=0, n_packets=1046, n_bytes=69084, priority=5,in_port=tun14aa3b718ec actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=917.968s, table=0, n_packets=1050, n_bytes=69300, priority=5,in_port=tunc2ae3f10b8d actions=write_metadata:0xf0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=917.938s, table=0, n_packets=1049, n_bytes=69234, priority=5,in_port=tunc001a0f04f5 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=917.814s, table=0, n_packets=1056, n_bytes=69696, priority=5,in_port=tun9ec20f827f9 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=550.443s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=920.627s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=918.967s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=918.967s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=919.122s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=919.122s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=778.879s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=778.879s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=918.967s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=918.967s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=918.967s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=919.122s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=918.009s, table=43, n_packets=6, n_bytes=264, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=918.007s, table=43, n_packets=45, n_bytes=2034, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=919.122s, table=43, n_packets=250, n_bytes=27047, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=920.627s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=918.009s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=918.009s, table=48, n_packets=22, n_bytes=1012, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=919.122s, table=48, n_packets=279, n_bytes=28333, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=919.122s, table=50, n_packets=2, n_bytes=696, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=919.122s, table=50, n_packets=6, n_bytes=1234, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8030000, duration=919.122s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=919.122s, table=51, n_packets=74, n_bytes=6144, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=112.696s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=112.696s, table=52, n_packets=1, n_bytes=90, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8803339, duration=112.680s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3339,metadata=0x33390000000000/0xfffff0000000000 actions=drop
 cookie=0x8803339, duration=112.680s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3339 actions=load:0x333900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=920.627s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=918.967s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=919.122s, table=81, n_packets=45, n_bytes=2034, priority=0 actions=drop
 cookie=0x4000001, duration=920.627s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=918.398s, table=195, n_packets=29, n_bytes=1286, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.122s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=919.122s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.122s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=919.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=919.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=919.122s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=919.122s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.122s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=919.122s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=919.122s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=919.122s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=550.286s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1f00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=113.093s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333900,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=914.068s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:tun14aa3b718ec
 cookie=0x8000007, duration=913.581s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1200 actions=output:tun9ec20f827f9
 cookie=0x8000007, duration=913.189s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:tunc2ae3f10b8d
 cookie=0x8000007, duration=913.074s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:tunc001a0f04f5
 cookie=0x8000007, duration=550.467s, table=220, n_packets=185, n_bytes=17436, priority=9,reg6=0x1e00 actions=output:6
 cookie=0x8000007, duration=550.286s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=547.788s, table=220, n_packets=2, n_bytes=180, priority=9,reg6=0x2000 actions=output:7
 cookie=0x8000007, duration=117.507s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2f00 actions=output:23
 cookie=0x8000007, duration=113.699s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x3000 actions=output:48
 cookie=0x8000007, duration=113.093s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x333900 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=919.122s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=919.122s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=919.122s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=919.122s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=919.122s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=919.122s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.122s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=919.122s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.122s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=919.122s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=919.122s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=919.122s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=919.122s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.122s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=919.122s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=919.122s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=919.122s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.606" level="INFO">${output} =  cookie=0x8000001, duration=918.009s, table=0, n_packets=1046, n_bytes=69084, priority=5,in_port=tun14aa3b718ec actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001,...</msg>
<status status="PASS" endtime="20181222 08:01:09.607" starttime="20181222 08:01:09.361"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.607" starttime="20181222 08:01:09.357"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.608" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.608" starttime="20181222 08:01:09.608"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.608" starttime="20181222 08:01:09.608"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.609" starttime="20181222 08:01:09.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="20181222 08:01:09.611" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 08:01:09.611" starttime="20181222 08:01:09.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="20181222 08:01:09.628" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333900-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.628" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333900-&gt;NXM_NX_REG6[],resub...</msg>
<status status="PASS" endtime="20181222 08:01:09.628" starttime="20181222 08:01:09.612"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.628" starttime="20181222 08:01:09.607"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.630" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.630" starttime="20181222 08:01:09.630"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.631" starttime="20181222 08:01:09.631"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.632" starttime="20181222 08:01:09.631"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.634" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.634" starttime="20181222 08:01:09.632"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.653" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=918.684s,ref_count=1,packet_count=45,byte_count=2034,bucket0:packet_count=45,byte_count=2034
 group_id=212004,duration=113.340s,ref_count=1,packet_count=1,byte_count=90,bucket0:packet_count=1,byte_count=90,bucket1:packet_count=1,byte_count=90
 group_id=212003,duration=113.340s,ref_count=1,packet_count=0,byte_count=0
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181222 08:01:09.653" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=918.684s,ref_count=1,packet_count=45,byte_count=2034,bucket0:packet_count=45,byte_count=2034
 group_id=212004,duration=113.340s,ref_count...</msg>
<status status="PASS" endtime="20181222 08:01:09.653" starttime="20181222 08:01:09.635"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.654" starttime="20181222 08:01:09.629"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.654" starttime="20181222 08:01:09.132"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.654" starttime="20181222 08:01:09.131"></status>
</kw>
<kw type="foritem" name="${conn_id} = 35">
<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="20181222 08:01:09.655" starttime="20181222 08:01:09.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>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.657" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:09.657" starttime="20181222 08:01:09.656"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.657" starttime="20181222 08:01:09.657"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.658" starttime="20181222 08:01:09.657"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.660" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:09.660" starttime="20181222 08:01:09.658"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.670" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:b3:fa:e8:f2:0c brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 06:6e:7c:2f:cd:6c brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:b3:fa:e8:f2:0c brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:91:3c:0c:22 brd ff:ff:ff:ff:ff:ff
8: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 94:0f:dd:32:1a:16 brd ff:ff:ff:ff:ff:ff
9: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether b6:37:30:2e:1e:d7 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.671" 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="20181222 08:01:09.671" starttime="20181222 08:01:09.660"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.671" starttime="20181222 08:01:09.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>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.672" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:09.672" starttime="20181222 08:01:09.672"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.673" starttime="20181222 08:01:09.672"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.673" starttime="20181222 08:01:09.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="20181222 08:01:09.675" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:09.675" starttime="20181222 08:01:09.673"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.683" 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    inet6 fe80::2b3:faff:fee8:f20c/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.36/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::2b3:faff:fee8:f20c/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:91ff:fe3c:c22/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::b437:30ff:fe2e:1ed7/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.683" 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    inet6 fe80::2b3:fa...</msg>
<status status="PASS" endtime="20181222 08:01:09.683" starttime="20181222 08:01:09.675"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.683" starttime="20181222 08:01:09.671"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.684" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 08:01:09.684" starttime="20181222 08:01:09.684"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.685" starttime="20181222 08:01:09.685"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.685" starttime="20181222 08:01:09.685"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.687" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 08:01:09.687" starttime="20181222 08:01:09.685"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.692" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.36 
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.692" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 08:01:09.692" starttime="20181222 08:01:09.687"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.692" starttime="20181222 08:01:09.684"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.693" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 08:01:09.693" starttime="20181222 08:01:09.693"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.693" starttime="20181222 08:01:09.693"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.694" starttime="20181222 08:01:09.694"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.695" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 08:01:09.695" starttime="20181222 08:01:09.694"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.700" level="INFO">? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.15) at 00:53:2a:d2:fb:8e [ether] on br-ex
? (192.0.2.21) at 00:88:0e:78:49:c6 [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.700" level="INFO">${output} = ? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [et...</msg>
<status status="PASS" endtime="20181222 08:01:09.700" starttime="20181222 08:01:09.695"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.700" starttime="20181222 08:01:09.692"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.701" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:09.702" starttime="20181222 08:01:09.701"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.702" starttime="20181222 08:01:09.702"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.703" starttime="20181222 08:01:09.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="20181222 08:01:09.705" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:09.705" starttime="20181222 08:01:09.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="20181222 08:01:09.709" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.709" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:09.709" starttime="20181222 08:01:09.705"></status>
</kw>
<msg timestamp="20181222 08:01:09.710" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:09.710" starttime="20181222 08:01:09.701"></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="20181222 08:01:09.711" level="INFO">0 lines returned</msg>
<msg timestamp="20181222 08:01:09.711" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:09.711" starttime="20181222 08:01:09.710"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181222 08:01:09.711" starttime="20181222 08:01:09.711"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.713" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:09.713" starttime="20181222 08:01:09.713"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.714" starttime="20181222 08:01:09.714"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.715" starttime="20181222 08:01:09.714"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.717" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:09.717" starttime="20181222 08:01:09.715"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.772" level="INFO">ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tun6796ead5463"
            Interface "tun6796ead5463"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.46"}
                error: "could not add network device tun6796ead5463 to ofproto (File exists)"
        Port "tun9d68704a2cf"
            Interface "tun9d68704a2cf"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.15"}
                error: "could not add network device tun9d68704a2cf to ofproto (File exists)"
        Port "tun4c2d349f04c"
            Interface "tun4c2d349f04c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.15"}
        Port "tun5dab709ae7e"
            Interface "tun5dab709ae7e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.21"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tun4376af56662"
            Interface "tun4376af56662"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.21"}
                error: "could not add network device tun4376af56662 to ofproto (File exists)"
        Port "tun1ffb9c80c23"
            Interface "tun1ffb9c80c23"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.46"}
        Port "tun142c14601dd"
            Interface "tun142c14601dd"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.23"}
        Port "tun95aa800b70c"
            Interface "tun95aa800b70c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.36", remote_ip="192.0.2.23"}
                error: "could not add network device tun95aa800b70c to ofproto (File exists)"
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.9.2"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.773" level="INFO">${output} = ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
 ...</msg>
<status status="PASS" endtime="20181222 08:01:09.773" starttime="20181222 08:01:09.718"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.773" starttime="20181222 08:01:09.712"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.775" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:09.775" starttime="20181222 08:01:09.774"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.775" starttime="20181222 08:01:09.775"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.776" starttime="20181222 08:01:09.776"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.778" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:09.779" starttime="20181222 08:01:09.776"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:09.808" level="INFO">_uuid               : ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
bridges             : [1fc0289a-f8fa-4609-b01b-fbde37fb8ecd, 42f21f59-0417-4d01-aaf1-c81dd083652d]
cur_cfg             : 17
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-novacompute-1.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-novacompute-1.opnfvlf.org", rundir="/var/run/openvswitch", system-id="f0ee6271-c14d-4b85-8a06-4701386c93f5"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [38275f2e-1d68-47c8-af90-7e67a37e7fdb, 753ff776-f0a5-4165-9a5c-9126d8e6457a, a3916f25-6196-48f0-9224-10cdea97e93f, db870310-6dd5-4b0e-af7a-0c058f3b656c]
next_cfg            : 17
other_config        : {local_ip="192.0.2.36", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.808" level="INFO">${output} = _uuid               : ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79
bridges             : [1fc0289a-f8fa-4609-b01b-fbde37fb8ecd, 42f21f59-0417-4d01-aaf1-c81dd083652d]
cur_cfg             : 17
datapath_types...</msg>
<status status="PASS" endtime="20181222 08:01:09.808" starttime="20181222 08:01:09.779"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.809" starttime="20181222 08:01:09.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>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.810" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.810" starttime="20181222 08:01:09.810"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.811" starttime="20181222 08:01:09.810"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.811" starttime="20181222 08:01:09.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="20181222 08:01:09.814" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.814" starttime="20181222 08:01:09.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="20181222 08:01:09.841" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000940fdd321a16
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:46:a4:9f:99:0e:6b
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun5dab709ae7e): addr:72:5d:99:78:c9:a9
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun1ffb9c80c23): addr:8a:1f:8a:16:95:93
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun4c2d349f04c): addr:fe:71:fb:37:ff:5e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun142c14601dd): addr:c2:61:8d:4e:da:03
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:94:0f:dd:32:1a:16
     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-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:09.841" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000940fdd321a16
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="20181222 08:01:09.841" starttime="20181222 08:01:09.814"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:09.841" starttime="20181222 08:01:09.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-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.842" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:09.842" starttime="20181222 08:01:09.842"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:09.843" starttime="20181222 08:01:09.842"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:09.843" starttime="20181222 08:01:09.843"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:09.847" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 08:01:09.847" starttime="20181222 08:01:09.843"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.106" level="INFO">cookie=0x8000001, duration=920.772s, table=0, n_packets=1056, n_bytes=69696, priority=5,in_port=tun1ffb9c80c23 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=920.772s, table=0, n_packets=1132, n_bytes=74216, priority=5,in_port=tun5dab709ae7e actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=919.259s, table=0, n_packets=1050, n_bytes=69300, priority=5,in_port=tun4c2d349f04c actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=918.750s, table=0, n_packets=1047, n_bytes=69102, priority=5,in_port=tun142c14601dd actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=504.433s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x240000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=921.050s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=919.498s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=919.498s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=919.498s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=919.498s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=779.320s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=779.320s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=919.498s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=919.259s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=919.259s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=920.475s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=918.437s, table=43, n_packets=12, n_bytes=528, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=918.437s, table=43, n_packets=48, n_bytes=2088, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=920.475s, table=43, n_packets=465, n_bytes=49974, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=921.050s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=918.437s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=918.437s, table=48, n_packets=28, n_bytes=1228, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=920.476s, table=48, n_packets=497, n_bytes=51362, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=920.476s, table=50, n_packets=1, n_bytes=399, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=920.476s, table=50, n_packets=5, n_bytes=1524, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8030000, duration=920.476s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=920.476s, table=51, n_packets=147, n_bytes=10796, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=503.759s, table=52, n_packets=18, n_bytes=1540, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=503.759s, table=52, n_packets=36, n_bytes=2936, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8803336, duration=503.501s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3336,metadata=0x33360000000000/0xfffff0000000000 actions=drop
 cookie=0x8803336, duration=503.501s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3336 actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=921.051s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=919.260s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=920.476s, table=81, n_packets=48, n_bytes=2088, priority=0 actions=drop
 cookie=0x4000001, duration=921.051s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=918.833s, table=195, n_packets=32, n_bytes=1388, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=3, n_bytes=270, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=919.500s, table=211, n_packets=180, n_bytes=17440, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=36, n_bytes=3060, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=30, n_bytes=2940, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=3, n_bytes=270, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=919.500s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=919.500s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.500s, table=213, n_packets=249, n_bytes=23710, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=919.500s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=919.500s, table=214, n_packets=174, n_bytes=17572, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=919.500s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=919.500s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.500s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=919.500s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=919.500s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=919.500s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=504.191s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2400,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=504.172s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333600,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=918.402s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:tun4c2d349f04c
 cookie=0x8000007, duration=917.946s, table=220, n_packets=5, n_bytes=874, priority=9,reg6=0x300 actions=output:tun5dab709ae7e
 cookie=0x8000007, duration=917.736s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:tun1ffb9c80c23
 cookie=0x8000007, duration=913.698s, table=220, n_packets=7, n_bytes=1284, priority=9,reg6=0xc00 actions=output:tun142c14601dd
 cookie=0x8000007, duration=504.191s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2400 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=504.172s, table=220, n_packets=288, n_bytes=26628, priority=9,reg6=0x333600 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=170.858s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2800 actions=output:8
 cookie=0x8000007, duration=153.320s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2500 actions=output:7
 cookie=0x6900000, duration=144.869s, table=220, n_packets=139, n_bytes=14451, priority=6,reg6=0x2300 actions=load:0xa0002300-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=919.499s, table=239, n_packets=23, n_bytes=1682, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=919.499s, table=239, n_packets=204, n_bytes=25730, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=919.499s, table=239, n_packets=127, n_bytes=5478, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=919.500s, table=240, n_packets=10, n_bytes=3396, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=919.500s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=919.500s, table=240, n_packets=18, n_bytes=1284, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=919.500s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=120, n_bytes=12980, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=46, n_bytes=6600, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=30, n_bytes=3060, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=919.499s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=919.500s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.500s, table=243, n_packets=196, n_bytes=21880, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=919.500s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=919.500s, table=244, n_packets=186, n_bytes=18500, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=919.500s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=919.500s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=919.500s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=919.500s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=919.500s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=919.500s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:10.106" level="INFO">${output} =  cookie=0x8000001, duration=920.772s, table=0, n_packets=1056, n_bytes=69696, priority=5,in_port=tun1ffb9c80c23 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001,...</msg>
<status status="PASS" endtime="20181222 08:01:10.107" starttime="20181222 08:01:09.847"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.107" starttime="20181222 08:01:09.841"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.108" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.108" starttime="20181222 08:01:10.108"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.110" starttime="20181222 08:01:10.109"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.110" starttime="20181222 08:01:10.110"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.113" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181222 08:01:10.113" starttime="20181222 08:01:10.110"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.135" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212003,type=all
 group_id=230001,type=all,bucket=actions=drop
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333600-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:10.136" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=resubmit(,81)
 group_id=212003,type=all
 group_id=230001,type=all,bucket=actions=drop
 group_id=212004,type=all,buc...</msg>
<status status="PASS" endtime="20181222 08:01:10.136" starttime="20181222 08:01:10.114"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.136" starttime="20181222 08:01:10.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-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.138" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.138" starttime="20181222 08:01:10.137"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.139" starttime="20181222 08:01:10.138"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.139" starttime="20181222 08:01:10.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="20181222 08:01:10.142" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.142" starttime="20181222 08:01:10.139"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.169" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=919.135s,ref_count=1,packet_count=48,byte_count=2088,bucket0:packet_count=48,byte_count=2088
 group_id=212003,duration=504.196s,ref_count=1,packet_count=0,byte_count=0
 group_id=230001,duration=497.623s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=212004,duration=504.196s,ref_count=1,packet_count=36,byte_count=2936,bucket0:packet_count=36,byte_count=2936,bucket1:packet_count=36,byte_count=2936
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181222 08:01:10.170" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=919.135s,ref_count=1,packet_count=48,byte_count=2088,bucket0:packet_count=48,byte_count=2088
 group_id=212003,duration=504.196s,ref_count...</msg>
<status status="PASS" endtime="20181222 08:01:10.170" starttime="20181222 08:01:10.143"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.170" starttime="20181222 08:01:10.136"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.170" starttime="20181222 08:01:09.654"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.170" starttime="20181222 08:01:09.654"></status>
</kw>
<kw type="foritem" name="${conn_id} = 36">
<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="20181222 08:01:10.172" starttime="20181222 08:01:10.172"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.173" level="INFO">cmd: ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:10.174" starttime="20181222 08:01:10.173"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.174" starttime="20181222 08:01:10.174"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.175" starttime="20181222 08:01:10.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="20181222 08:01:10.177" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181222 08:01:10.177" starttime="20181222 08:01:10.175"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.190" 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 master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:88:0e:78:49:c6 brd ff:ff:ff:ff:ff:ff
3: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 1a:12:3a:fd:7e:73 brd ff:ff:ff:ff:ff:ff
4: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:88:0e:78:49:c6 brd ff:ff:ff:ff:ff:ff
5: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:2e:23:f3:dd brd ff:ff:ff:ff:ff:ff
8: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 10:db:d9:bd:ed:17 brd ff:ff:ff:ff:ff:ff
9: vxlan_sys_4789: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 65000 qdisc noqueue master ovs-system state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 56:8c:93:36:36:94 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.190" 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="20181222 08:01:10.190" starttime="20181222 08:01:10.177"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.190" starttime="20181222 08:01:10.172"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.192" level="INFO">cmd: ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:10.192" starttime="20181222 08:01:10.192"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.193" starttime="20181222 08:01:10.192"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.193" starttime="20181222 08:01: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>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.196" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181222 08:01:10.196" starttime="20181222 08:01:10.194"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.204" 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    inet6 fe80::288:eff:fe78:49c6/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.21/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::288:eff:fe78:49c6/64 scope link \       valid_lft forever preferred_lft forever
5: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
5: docker0    inet6 fe80::42:2eff:fe23:f3dd/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::548c:93ff:fe36:3694/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.204" 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    inet6 fe80::288:ef...</msg>
<status status="PASS" endtime="20181222 08:01:10.204" starttime="20181222 08:01:10.196"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.204" starttime="20181222 08:01:10.191"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.205" level="INFO">cmd: ip route</msg>
<status status="PASS" endtime="20181222 08:01:10.205" starttime="20181222 08:01:10.205"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.206" starttime="20181222 08:01:10.206"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.206" starttime="20181222 08:01:10.206"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.208" level="INFO">ip route</msg>
<status status="PASS" endtime="20181222 08:01:10.208" starttime="20181222 08:01:10.206"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.212" level="INFO">default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev br-ex proto kernel scope link src 192.0.2.21 
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.212" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
169.254.0.0/16 dev eth0 scope link metric 1002 
169.254.0.0/16 dev br-ex scope link metric 1004 
169.254.169.254 via 192.0.2.1 dev br-ex 
172.31.0.0/24 dev docker0...</msg>
<status status="PASS" endtime="20181222 08:01:10.212" starttime="20181222 08:01:10.208"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.212" starttime="20181222 08:01:10.204"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.213" level="INFO">cmd: arp -an</msg>
<status status="PASS" endtime="20181222 08:01:10.213" starttime="20181222 08:01:10.213"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.214" starttime="20181222 08:01:10.214"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.214" starttime="20181222 08:01:10.214"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.216" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181222 08:01:10.216" starttime="20181222 08:01:10.215"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.223" level="INFO">? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [ether] on br-ex
? (192.0.2.38) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.1) at 00:72:30:d4:2c:e7 [ether] on br-ex
? (192.0.2.23) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.15) at 00:53:2a:d2:fb:8e [ether] on br-ex
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.223" level="INFO">${output} = ? (192.0.2.17) at 00:59:b3:11:74:42 [ether] on br-ex
? (192.0.2.46) at 00:4e:c6:6b:4d:6e [ether] on br-ex
? (192.0.2.99) at 72:87:e7:76:32:42 [ether] on br-ex
? (192.0.2.36) at 00:b3:fa:e8:f2:0c [e...</msg>
<status status="PASS" endtime="20181222 08:01:10.223" starttime="20181222 08:01:10.216"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.224" starttime="20181222 08:01:10.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>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.225" level="INFO">cmd: ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:10.226" starttime="20181222 08:01:10.225"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.226" starttime="20181222 08:01:10.226"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.227" starttime="20181222 08:01:10.227"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.230" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181222 08:01:10.230" starttime="20181222 08:01:10.227"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.232" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.232" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:10.232" starttime="20181222 08:01:10.230"></status>
</kw>
<msg timestamp="20181222 08:01:10.232" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:10.232" starttime="20181222 08:01:10.224"></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="20181222 08:01:10.233" level="INFO">0 lines returned</msg>
<msg timestamp="20181222 08:01:10.233" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:10.233" starttime="20181222 08:01:10.233"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181222 08:01:10.233" starttime="20181222 08:01:10.233"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.235" level="INFO">cmd: sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:10.235" starttime="20181222 08:01:10.235"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.236" starttime="20181222 08:01:10.235"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.236" starttime="20181222 08:01:10.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="20181222 08:01:10.238" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181222 08:01:10.239" starttime="20181222 08:01:10.237"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.288" level="INFO">33f35569-46c6-4971-8228-90d22c203dc2
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.15:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.15:6653"
            is_connected: true
        Controller "tcp:192.0.2.46:6653"
            is_connected: true
        Controller "tcp:192.0.2.23:6653"
            is_connected: true
        fail_mode: secure
        Port "tun56da96f6079"
            Interface "tun56da96f6079"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.36"}
                error: "could not add network device tun56da96f6079 to ofproto (File exists)"
        Port "tun214059764a9"
            Interface "tun214059764a9"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.36"}
        Port "tun2e4e5b7e21c"
            Interface "tun2e4e5b7e21c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.23"}
                error: "could not add network device tun2e4e5b7e21c to ofproto (File exists)"
        Port "tun41ce5f00c8e"
            Interface "tun41ce5f00c8e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.23"}
        Port "tune2e97121c6e"
            Interface "tune2e97121c6e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.46"}
                error: "could not add network device tune2e97121c6e to ofproto (File exists)"
        Port "tuncda06a2d94c"
            Interface "tuncda06a2d94c"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.46"}
        Port br-int
            Interface br-int
                type: internal
        Port "tun7c2adfb4d8e"
            Interface "tun7c2adfb4d8e"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.15"}
        Port "tune5a40d192ef"
            Interface "tune5a40d192ef"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.21", remote_ip="192.0.2.15"}
                error: "could not add network device tune5a40d192ef to ofproto (File exists)"
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    Bridge br-ex
        fail_mode: standalone
        Port "eth0"
            Interface "eth0"
        Port br-ex
            Interface br-ex
                type: internal
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
    ovs_version: "2.9.2"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.288" level="INFO">${output} = 33f35569-46c6-4971-8228-90d22c203dc2
    Manager "tcp:192.0.2.23:6640"
        is_connected: true
    Manager "tcp:192.0.2.46:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
 ...</msg>
<status status="PASS" endtime="20181222 08:01:10.288" starttime="20181222 08:01:10.239"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.288" starttime="20181222 08:01:10.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>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.289" level="INFO">cmd: sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:10.289" starttime="20181222 08:01:10.289"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.290" starttime="20181222 08:01:10.289"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.290" starttime="20181222 08:01:10.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="20181222 08:01:10.292" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181222 08:01:10.292" starttime="20181222 08:01:10.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="20181222 08:01:10.320" level="INFO">_uuid               : 33f35569-46c6-4971-8228-90d22c203dc2
bridges             : [401882a1-3883-42d2-9d72-345e615f423d, 81951951-f340-45ae-af97-1bcdc3c4d7b1]
cur_cfg             : 17
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-novacompute-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-novacompute-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="2a491103-4f22-4eb7-a853-00b75135392d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [08744200-a18e-47f0-90cd-31c12cd83dd9, 17678b09-0b19-468b-94e1-0d8f646c0833, 6ee97dd3-d65e-48b5-a22f-bc12b6255507, 8a60db9c-295d-4647-b2b9-8f0ce3aaace8]
next_cfg            : 17
other_config        : {local_ip="192.0.2.21", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.2"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.320" level="INFO">${output} = _uuid               : 33f35569-46c6-4971-8228-90d22c203dc2
bridges             : [401882a1-3883-42d2-9d72-345e615f423d, 81951951-f340-45ae-af97-1bcdc3c4d7b1]
cur_cfg             : 17
datapath_types...</msg>
<status status="PASS" endtime="20181222 08:01:10.320" starttime="20181222 08:01:10.293"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.320" starttime="20181222 08:01:10.288"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.322" level="INFO">cmd: sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.322" starttime="20181222 08:01:10.321"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.322" starttime="20181222 08:01:10.322"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.323" starttime="20181222 08:01:10.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="20181222 08:01:10.326" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.326" starttime="20181222 08:01:10.323"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.356" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000010dbd9bded17
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:12:25:ac:d5:14:df
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun214059764a9): addr:8e:9b:71:ef:4e:84
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tuncda06a2d94c): addr:fe:dd:88:14:87:16
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun7c2adfb4d8e): addr:f2:97:2b:b4:98:27
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun41ce5f00c8e): addr:9e:89:d0:4c:ae:aa
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:10:db:d9:bd:ed:17
     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-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.356" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000010dbd9bded17
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="20181222 08:01:10.356" starttime="20181222 08:01:10.326"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.356" starttime="20181222 08:01:10.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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.358" level="INFO">cmd: sudo ovs-ofctl dump-flows br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.358" starttime="20181222 08:01:10.358"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.359" starttime="20181222 08:01:10.358"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.359" starttime="20181222 08:01:10.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="20181222 08:01:10.363" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181222 08:01:10.363" starttime="20181222 08:01:10.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="20181222 08:01:10.625" level="INFO">cookie=0x8000001, duration=921.810s, table=0, n_packets=1059, n_bytes=70438, priority=5,in_port=tun214059764a9 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=921.472s, table=0, n_packets=1053, n_bytes=69498, priority=5,in_port=tuncda06a2d94c actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=919.644s, table=0, n_packets=1053, n_bytes=69498, priority=5,in_port=tun7c2adfb4d8e actions=write_metadata:0x90000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=919.533s, table=0, n_packets=1188, n_bytes=84591, priority=5,in_port=tun41ce5f00c8e actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=483.832s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x270000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=921.810s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=920.928s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=920.928s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=920.928s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=920.928s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=779.902s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x1771033c22/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=779.902s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x33c22/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000010, duration=920.928s, table=22, n_packets=0, n_bytes=0, priority=0,ipv6 actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x86dd,NXM_NX_IPV6_DST[],OXM_OF_METADATA[1..23])
 cookie=0x8000010, duration=920.928s, table=22, n_packets=0, n_bytes=0, priority=0,ip actions=CONTROLLER:65535,learn(table=22,hard_timeout=10,priority=10,cookie=0x8000010,eth_type=0x800,NXM_OF_IP_DST[],OXM_OF_METADATA[1..23])
 cookie=0x1080000, duration=920.928s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=920.928s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=919.127s, table=43, n_packets=6, n_bytes=264, priority=100,arp,arp_op=2 actions=resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x822002d, duration=919.038s, table=43, n_packets=96, n_bytes=4068, priority=100,arp,arp_op=1 actions=group:5500,resubmit(,195),resubmit(,196),resubmit(,48)
 cookie=0x8220000, duration=920.928s, table=43, n_packets=435, n_bytes=44761, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=921.810s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=919.127s, table=48, n_packets=0, n_bytes=0, priority=100,arp,reg4=0x101/0xffff actions=load:0-&gt;NXM_NX_REG4[],CONTROLLER:65535,resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=919.127s, table=48, n_packets=68, n_bytes=2888, priority=100,arp,reg4=0x1/0xffff actions=load:0-&gt;NXM_NX_REG4[],resubmit(,49),resubmit(,50)
 cookie=0x8500000, duration=920.928s, table=48, n_packets=469, n_bytes=46205, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=920.928s, table=50, n_packets=2, n_bytes=445, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=920.928s, table=50, n_packets=5, n_bytes=1234, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031771, duration=765.226s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1771000000/0xffff000000,dl_dst=72:87:e7:76:32:42 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=920.928s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=920.928s, table=51, n_packets=116, n_bytes=7732, priority=0 actions=goto_table:52
 cookie=0x8701772, duration=482.969s, table=52, n_packets=8, n_bytes=424, priority=5,metadata=0x1772000001/0xffff000001 actions=write_actions(group:212003)
 cookie=0x8701772, duration=482.969s, table=52, n_packets=18, n_bytes=1468, priority=5,metadata=0x1772000000/0xffff000001 actions=write_actions(group:212004)
 cookie=0x8803337, duration=482.969s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3337,metadata=0x33370000000000/0xfffff0000000000 actions=drop
 cookie=0x8803337, duration=482.969s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3337 actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=921.810s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=920.927s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=920.928s, table=81, n_packets=96, n_bytes=4068, priority=0 actions=drop
 cookie=0x4000001, duration=921.810s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x88880000, duration=919.423s, table=195, n_packets=34, n_bytes=1444, priority=0,arp actions=CONTROLLER:65535,learn(table=195,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[0..7]),learn(table=196,hard_timeout=5,priority=10,cookie=0x88880000,eth_type=0x806,NXM_OF_ARP_OP[],NXM_OF_ARP_SPA[]=NXM_OF_ARP_TPA[],OXM_OF_METADATA[24..39],load:0x1-&gt;NXM_NX_REG4[8..15])
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=920.928s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=271, n_bytes=26234, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=22, n_bytes=1870, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=25, n_bytes=2450, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=920.928s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=920.928s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=920.928s, table=213, n_packets=320, n_bytes=30734, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=920.928s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=920.928s, table=214, n_packets=245, n_bytes=24790, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=920.928s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=920.928s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=920.928s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=920.928s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=920.928s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=920.928s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=483.671s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=483.645s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x333700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=919.127s, table=220, n_packets=80, n_bytes=4784, priority=9,reg6=0x100 actions=output:tun214059764a9
 cookie=0x8000007, duration=917.375s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:tuncda06a2d94c
 cookie=0x8000007, duration=914.793s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:tun7c2adfb4d8e
 cookie=0x8000007, duration=914.422s, table=220, n_packets=275, n_bytes=23586, priority=9,reg6=0xb00 actions=output:tun41ce5f00c8e
 cookie=0x8000007, duration=483.671s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2700 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=483.645s, table=220, n_packets=144, n_bytes=13314, priority=9,reg6=0x333700 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=190.962s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2a00 actions=output:26
 cookie=0x6900000, duration=181.174s, table=220, n_packets=114, n_bytes=10921, priority=6,reg6=0x2900 actions=load:0xa0002900-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=162.620s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2600 actions=output:6
 cookie=0x6900000, duration=920.927s, table=239, n_packets=12, n_bytes=856, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=920.927s, table=239, n_packets=241, n_bytes=28534, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=920.927s, table=239, n_packets=82, n_bytes=3492, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=920.927s, table=240, n_packets=6, n_bytes=2004, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=920.927s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=920.927s, table=240, n_packets=11, n_bytes=778, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=920.927s, table=241, n_packets=180, n_bytes=18988, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=28, n_bytes=3946, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=25, n_bytes=2510, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=920.927s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=920.928s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=920.928s, table=243, n_packets=233, n_bytes=25072, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=920.928s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=920.928s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=920.928s, table=244, n_packets=227, n_bytes=23068, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=920.928s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=920.928s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=920.928s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=920.928s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=920.928s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.625" level="INFO">${output} =  cookie=0x8000001, duration=921.810s, table=0, n_packets=1059, n_bytes=70438, priority=5,in_port=tun214059764a9 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001,...</msg>
<status status="PASS" endtime="20181222 08:01:10.625" starttime="20181222 08:01:10.364"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.625" starttime="20181222 08:01:10.357"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.627" level="INFO">cmd: sudo ovs-ofctl dump-groups br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.627" starttime="20181222 08:01:10.626"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.627" starttime="20181222 08:01:10.627"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.628" starttime="20181222 08:01:10.627"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.630" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181222 08:01:10.630" starttime="20181222 08:01:10.628"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181222 08:01:10.647" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all
 group_id=5500,type=all,bucket=actions=resubmit(,81)
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.647" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=212004,type=all,bucket=actions=group:212003,bucket=actions=load:0x333700-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=212003,type=all
 group_id=5500,t...</msg>
<status status="PASS" endtime="20181222 08:01:10.647" starttime="20181222 08:01:10.630"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.648" starttime="20181222 08:01:10.626"></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="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>cmd: ${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.649" level="INFO">cmd: sudo ovs-ofctl dump-group-stats br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.649" starttime="20181222 08:01:10.649"></status>
</kw>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:10.649" starttime="20181222 08:01:10.649"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181222 08:01:10.650" starttime="20181222 08:01:10.650"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.652" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181222 08:01:10.652" starttime="20181222 08:01:10.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="20181222 08:01:10.677" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=212004,duration=483.630s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468,bucket1:packet_count=18,byte_count=1468
 group_id=212003,duration=483.630s,ref_count=1,packet_count=0,byte_count=0
 group_id=5500,duration=919.417s,ref_count=1,packet_count=96,byte_count=4068,bucket0:packet_count=96,byte_count=4068
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181222 08:01:10.677" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=212004,duration=483.630s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468,bucket1:packet_count=18,byte_count=1468
 g...</msg>
<status status="PASS" endtime="20181222 08:01:10.677" starttime="20181222 08:01:10.652"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.678" starttime="20181222 08:01:10.648"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.678" starttime="20181222 08:01:10.171"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.678" starttime="20181222 08:01:10.170"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.678" starttime="20181222 08:01:09.131"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.678" starttime="20181222 08:01:09.131"></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="20181222 08:01:10.692" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.38:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fa6ac1c0490&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181222 08:01:10.693" starttime="20181222 08:01:10.692"></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="20181222 08:01:10.707" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.707" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.707" starttime="20181222 08:01:10.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="20181222 08:01:10.708" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.708" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.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="20181222 08:01:10.709" starttime="20181222 08:01:10.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="20181222 08:01:10.709" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.709" starttime="20181222 08:01:10.709"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.709" starttime="20181222 08:01:10.693"></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="20181222 08:01:10.720" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.720" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.720" starttime="20181222 08:01:10.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="20181222 08:01:10.721" 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":6000,"mac-timeout":300}]}} </msg>
<msg timestamp="20181222 08:01:10.722" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.722" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 6000,
                "exte...</msg>
<status status="PASS" endtime="20181222 08:01:10.722" starttime="20181222 08:01:10.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="20181222 08:01:10.723" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 6000,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.723" starttime="20181222 08:01:10.722"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.723" starttime="20181222 08:01:10.709"></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="20181222 08:01:10.733" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.734" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.734" starttime="20181222 08:01:10.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="20181222 08:01:10.735" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.735" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.735" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.735" starttime="20181222 08:01:10.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="20181222 08:01:10.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="20181222 08:01:10.735" starttime="20181222 08:01:10.735"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.735" starttime="20181222 08:01:10.723"></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="20181222 08:01:10.752" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.752" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.752" starttime="20181222 08:01:10.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="20181222 08:01:10.756" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"snatGroupIdPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":230000,"cursor":230001,"end":232499},"block-size":2500},{"pool-name":"RouteDistinguisherPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"interfaces.-1073741289","last-access-time":1545465571},{"child-pool-name":"interfaces.-1073741266","last-access-time":1545465573},{"child-pool-name":"interfaces.-1073741297","last-access-time":1545464230}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553,"id-entries":[{"id-key":"tun5dab709ae7e","id-value":[3]},{"id-key":"tunb7e4b3b33f6","id-value":[6]},{"id-key":"tun7c2adfb4d8e","id-value":[9]},{"id-key":"tun434623c4cec","id-value":[19]},{"id-key":"tun142c14601dd","id-value":[12]},{"id-key":"tun1b03ffe1e1e","id-value":[20]},{"id-key":"tun41ce5f00c8e","id-value":[11]},{"id-key":"162795856468502:br-ex-patch:trunk","id-value":[36]},{"id-key":"tun495c4e9bfba","id-value":[7]},{"id-key":"tunc001a0f04f5","id-value":[16]},{"id-key":"18536436985111:br-ex-patch:trunk","id-value":[39]},{"id-key":"tunf128d08df5b","id-value":[17]},{"id-key":"tunc2ae3f10b8d","id-value":[15]},{"id-key":"80035509521015:br-ex-patch:trunk","id-value":[27]},{"id-key":"tuncda06a2d94c","id-value":[4]},{"id-key":"tunf0007d8b600","id-value":[14]},{"id-key":"tun214059764a9","id-value":[1]},{"id-key":"tun9ec20f827f9","id-value":[18]},{"id-key":"tun25ad0ecff7f","id-value":[10]},{"id-key":"tun131cf19c31c","id-value":[8]},{"id-key":"tun4c2d349f04c","id-value":[5]},{"id-key":"128470671326236:br-ex-patch:trunk","id-value":[29]},{"id-key":"194174214523536:br-ex-patch:trunk","id-value":[31]},{"id-key":"tun14aa3b718ec","id-value":[13]},{"id-key":"tun1ffb9c80c23","id-value":[2]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741266","last-access-time":1545464233},{"child-pool-name":"nextHopPointerPool.-1073741289","last-access-time":1545464234},{"child-pool-name":"nextHopPointerPool.-1073741297","last-access-time":1545464234}],"available-ids-holder":{"start":150000,"cursor":157499,"end":175000},"block-size":2500},{"pool-name":"nextHopPointerPool.-1073741266","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":"elan.ids.pool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5500,"cursor":5500,"end":5999},"block-size":500},{"pool-name":"nextHopPointerPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":155000,"cursor":154999,"end":157499},"block-size":2500},{"pool-name":"vpnservices.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":106000,"cursor":106002,"end":108999},"block-size":3000},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741266","last-access-time":1545464237},{"child-pool-name":"snatGroupIdPool.-1073741289","last-access-time":1545465116},{"child-pool-name":"snatGroupIdPool.-1073741297","last-access-time":1545464238}],"available-ids-holder":{"start":225000,"cursor":232499,"end":250000},"block-size":2500,"id-entries":[{"id-key":"snatmiss.efaf0f42-1e23-4906-a1db-f5def9de0dac","id-value":[230000]},{"id-key":"snatmiss.875532d5-6337-4281-9de3-111790967d92","id-value":[230001]}]},{"pool-name":"vpnservices.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":99999,"end":102999},"block-size":3000},{"pool-name":"lporttag.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":180000,"cursor":179999,"end":189998},"block-size":9999},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"lporttag.-1073741289","last-access-time":1545464236},{"child-pool-name":"lporttag.-1073741297","last-access-time":1545464235},{"child-pool-name":"lporttag.-1073741266","last-access-time":1545464234}],"available-ids-holder":{"start":170001,"cursor":199997,"end":270000},"block-size":9999},{"pool-name":"aliveness-monitor.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":2,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":0,"end":999},"block-size":999},{"pool-name":"ACL-TAG-POOL.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1000,"cursor":1001,"end":1998},"block-size":999},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741266","last-access-time":1545464235}],"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]},{"id-key":"2.120000.4.Ipv6Nd.","id-value":[2]}]},{"pool-name":"Itmservices.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":10000,"cursor":9999,"end":19998},"block-size":9999},{"pool-name":"snatGroupIdPool.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":224999,"end":227499},"block-size":2500},{"pool-name":"interfaces.-1073741289","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465537,"id":13111},{"ready-time-sec":1545465555,"id":13110},{"ready-time-sec":1545465564,"id":13107},{"ready-time-sec":1545465575,"id":13108},{"ready-time-sec":1545465583,"id":13109},{"ready-time-sec":1545465601,"id":13112},{"ready-time-sec":1545465601,"id":13113}],"available-id-count":7,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":13107,"cursor":13113,"end":19659},"block-size":6553},{"pool-name":"interfaces.-1073741266","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465108,"id":21},{"ready-time-sec":1545465108,"id":22},{"ready-time-sec":1545465108,"id":23},{"ready-time-sec":1545465108,"id":24},{"ready-time-sec":1545465108,"id":25},{"ready-time-sec":1545465511,"id":42},{"ready-time-sec":1545465520,"id":41},{"ready-time-sec":1545465530,"id":40},{"ready-time-sec":1545465539,"id":38},{"ready-time-sec":1545465548,"id":37},{"ready-time-sec":1545465556,"id":35},{"ready-time-sec":1545465564,"id":26},{"ready-time-sec":1545465568,"id":34},{"ready-time-sec":1545465572,"id":33},{"ready-time-sec":1545465575,"id":28},{"ready-time-sec":1545465579,"id":32},{"ready-time-sec":1545465583,"id":30},{"ready-time-sec":1545465592,"id":44},{"ready-time-sec":1545465593,"id":47},{"ready-time-sec":1545465594,"id":45},{"ready-time-sec":1545465602,"id":46},{"ready-time-sec":1545465602,"id":48},{"ready-time-sec":1545465603,"id":43}],"available-id-count":23,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":48,"end":6553},"block-size":6553},{"pool-name":"vpnservices.-1073741297","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465104,"id":106001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":103000,"cursor":102999,"end":105999},"block-size":3000},{"pool-name":"RouteDistinguisherPool.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":13107,"cursor":13106,"end":19659},"block-size":6553},{"pool-name":"Itmservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"Itmservices.-1073741266","last-access-time":1545464231},{"child-pool-name":"Itmservices.-1073741289","last-access-time":1545464233},{"child-pool-name":"Itmservices.-1073741297","last-access-time":1545464233}],"available-ids-holder":{"start":1,"cursor":29997,"end":100000},"block-size":9999},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741266","last-access-time":1545464232},{"child-pool-name":"elan.ids.pool.-1073741289","last-access-time":1545465574},{"child-pool-name":"elan.ids.pool.-1073741297","last-access-time":1545464750}],"available-ids-holder":{"start":5000,"cursor":6499,"end":10000},"block-size":500,"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5500]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[6000]}]},{"pool-name":"RouteDistinguisherPool.-1073741266","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},{"pool-name":"nextHopPointerPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":152500,"cursor":152499,"end":154999},"block-size":2500},{"pool-name":"lporttag.-1073741266","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":"elan.ids.pool.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":4999,"end":5499},"block-size":500},{"pool-name":"lporttag.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":189999,"cursor":189998,"end":199997},"block-size":9999},{"pool-name":"elan.ids.pool.-1073741289","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1545465108,"id":6001},{"ready-time-sec":1545465595,"id":6003},{"ready-time-sec":1545465604,"id":6002}],"available-id-count":3,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":6000,"cursor":6003,"end":6499},"block-size":500},{"pool-name":"Itmservices.-1073741289","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":19999,"cursor":19998,"end":29997},"block-size":9999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741297","last-access-time":1545464237},{"child-pool-name":"RouteDistinguisherPool.-1073741289","last-access-time":1545464237},{"child-pool-name":"RouteDistinguisherPool.-1073741266","last-access-time":1545464236}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"vpnservices.-1073741266","last-access-time":1545464234},{"child-pool-name":"vpnservices.-1073741289","last-access-time":1545464889},{"child-pool-name":"vpnservices.-1073741297","last-access-time":1545465074}],"available-ids-holder":{"start":100000,"cursor":108999,"end":130000},"block-size":3000,"id-entries":[{"id-key":"fabaf5e5-91e8-452d-951f-4a659655a5af","id-value":[106000]},{"id-key":"efaf0f42-1e23-4906-a1db-f5def9de0dac.192.0.2.0/24","id-value":[106002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741266","last-access-time":1545464228}],"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999},{"pool-name":"interfaces.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741297","last-access-time":1545465122},{"child-pool-name":"ACL-TAG-POOL.-1073741289","last-access-time":1545465080},{"child-pool-name":"ACL-TAG-POOL.-1073741266","last-access-time":1545464231}],"available-ids-holder":{"start":1,"cursor":2997,"end":10000},"block-size":999,"id-entries":[{"id-key":"35345925-ed4e-42ca-9aef-f49504fefdcb","id-value":[1999]},{"id-key":"4a2f90af-d183-47be-9bb6-34a424df6ca6","id-value":[1000]},{"id-key":"85374a30-1fb2-4159-9221-eeb3c09bd09d","id-value":[1001]}]},{"pool-name":"snatGroupIdPool.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":227500,"cursor":227499,"end":229999},"block-size":2500},{"pool-name":"opendaylight-vni-ranges.-1073741266","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":"Itmservices.-1073741266","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"Itmservices","available-ids-holder":{"start":1,"cursor":0,"end":9999},"block-size":9999},{"pool-name":"ACL-TAG-POOL.-1073741297","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1999,"cursor":1999,"end":2997},"block-size":999}]}} </msg>
<msg timestamp="20181222 08:01:10.756" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.757" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 230001,
                    "end": 232499,
                    "start": 2...</msg>
<status status="PASS" endtime="20181222 08:01:10.757" starttime="20181222 08:01:10.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="20181222 08:01:10.757" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 230001,
                    "end": 232499,
                    "start": 230000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19659,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741289",
                        "last-access-time": 1545465571
                    },
                    {
                        "child-pool-name": "interfaces.-1073741266",
                        "last-access-time": 1545465573
                    },
                    {
                        "child-pool-name": "interfaces.-1073741297",
                        "last-access-time": 1545464230
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "tun5dab709ae7e",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "tunb7e4b3b33f6",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "tun7c2adfb4d8e",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "tun434623c4cec",
                        "id-value": [
                            19
                        ]
                    },
                    {
                        "id-key": "tun142c14601dd",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "tun1b03ffe1e1e",
                        "id-value": [
                            20
                        ]
                    },
                    {
                        "id-key": "tun41ce5f00c8e",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "162795856468502:br-ex-patch:trunk",
                        "id-value": [
                            36
                        ]
                    },
                    {
                        "id-key": "tun495c4e9bfba",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "tunc001a0f04f5",
                        "id-value": [
                            16
                        ]
                    },
                    {
                        "id-key": "18536436985111:br-ex-patch:trunk",
                        "id-value": [
                            39
                        ]
                    },
                    {
                        "id-key": "tunf128d08df5b",
                        "id-value": [
                            17
                        ]
                    },
                    {
                        "id-key": "tunc2ae3f10b8d",
                        "id-value": [
                            15
                        ]
                    },
                    {
                        "id-key": "80035509521015:br-ex-patch:trunk",
                        "id-value": [
                            27
                        ]
                    },
                    {
                        "id-key": "tuncda06a2d94c",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "tunf0007d8b600",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "tun214059764a9",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "tun9ec20f827f9",
                        "id-value": [
                            18
                        ]
                    },
                    {
                        "id-key": "tun25ad0ecff7f",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "tun131cf19c31c",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "tun4c2d349f04c",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "128470671326236:br-ex-patch:trunk",
                        "id-value": [
                            29
                        ]
                    },
                    {
                        "id-key": "194174214523536:br-ex-patch:trunk",
                        "id-value": [
                            31
                        ]
                    },
                    {
                        "id-key": "tun14aa3b718ec",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "tun1ffb9c80c23",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 157499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741266",
                        "last-access-time": 1545464233
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741289",
                        "last-access-time": 1545464234
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741297",
                        "last-access-time": 1545464234
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5500,
                    "end": 5999,
                    "start": 5500
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 154999,
                    "end": 157499,
                    "start": 155000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 106002,
                    "end": 108999,
                    "start": 106000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 232499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741266",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741289",
                        "last-access-time": 1545465116
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741297",
                        "last-access-time": 1545464238
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.efaf0f42-1e23-4906-a1db-f5def9de0dac",
                        "id-value": [
                            230000
                        ]
                    },
                    {
                        "id-key": "snatmiss.875532d5-6337-4281-9de3-111790967d92",
                        "id-value": [
                            230001
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 99999,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 189998,
                    "start": 180000
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 199997,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741289",
                        "last-access-time": 1545464236
                    },
                    {
                        "child-pool-name": "lporttag.-1073741297",
                        "last-access-time": 1545464235
                    },
                    {
                        "child-pool-name": "lporttag.-1073741266",
                        "last-access-time": 1545464234
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1001,
                    "end": 1998,
                    "start": 1000
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741289",
                "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": "aliveness-monitor.-1073741266",
                        "last-access-time": 1545464235
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "2.120000.4.Ipv6Nd.",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 9999,
                    "end": 19998,
                    "start": 10000
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 224999,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13113,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 7,
                    "delayed-id-entries": [
                        {
                            "id": 13111,
                            "ready-time-sec": 1545465537
                        },
                        {
                            "id": 13110,
                            "ready-time-sec": 1545465555
                        },
                        {
                            "id": 13107,
                            "ready-time-sec": 1545465564
                        },
                        {
                            "id": 13108,
                            "ready-time-sec": 1545465575
                        },
                        {
                            "id": 13109,
                            "ready-time-sec": 1545465583
                        },
                        {
                            "id": 13112,
                            "ready-time-sec": 1545465601
                        },
                        {
                            "id": 13113,
                            "ready-time-sec": 1545465601
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 48,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 23,
                    "delayed-id-entries": [
                        {
                            "id": 21,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 42,
                            "ready-time-sec": 1545465511
                        },
                        {
                            "id": 41,
                            "ready-time-sec": 1545465520
                        },
                        {
                            "id": 40,
                            "ready-time-sec": 1545465530
                        },
                        {
                            "id": 38,
                            "ready-time-sec": 1545465539
                        },
                        {
                            "id": 37,
                            "ready-time-sec": 1545465548
                        },
                        {
                            "id": 35,
                            "ready-time-sec": 1545465556
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1545465564
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1545465568
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1545465572
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1545465575
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1545465579
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1545465583
                        },
                        {
                            "id": 44,
                            "ready-time-sec": 1545465592
                        },
                        {
                            "id": 47,
                            "ready-time-sec": 1545465593
                        },
                        {
                            "id": 45,
                            "ready-time-sec": 1545465594
                        },
                        {
                            "id": 46,
                            "ready-time-sec": 1545465602
                        },
                        {
                            "id": 48,
                            "ready-time-sec": 1545465602
                        },
                        {
                            "id": 43,
                            "ready-time-sec": 1545465603
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 105999,
                    "start": 103000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 106001,
                            "ready-time-sec": 1545465104
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 29997,
                    "end": 100000,
                    "start": 1
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "Itmservices.-1073741266",
                        "last-access-time": 1545464231
                    },
                    {
                        "child-pool-name": "Itmservices.-1073741289",
                        "last-access-time": 1545464233
                    },
                    {
                        "child-pool-name": "Itmservices.-1073741297",
                        "last-access-time": 1545464233
                    }
                ],
                "pool-name": "Itmservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741266",
                        "last-access-time": 1545464232
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741289",
                        "last-access-time": 1545465574
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741297",
                        "last-access-time": 1545464750
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5500
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            6000
                        ]
                    }
                ],
                "pool-name": "elan.ids.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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 154999,
                    "start": 152500
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 4999,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 189998,
                    "end": 199997,
                    "start": 189999
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6003,
                    "end": 6499,
                    "start": 6000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 3,
                    "delayed-id-entries": [
                        {
                            "id": 6001,
                            "ready-time-sec": 1545465108
                        },
                        {
                            "id": 6003,
                            "ready-time-sec": 1545465595
                        },
                        {
                            "id": 6002,
                            "ready-time-sec": 1545465604
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19998,
                    "end": 29997,
                    "start": 19999
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741289",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 19659,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741297",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741289",
                        "last-access-time": 1545464237
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741266",
                        "last-access-time": 1545464236
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 108999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741266",
                        "last-access-time": 1545464234
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741289",
                        "last-access-time": 1545464889
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741297",
                        "last-access-time": 1545465074
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "id-value": [
                            106000
                        ]
                    },
                    {
                        "id-key": "efaf0f42-1e23-4906-a1db-f5def9de0dac.192.0.2.0/24",
                        "id-value": [
                            106002
                        ]
                    }
                ],
                "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.-1073741266",
                        "last-access-time": 1545464228
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2997,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741297",
                        "last-access-time": 1545465122
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741289",
                        "last-access-time": 1545465080
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741266",
                        "last-access-time": 1545464231
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                        "id-value": [
                            1999
                        ]
                    },
                    {
                        "id-key": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                        "id-value": [
                            1000
                        ]
                    },
                    {
                        "id-key": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                        "id-value": [
                            1001
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 229999,
                    "start": 227500
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "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.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 9999,
                    "start": 1
                },
                "block-size": 9999,
                "parent-pool-name": "Itmservices",
                "pool-name": "Itmservices.-1073741266",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1999,
                    "end": 2997,
                    "start": 1999
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741297",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.758" starttime="20181222 08:01:10.757"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.758" starttime="20181222 08:01:10.736"></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="20181222 08:01:10.779" 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="20181222 08:01:10.779" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.779" starttime="20181222 08:01:10.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="20181222 08:01:10.781" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4a2f90af-d183-47be-9bb6-34a424df6ca6","access-list-entries":{"ace":[{"rule-name":"27717a38-3a11-4963-b299-3674f9bbebd8","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"4e56f9ce-ddbf-4155-a1af-7a7206b6d62f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"07f08b69-dea3-456b-993e-1dd2eac28834","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":"e4f55e48-f31e-4732-be83-7f86cbeb1b6e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"85374a30-1fb2-4159-9221-eeb3c09bd09d","access-list-entries":{"ace":[{"rule-name":"08eb08bf-68ad-4d2a-a064-9f5f8376dd65","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"a4737060-e6fb-4f26-b3fc-4106db5694b1","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":"d0304e8a-7f0f-4514-8a12-45d41d77dfbe","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"e25007ba-b679-4260-91ea-544bf1e68680","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":"35345925-ed4e-42ca-9aef-f49504fefdcb"}]}} </msg>
<msg timestamp="20181222 08:01:10.781" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.781" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181222 08:01:10.781" starttime="20181222 08:01:10.780"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.782" 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": "27717a38-3a11-4963-b299-3674f9bbebd8"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4e56f9ce-ddbf-4155-a1af-7a7206b6d62f"
                        },
                        {
                            "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": "07f08b69-dea3-456b-993e-1dd2eac28834"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e4f55e48-f31e-4732-be83-7f86cbeb1b6e"
                        }
                    ]
                },
                "acl-name": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "08eb08bf-68ad-4d2a-a064-9f5f8376dd65"
                        },
                        {
                            "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": "a4737060-e6fb-4f26-b3fc-4106db5694b1"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "d0304e8a-7f0f-4514-8a12-45d41d77dfbe"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "e25007ba-b679-4260-91ea-544bf1e68680"
                        }
                    ]
                },
                "acl-name": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "acl-name": "35345925-ed4e-42ca-9aef-f49504fefdcb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.782" starttime="20181222 08:01:10.781"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.782" starttime="20181222 08:01:10.758"></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="20181222 08:01:10.793" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.794" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.794" starttime="20181222 08:01:10.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="20181222 08:01:10.797" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"194174214523536:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"194174214523536:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun6796ead5463","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"128470671326236:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"128470671326236:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun4c2d349f04c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tuncda06a2d94c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun48bf1ebcdcd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunf5f9505fe6a","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tuneedc7a64b44","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun1ffb9c80c23","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"80035509521015:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"80035509521015:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tunf128d08df5b","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun9ec20f827f9","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunc001a0f04f5","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"162795856468502:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"162795856468502:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun95aa800b70c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunad39fbf7b8d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tundd3af24a1cd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun1b03ffe1e1e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tune2e97121c6e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7c2adfb4d8e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun4376af56662","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun8da72534092","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun9d68704a2cf","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tune5a40d192ef","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun434623c4cec","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun495c4e9bfba","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7786f63e80f","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"18536436985111:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"18536436985111:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun3fc0c40c07b","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun14aa3b718ec","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun56da96f6079","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunb7e4b3b33f6","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunf0007d8b600","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tunc2ae3f10b8d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":194174214523536,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.15","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun214059764a9","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun977f8a1ccf4","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun7ef15be3800","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.15","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun60754c97d27","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.46","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun131cf19c31c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun5dab709ae7e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.21","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun41ce5f00c8e","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tuncf6e7cbb4d8","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":128470671326236,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.23","odl-interface:tunnel-destination":"192.0.2.36","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun25ad0ecff7f","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":80035509521015,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.46","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun2e4e5b7e21c","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":18536436985111,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.21","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false},{"name":"tun142c14601dd","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":162795856468502,"type":"iana-if-type:tunnel","odl-interface:monitor-enabled":true,"odl-interface:tunnel-interface-type":"odl-interface:tunnel-type-vxlan","odl-interface:internal":true,"odl-interface:tunnel-source":"192.0.2.36","odl-interface:tunnel-destination":"192.0.2.23","odl-interface:monitor-interval":1000,"odl-interface:monitor-protocol":"odl-interface:tunnel-monitoring-type-bfd","odl-interface:tunnel-gateway":"0.0.0.0","odl-interface:tunnel-remote-ip-flow":false}]}} </msg>
<msg timestamp="20181222 08:01:10.798" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.798" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "194174214523536:br-ex-patch:trunk",
                "odl-interface:external": true,...</msg>
<status status="PASS" endtime="20181222 08:01:10.798" starttime="20181222 08:01:10.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="20181222 08:01:10.799" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "194174214523536:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "194174214523536:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun6796ead5463",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "128470671326236:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "128470671326236:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun4c2d349f04c",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncda06a2d94c",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun48bf1ebcdcd",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf5f9505fe6a",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuneedc7a64b44",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1ffb9c80c23",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "80035509521015:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "80035509521015:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf128d08df5b",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun9ec20f827f9",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunc001a0f04f5",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "162795856468502:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "162795856468502:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun95aa800b70c",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunad39fbf7b8d",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tundd3af24a1cd",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1b03ffe1e1e",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tune2e97121c6e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7c2adfb4d8e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun4376af56662",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun8da72534092",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun9d68704a2cf",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tune5a40d192ef",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun434623c4cec",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun495c4e9bfba",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7786f63e80f",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "18536436985111:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "18536436985111:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun3fc0c40c07b",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun14aa3b718ec",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun56da96f6079",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb7e4b3b33f6",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunf0007d8b600",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunc2ae3f10b8d",
                "odl-interface:datapath-node-identifier": 194174214523536,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.15",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun214059764a9",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun977f8a1ccf4",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7ef15be3800",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.15",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun60754c97d27",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.46",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun131cf19c31c",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun5dab709ae7e",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.21",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun41ce5f00c8e",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncf6e7cbb4d8",
                "odl-interface:datapath-node-identifier": 128470671326236,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.36",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.23",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun25ad0ecff7f",
                "odl-interface:datapath-node-identifier": 80035509521015,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.46",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun2e4e5b7e21c",
                "odl-interface:datapath-node-identifier": 18536436985111,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.21",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun142c14601dd",
                "odl-interface:datapath-node-identifier": 162795856468502,
                "odl-interface:internal": true,
                "odl-interface:monitor-enabled": true,
                "odl-interface:monitor-interval": 1000,
                "odl-interface:monitor-protocol": "odl-interface:tunnel-monitoring-type-bfd",
                "odl-interface:tunnel-destination": "192.0.2.23",
                "odl-interface:tunnel-gateway": "0.0.0.0",
                "odl-interface:tunnel-interface-type": "odl-interface:tunnel-type-vxlan",
                "odl-interface:tunnel-remote-ip-flow": false,
                "odl-interface:tunnel-source": "192.0.2.36",
                "type": "iana-if-type:tunnel"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.799" starttime="20181222 08:01:10.798"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.799" starttime="20181222 08:01:10.782"></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="20181222 08:01:10.815" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.815" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.815" starttime="20181222 08:01:10.799"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:10.820" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun495c4e9bfba","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun495c4e9bfba","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"}}]}}]}]},{"interface-name":"128470671326236:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun9ec20f827f9","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun9ec20f827f9","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":"5"}}]}}]}]},{"interface-name":"098e0a1a-f521-4854-ac0b-8015ae186238","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"59a9e80f-1b18-4751-95c4-f0d2d91a9034","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun1b03ffe1e1e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1b03ffe1e1e","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":"4"}}]}}]}]},{"interface-name":"tunc001a0f04f5","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunc001a0f04f5","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":"4"}}]}}]}]},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.80035509521015: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":"59a9e80f-1b18-4751-95c4-f0d2d91a9034","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c91ccd31-28f5-4d96-8208-a3994a6630d5","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun5dab709ae7e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun5dab709ae7e","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":"007fc7cb-a6d6-4c51-9255-8630df514745","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun25ad0ecff7f","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun25ad0ecff7f","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":"5"}}]}}]}]},{"interface-name":"tunf0007d8b600","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunf0007d8b600","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":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"194174214523536:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.18536436985111: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":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tunc2ae3f10b8d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunc2ae3f10b8d","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"}}]}}]}]},{"interface-name":"75fabaad-5a1a-4235-8588-9e7b4420cc1e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c91ccd31-28f5-4d96-8208-a3994a6630d5","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.194174214523536: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":"tun41ce5f00c8e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun41ce5f00c8e","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":"5"}}]}}]}]},{"interface-name":"tun142c14601dd","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun142c14601dd","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":"5"}}]}}]}]},{"interface-name":"tun131cf19c31c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun131cf19c31c","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":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"370fd344-5fd1-4696-9a07-8327a05474c4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun214059764a9","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun214059764a9","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":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tunb7e4b3b33f6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb7e4b3b33f6","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":"4"}}]}}]}]},{"interface-name":"tun14aa3b718ec","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun14aa3b718ec","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":"tun1ffb9c80c23","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1ffb9c80c23","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"}}]}}]}]},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"d09097b6-e58c-4c02-9593-2064fb7ab1af","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"50914710-9279-4cff-8a99-a9d4cd9c56bd","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun4c2d349f04c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun4c2d349f04c","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":"4"}}]}}]}]},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"098e0a1a-f521-4854-ac0b-8015ae186238","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"70a834e8-fa80-4774-b7f8-43fe564ffd07","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"50914710-9279-4cff-8a99-a9d4cd9c56bd","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun7c2adfb4d8e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun7c2adfb4d8e","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":"4"}}]}}]}]},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun434623c4cec","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun434623c4cec","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"}}]}}]}]},{"interface-name":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"162795856468502:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"18536436985111:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tuncda06a2d94c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuncda06a2d94c","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"}}]}}]}]},{"interface-name":"f8099b3d-044f-4969-af22-c79fe84c8eb7","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.162795856468502: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":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tunf128d08df5b","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunf128d08df5b","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":"06c0648a-9238-4cf2-b850-d0a1c123b361","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"8251f5f3-63f8-44fb-bebd-78f3bb30c991","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"15539c19-d826-42eb-b384-3f75fb175162","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3a9cee45-cfe7-40c4-812b-f92bb7e4336e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"007fc7cb-a6d6-4c51-9255-8630df514745","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"ed11b5b7-4228-423a-b5be-507259737160","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"d09097b6-e58c-4c02-9593-2064fb7ab1af","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"d4e589b2-a375-442e-ba10-cc7ac92f40ed","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"80035509521015:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.128470671326236: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":"5"}}]}}]}]}]}} </msg>
<msg timestamp="20181222 08:01:10.820" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.820" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "128470671326236:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:s...</msg>
<status status="PASS" endtime="20181222 08:01:10.820" starttime="20181222 08:01:10.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="20181222 08:01:10.821" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "128470671326236: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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun495c4e9bfba",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun495c4e9bfba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "128470671326236:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "194174214523536: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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun9ec20f827f9",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun9ec20f827f9",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "098e0a1a-f521-4854-ac0b-8015ae186238",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "59a9e80f-1b18-4751-95c4-f0d2d91a9034",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun1b03ffe1e1e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1b03ffe1e1e",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tunc001a0f04f5",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunc001a0f04f5",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "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.80035509521015:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "59a9e80f-1b18-4751-95c4-f0d2d91a9034",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c91ccd31-28f5-4d96-8208-a3994a6630d5",
                "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.tun5dab709ae7e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun5dab709ae7e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "007fc7cb-a6d6-4c51-9255-8630df514745",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun25ad0ecff7f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun25ad0ecff7f",
                "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.tunf0007d8b600",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunf0007d8b600",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "194174214523536: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.18536436985111:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "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.tunc2ae3f10b8d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunc2ae3f10b8d",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c91ccd31-28f5-4d96-8208-a3994a6630d5",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "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": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.194174214523536:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "194174214523536:br-ex-patch:trunk",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun41ce5f00c8e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun41ce5f00c8e",
                "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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun142c14601dd",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun142c14601dd",
                "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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun131cf19c31c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun131cf19c31c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "128470671326236:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "370fd344-5fd1-4696-9a07-8327a05474c4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "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.tun214059764a9",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun214059764a9",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "80035509521015: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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tunb7e4b3b33f6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb7e4b3b33f6",
                "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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun14aa3b718ec",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun14aa3b718ec",
                "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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun1ffb9c80c23",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1ffb9c80c23",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "d09097b6-e58c-4c02-9593-2064fb7ab1af",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "50914710-9279-4cff-8a99-a9d4cd9c56bd",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun4c2d349f04c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun4c2d349f04c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "098e0a1a-f521-4854-ac0b-8015ae186238",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "70a834e8-fa80-4774-b7f8-43fe564ffd07",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "50914710-9279-4cff-8a99-a9d4cd9c56bd",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun7c2adfb4d8e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun7c2adfb4d8e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "18536436985111:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "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.tun434623c4cec",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun434623c4cec",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "162795856468502:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "162795856468502:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "18536436985111: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tuncda06a2d94c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuncda06a2d94c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "f8099b3d-044f-4969-af22-c79fe84c8eb7",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                "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.162795856468502:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "194174214523536: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.tunf128d08df5b",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunf128d08df5b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "06c0648a-9238-4cf2-b850-d0a1c123b361",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "15539c19-d826-42eb-b384-3f75fb175162",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "007fc7cb-a6d6-4c51-9255-8630df514745",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "ed11b5b7-4228-423a-b5be-507259737160",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "d09097b6-e58c-4c02-9593-2064fb7ab1af",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "80035509521015: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": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.128470671326236:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "128470671326236:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.822" starttime="20181222 08:01:10.821"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.822" starttime="20181222 08:01:10.799"></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="20181222 08:01:10.832" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.832" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.832" starttime="20181222 08:01:10.822"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:10.833" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":18536436985111,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.21","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"18536436985111::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":128470671326236,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.23","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"128470671326236::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":162795856468502,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.36","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"162795856468502::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":194174214523536,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.15","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"194174214523536::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":80035509521015,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"192.0.2.46","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"80035509521015::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181222 08:01:10.833" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.833" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 18536436985111,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181222 08:01:10.833" starttime="20181222 08:01:10.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="20181222 08:01:10.834" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 18536436985111,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "18536436985111::0",
                        "ip-address": "192.0.2.21",
                        "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"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 128470671326236,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "128470671326236::0",
                        "ip-address": "192.0.2.23",
                        "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"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 162795856468502,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "162795856468502::0",
                        "ip-address": "192.0.2.36",
                        "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"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 194174214523536,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "194174214523536::0",
                        "ip-address": "192.0.2.15",
                        "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"
                            }
                        ]
                    }
                ]
            },
            {
                "DPN-ID": 80035509521015,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "80035509521015::0",
                        "ip-address": "192.0.2.46",
                        "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"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.834" starttime="20181222 08:01:10.833"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.834" starttime="20181222 08:01:10.822"></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="20181222 08:01:10.843" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.844" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.844" starttime="20181222 08:01:10.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="20181222 08:01:10.845" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.845" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.845" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.845" starttime="20181222 08:01:10.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="20181222 08:01:10.846" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.846" starttime="20181222 08:01:10.845"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.846" starttime="20181222 08:01:10.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="20181222 08:01:10.859" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.859" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.859" starttime="20181222 08:01:10.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="20181222 08:01:10.860" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.860" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.860" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.860" starttime="20181222 08:01:10.860"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.861" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.861" starttime="20181222 08:01:10.861"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.861" starttime="20181222 08:01:10.846"></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="20181222 08:01:10.875" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.875" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.876" starttime="20181222 08:01:10.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="20181222 08:01:10.878" level="INFO">To JSON using : content={"tunnel-list":{"internal-tunnel":[{"source-DPN":80035509521015,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun131cf19c31c","tunad39fbf7b8d"]},{"source-DPN":18536436985111,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tune2e97121c6e","tuncda06a2d94c"]},{"source-DPN":194174214523536,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tundd3af24a1cd","tun14aa3b718ec"]},{"source-DPN":80035509521015,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb7e4b3b33f6","tun7ef15be3800"]},{"source-DPN":128470671326236,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuncf6e7cbb4d8","tun434623c4cec"]},{"source-DPN":162795856468502,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun142c14601dd","tun95aa800b70c"]},{"source-DPN":194174214523536,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunc2ae3f10b8d","tunf5f9505fe6a"]},{"source-DPN":162795856468502,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun9d68704a2cf","tun4c2d349f04c"]},{"source-DPN":194174214523536,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunc001a0f04f5","tun48bf1ebcdcd"]},{"source-DPN":18536436985111,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tune5a40d192ef","tun7c2adfb4d8e"]},{"source-DPN":80035509521015,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun977f8a1ccf4","tun495c4e9bfba"]},{"source-DPN":162795856468502,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun6796ead5463","tun1ffb9c80c23"]},{"source-DPN":128470671326236,"destination-DPN":194174214523536,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun3fc0c40c07b","tun1b03ffe1e1e"]},{"source-DPN":194174214523536,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun9ec20f827f9","tun8da72534092"]},{"source-DPN":128470671326236,"destination-DPN":80035509521015,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunf0007d8b600","tun60754c97d27"]},{"source-DPN":80035509521015,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun25ad0ecff7f","tun7786f63e80f"]},{"source-DPN":128470671326236,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunf128d08df5b","tuneedc7a64b44"]},{"source-DPN":18536436985111,"destination-DPN":128470671326236,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun41ce5f00c8e","tun2e4e5b7e21c"]},{"source-DPN":162795856468502,"destination-DPN":18536436985111,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun5dab709ae7e","tun4376af56662"]},{"source-DPN":18536436985111,"destination-DPN":162795856468502,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun214059764a9","tun56da96f6079"]}]}} </msg>
<msg timestamp="20181222 08:01:10.878" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.878" level="INFO">${pretty_output} = {
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 80035509521015,
                "transport-type": "od...</msg>
<status status="PASS" endtime="20181222 08:01:10.878" starttime="20181222 08:01:10.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="20181222 08:01:10.879" level="INFO">{
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun131cf19c31c",
                    "tunad39fbf7b8d"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tune2e97121c6e",
                    "tuncda06a2d94c"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tundd3af24a1cd",
                    "tun14aa3b718ec"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb7e4b3b33f6",
                    "tun7ef15be3800"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuncf6e7cbb4d8",
                    "tun434623c4cec"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun142c14601dd",
                    "tun95aa800b70c"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunc2ae3f10b8d",
                    "tunf5f9505fe6a"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun9d68704a2cf",
                    "tun4c2d349f04c"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunc001a0f04f5",
                    "tun48bf1ebcdcd"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tune5a40d192ef",
                    "tun7c2adfb4d8e"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun977f8a1ccf4",
                    "tun495c4e9bfba"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun6796ead5463",
                    "tun1ffb9c80c23"
                ]
            },
            {
                "destination-DPN": 194174214523536,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun3fc0c40c07b",
                    "tun1b03ffe1e1e"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 194174214523536,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun9ec20f827f9",
                    "tun8da72534092"
                ]
            },
            {
                "destination-DPN": 80035509521015,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunf0007d8b600",
                    "tun60754c97d27"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 80035509521015,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun25ad0ecff7f",
                    "tun7786f63e80f"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 128470671326236,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunf128d08df5b",
                    "tuneedc7a64b44"
                ]
            },
            {
                "destination-DPN": 128470671326236,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun41ce5f00c8e",
                    "tun2e4e5b7e21c"
                ]
            },
            {
                "destination-DPN": 18536436985111,
                "source-DPN": 162795856468502,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun5dab709ae7e",
                    "tun4376af56662"
                ]
            },
            {
                "destination-DPN": 162795856468502,
                "source-DPN": 18536436985111,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun214059764a9",
                    "tun56da96f6079"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.879" starttime="20181222 08:01:10.878"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.879" starttime="20181222 08:01:10.861"></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="20181222 08:01:10.886" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.886" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.886" starttime="20181222 08:01:10.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="20181222 08:01:10.887" 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":194174214523536,"portname":"","ip-address":"192.0.2.15","weight":1,"option-of-tunnel":false},{"dpn-id":128470671326236,"portname":"","ip-address":"192.0.2.23","option-of-tunnel":false},{"dpn-id":18536436985111,"portname":"","ip-address":"192.0.2.21","weight":1,"option-of-tunnel":false},{"dpn-id":162795856468502,"portname":"","ip-address":"192.0.2.36","weight":1,"option-of-tunnel":false},{"dpn-id":80035509521015,"portname":"","ip-address":"192.0.2.46","weight":1,"option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181222 08:01:10.887" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.887" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181222 08:01:10.887" starttime="20181222 08:01:10.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="20181222 08:01:10.888" 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": 194174214523536,
                                "ip-address": "192.0.2.15",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 128470671326236,
                                "ip-address": "192.0.2.23",
                                "option-of-tunnel": false,
                                "portname": ""
                            },
                            {
                                "dpn-id": 18536436985111,
                                "ip-address": "192.0.2.21",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 162795856468502,
                                "ip-address": "192.0.2.36",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 80035509521015,
                                "ip-address": "192.0.2.46",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.888" starttime="20181222 08:01:10.887"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.888" starttime="20181222 08:01:10.879"></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="20181222 08:01:10.898" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.898" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.899" starttime="20181222 08:01:10.888"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:10.899" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.900" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.900" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.900" starttime="20181222 08:01:10.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.900" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.900" starttime="20181222 08:01:10.900"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.900" starttime="20181222 08:01:10.888"></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="20181222 08:01:10.920" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.920" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.921" starttime="20181222 08:01:10.901"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:10.921" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.921" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.922" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.922" starttime="20181222 08:01:10.921"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.922" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.922" starttime="20181222 08:01:10.922"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.922" starttime="20181222 08:01:10.900"></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="20181222 08:01:10.934" 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="20181222 08:01:10.935" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.935" starttime="20181222 08:01:10.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="20181222 08:01:10.943" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"74:d7:e8:ba:7c:1c"}],"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","termination-point":[{"tp-id":"tuneedc7a64b44","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuneedc7a64b44"},{"tp-id":"tun60754c97d27","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun60754c97d27"},{"tp-id":"tun1b03ffe1e1e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1b03ffe1e1e"},{"tp-id":"tunf0007d8b600","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf0007d8b600"},{"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"},{"tp-id":"tuncf6e7cbb4d8","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncf6e7cbb4d8"},{"tp-id":"tun434623c4cec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun434623c4cec"},{"tp-id":"tunf128d08df5b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf128d08df5b"},{"tp-id":"tun3fc0c40c07b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun3fc0c40c07b"}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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"}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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"}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"94:0f:dd:32:1a:16"}],"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","termination-point":[{"tp-id":"tun9d68704a2cf","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9d68704a2cf"},{"tp-id":"tun95aa800b70c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun95aa800b70c"},{"tp-id":"tun5dab709ae7e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun5dab709ae7e"},{"tp-id":"tun6796ead5463","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun6796ead5463"},{"tp-id":"tun4c2d349f04c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4c2d349f04c"},{"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"},{"tp-id":"tun4376af56662","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4376af56662"},{"tp-id":"tun142c14601dd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun142c14601dd"},{"tp-id":"tun1ffb9c80c23","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1ffb9c80c23"}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"48:ca:b8:1d:4a:77"}],"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","termination-point":[{"tp-id":"tun495c4e9bfba","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun495c4e9bfba"},{"tp-id":"tun131cf19c31c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun131cf19c31c"},{"tp-id":"tunad39fbf7b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunad39fbf7b8d"},{"tp-id":"tun7786f63e80f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7786f63e80f"},{"tp-id":"tun7ef15be3800","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7ef15be3800"},{"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"},{"tp-id":"tunb7e4b3b33f6","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunb7e4b3b33f6"},{"tp-id":"tun977f8a1ccf4","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun977f8a1ccf4"},{"tp-id":"tun25ad0ecff7f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun25ad0ecff7f"}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"b0:99:b5:14:ca:90"}],"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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","termination-point":[{"tp-id":"tundd3af24a1cd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tundd3af24a1cd"},{"tp-id":"tun48bf1ebcdcd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun48bf1ebcdcd"},{"tp-id":"tun8da72534092","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun8da72534092"},{"tp-id":"tunf5f9505fe6a","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf5f9505fe6a"},{"tp-id":"tunc001a0f04f5","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc001a0f04f5"},{"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"},{"tp-id":"tun9ec20f827f9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9ec20f827f9"},{"tp-id":"tunc2ae3f10b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc2ae3f10b8d"},{"tp-id":"tun14aa3b718ec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun14aa3b718ec"}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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"}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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"}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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"}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.46:6653","inactivity_probe":180000},{"target":"tcp:192.0.2.23:6653","inactivity_probe":180000}],"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":"10:db:d9:bd:ed:17"}],"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/33f35569-46c6-4971-8228-90d22c203dc2']","termination-point":[{"tp-id":"tune5a40d192ef","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune5a40d192ef"},{"tp-id":"tun7c2adfb4d8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7c2adfb4d8e"},{"tp-id":"tun41ce5f00c8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun41ce5f00c8e"},{"tp-id":"tuncda06a2d94c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncda06a2d94c"},{"tp-id":"tune2e97121c6e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune2e97121c6e"},{"tp-id":"tun56da96f6079","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun56da96f6079"},{"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"},{"tp-id":"tun214059764a9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun214059764a9"},{"tp-id":"tun2e4e5b7e21c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:interface-type":"ovsdb:interface-type-vxlan","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun2e4e5b7e21c"}]}]}]} </msg>
<msg timestamp="20181222 08:01:10.943" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.944" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181222 08:01:10.944" starttime="20181222 08:01:10.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.945" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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": "74:d7:e8:ba:7c:1c"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuneedc7a64b44",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuneedc7a64b44"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun60754c97d27",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun60754c97d27"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun1b03ffe1e1e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1b03ffe1e1e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf0007d8b600",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf0007d8b600"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuncf6e7cbb4d8",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncf6e7cbb4d8"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun434623c4cec",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun434623c4cec"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf128d08df5b",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf128d08df5b"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun3fc0c40c07b",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun3fc0c40c07b"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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": "94:0f:dd:32:1a:16"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun9d68704a2cf",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun9d68704a2cf"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun95aa800b70c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun95aa800b70c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun5dab709ae7e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun5dab709ae7e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun6796ead5463",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun6796ead5463"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun4c2d349f04c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun4c2d349f04c"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun4376af56662",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun4376af56662"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun142c14601dd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun142c14601dd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun1ffb9c80c23",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1ffb9c80c23"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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": "48:ca:b8:1d:4a:77"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun495c4e9bfba",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun495c4e9bfba"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun131cf19c31c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun131cf19c31c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunad39fbf7b8d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunad39fbf7b8d"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7786f63e80f",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7786f63e80f"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7ef15be3800",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7ef15be3800"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunb7e4b3b33f6",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb7e4b3b33f6"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun977f8a1ccf4",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun977f8a1ccf4"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun25ad0ecff7f",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun25ad0ecff7f"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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": "b0:99:b5:14:ca:90"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tundd3af24a1cd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tundd3af24a1cd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun48bf1ebcdcd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun48bf1ebcdcd"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun8da72534092",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun8da72534092"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunf5f9505fe6a",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunf5f9505fe6a"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunc001a0f04f5",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunc001a0f04f5"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun9ec20f827f9",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun9ec20f827f9"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tunc2ae3f10b8d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunc2ae3f10b8d"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun14aa3b718ec",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun14aa3b718ec"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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": "10:db:d9:bd:ed:17"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.23: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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tune5a40d192ef",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tune5a40d192ef"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun7c2adfb4d8e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7c2adfb4d8e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun41ce5f00c8e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun41ce5f00c8e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tuncda06a2d94c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncda06a2d94c"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tune2e97121c6e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tune2e97121c6e"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun56da96f6079",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun56da96f6079"
                        },
                        {
                            "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"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun214059764a9",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun214059764a9"
                        },
                        {
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:name": "tun2e4e5b7e21c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun2e4e5b7e21c"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181222 08:01:10.946" starttime="20181222 08:01:10.944"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.946" starttime="20181222 08:01:10.922"></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="20181222 08:01:10.960" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.960" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.960" starttime="20181222 08:01:10.947"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:10.961" 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"}]},"security-groups":{"security-group":[{"uuid":"4a2f90af-d183-47be-9bb6-34a424df6ca6","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","revision-number":1,"name":"default","project-id":"43d5250bf1cc4643bdce886e771097cb"},{"uuid":"85374a30-1fb2-4159-9221-eeb3c09bd09d","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","revision-number":1,"name":"default","project-id":"2d1119acee4b4132b2e8b4b404322ee5"}]},"security-rules":{"security-rule":[{"uuid":"e25007ba-b679-4260-91ea-544bf1e68680","ethertype":"neutron-constants:ethertype-v6","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"07f08b69-dea3-456b-993e-1dd2eac28834","ethertype":"neutron-constants:ethertype-v4","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"a4737060-e6fb-4f26-b3fc-4106db5694b1","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"d0304e8a-7f0f-4514-8a12-45d41d77dfbe","remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","ethertype":"neutron-constants:ethertype-v4","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"e4f55e48-f31e-4732-be83-7f86cbeb1b6e","remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","ethertype":"neutron-constants:ethertype-v4","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"27717a38-3a11-4963-b299-3674f9bbebd8","ethertype":"neutron-constants:ethertype-v6","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"},{"uuid":"08eb08bf-68ad-4d2a-a064-9f5f8376dd65","remote-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d","ethertype":"neutron-constants:ethertype-v6","project-id":"2d1119acee4b4132b2e8b4b404322ee5","tenant-id":"2d1119ac-ee4b-4132-b2e8-b4b404322ee5","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"85374a30-1fb2-4159-9221-eeb3c09bd09d"},{"uuid":"4e56f9ce-ddbf-4155-a1af-7a7206b6d62f","remote-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6","ethertype":"neutron-constants:ethertype-v6","project-id":"43d5250bf1cc4643bdce886e771097cb","tenant-id":"43d5250b-f1cc-4643-bdce-886e771097cb","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4a2f90af-d183-47be-9bb6-34a424df6ca6"}]}}} </msg>
<msg timestamp="20181222 08:01:10.961" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.962" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181222 08:01:10.962" starttime="20181222 08:01:10.961"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:10.962" 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"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 1,
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "4a2f90af-d183-47be-9bb6-34a424df6ca6"
                },
                {
                    "name": "default",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 1,
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "85374a30-1fb2-4159-9221-eeb3c09bd09d"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "e25007ba-b679-4260-91ea-544bf1e68680"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "07f08b69-dea3-456b-993e-1dd2eac28834"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "a4737060-e6fb-4f26-b3fc-4106db5694b1"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "d0304e8a-7f0f-4514-8a12-45d41d77dfbe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "e4f55e48-f31e-4732-be83-7f86cbeb1b6e"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "27717a38-3a11-4963-b299-3674f9bbebd8"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "2d1119acee4b4132b2e8b4b404322ee5",
                    "remote-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "revision-number": 0,
                    "security-group-id": "85374a30-1fb2-4159-9221-eeb3c09bd09d",
                    "tenant-id": "2d1119ac-ee4b-4132-b2e8-b4b404322ee5",
                    "uuid": "08eb08bf-68ad-4d2a-a064-9f5f8376dd65"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "43d5250bf1cc4643bdce886e771097cb",
                    "remote-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "revision-number": 0,
                    "security-group-id": "4a2f90af-d183-47be-9bb6-34a424df6ca6",
                    "tenant-id": "43d5250b-f1cc-4643-bdce-886e771097cb",
                    "uuid": "4e56f9ce-ddbf-4155-a1af-7a7206b6d62f"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.962" starttime="20181222 08:01:10.962"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.962" starttime="20181222 08:01:10.946"></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="20181222 08:01:10.974" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181222 08:01:10.974" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.974" starttime="20181222 08:01:10.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="20181222 08:01:10.975" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.975" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.975" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.975" starttime="20181222 08:01:10.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="20181222 08:01:10.975" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:10.976" starttime="20181222 08:01:10.975"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.976" starttime="20181222 08:01:10.962"></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="20181222 08:01:10.984" 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="20181222 08:01:10.984" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:10.984" starttime="20181222 08:01:10.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="20181222 08:01:10.985" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:10.985" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:10.988" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:10.988" starttime="20181222 08:01:10.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="20181222 08:01:10.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="20181222 08:01:10.992" starttime="20181222 08:01:10.991"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:10.992" starttime="20181222 08:01:10.976"></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="20181222 08:01:11.013" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.013" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.013" starttime="20181222 08:01:10.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="20181222 08:01:11.014" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.014" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.015" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.015" starttime="20181222 08:01:11.014"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.015" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.015" starttime="20181222 08:01:11.015"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.015" starttime="20181222 08:01:10.992"></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="20181222 08:01:11.027" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.027" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.027" starttime="20181222 08:01:11.015"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.028" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.028" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.028" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.028" starttime="20181222 08:01:11.027"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.029" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.029" starttime="20181222 08:01:11.029"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.029" starttime="20181222 08:01:11.015"></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="20181222 08:01:11.038" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.038" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.039" starttime="20181222 08:01:11.029"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.039" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.039" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.040" starttime="20181222 08:01:11.040"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.040" starttime="20181222 08:01:11.029"></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="20181222 08:01:11.053" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.053" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.053" starttime="20181222 08:01:11.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="20181222 08:01:11.054" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.054" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.054" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.054" starttime="20181222 08:01:11.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="20181222 08:01:11.055" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.055" starttime="20181222 08:01:11.055"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.055" starttime="20181222 08:01:11.040"></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="20181222 08:01:11.066" 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="20181222 08:01:11.066" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.066" starttime="20181222 08:01:11.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="20181222 08:01:11.067" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"18536436985111:br-ex-patch","interface-child-entry":[{"child-interface":"18536436985111:br-ex-patch:trunk"}]},{"parent-interface":"80035509521015:br-ex-patch","interface-child-entry":[{"child-interface":"80035509521015:br-ex-patch:trunk"}]},{"parent-interface":"194174214523536:br-ex-patch","interface-child-entry":[{"child-interface":"194174214523536:br-ex-patch:trunk"}]},{"parent-interface":"162795856468502:br-ex-patch","interface-child-entry":[{"child-interface":"162795856468502:br-ex-patch:trunk"}]},{"parent-interface":"128470671326236:br-ex-patch","interface-child-entry":[{"child-interface":"128470671326236:br-ex-patch:trunk"}]}]}} </msg>
<msg timestamp="20181222 08:01:11.067" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.068" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "185364369...</msg>
<status status="PASS" endtime="20181222 08:01:11.068" starttime="20181222 08:01:11.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.068" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "18536436985111:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "18536436985111:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "80035509521015:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "80035509521015:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "194174214523536:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "194174214523536:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "162795856468502:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "162795856468502:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "128470671326236:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "128470671326236:br-ex-patch"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.068" starttime="20181222 08:01:11.068"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.068" starttime="20181222 08:01:11.055"></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="20181222 08:01:11.076" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.076" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.076" starttime="20181222 08:01:11.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="20181222 08:01:11.077" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.077" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.077" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.077" starttime="20181222 08:01:11.076"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.077" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.077" starttime="20181222 08:01:11.077"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.077" starttime="20181222 08:01:11.068"></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="20181222 08:01:11.088" 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="20181222 08:01:11.088" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.088" starttime="20181222 08:01:11.078"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.089" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":106000,"external-vpn":false,"vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af"}]}} </msg>
<msg timestamp="20181222 08:01:11.089" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.089" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-9...</msg>
<status status="PASS" endtime="20181222 08:01:11.089" starttime="20181222 08:01: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="20181222 08:01:11.090" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.090" starttime="20181222 08:01:11.090"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.090" starttime="20181222 08:01:11.078"></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="20181222 08:01:11.102" 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="20181222 08:01:11.102" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.102" starttime="20181222 08:01:11.090"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.103" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-id":106000}]}} </msg>
<msg timestamp="20181222 08:01:11.103" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.103" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
               ...</msg>
<status status="PASS" endtime="20181222 08:01:11.103" starttime="20181222 08:01:11.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="20181222 08:01:11.104" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.104" starttime="20181222 08:01:11.104"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.104" starttime="20181222 08:01:11.090"></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="20181222 08:01:11.113" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.113" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.113" starttime="20181222 08:01:11.104"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.114" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.114" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.114" starttime="20181222 08:01:11.114"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.115" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.115" starttime="20181222 08:01:11.115"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.115" starttime="20181222 08:01:11.104"></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="20181222 08:01:11.125" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.125" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.125" starttime="20181222 08:01:11.115"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.126" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.126" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.127" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.127" starttime="20181222 08:01:11.126"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.127" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.127" starttime="20181222 08:01:11.127"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.127" starttime="20181222 08:01:11.115"></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="20181222 08:01:11.137" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.137" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.137" starttime="20181222 08:01:11.127"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.138" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.138" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.138" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.138" starttime="20181222 08:01:11.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.139" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.139" starttime="20181222 08:01:11.139"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.139" starttime="20181222 08:01:11.127"></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="20181222 08:01:11.147" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.147" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.147" starttime="20181222 08:01:11.139"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.148" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.148" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.148" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.148" starttime="20181222 08:01:11.147"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.148" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.148" starttime="20181222 08:01:11.148"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.149" starttime="20181222 08:01:11.139"></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="20181222 08:01:11.159" 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="20181222 08:01:11.160" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.160" starttime="20181222 08:01:11.149"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.161" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.161" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.161" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.161" starttime="20181222 08:01:11.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="20181222 08:01:11.162" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.162" starttime="20181222 08:01:11.162"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.162" starttime="20181222 08:01:11.149"></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="20181222 08:01:11.172" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.172" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.172" starttime="20181222 08:01:11.163"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.173" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.173" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01: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="20181222 08:01:11.174" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.174" starttime="20181222 08:01:11.174"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.174" starttime="20181222 08:01:11.162"></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="20181222 08:01:11.182" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.182" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.182" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.183" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.183" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.184" starttime="20181222 08:01:11.183"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.184" starttime="20181222 08:01:11.174"></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="20181222 08:01:11.195" 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="20181222 08:01:11.195" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.195" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.197" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.197" starttime="20181222 08:01:11.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="20181222 08:01:11.198" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.198" starttime="20181222 08:01:11.197"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.198" starttime="20181222 08:01:11.184"></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="20181222 08:01:11.337" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.337" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.337" starttime="20181222 08:01:11.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="20181222 08:01:11.427" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:128470671326236","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.128470671326236.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.128470671326236.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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,"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":"L3.128470671326236.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.128470671326236.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":23,"flow":[{"id":"L3.128470671326236.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"128470671326236.220.128470671326236: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":3356672}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tunf128d08df5b.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":4352}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunf128d08df5b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun1b03ffe1e1e.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":5120}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":7424}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":3356672}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236: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":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.098e0a1a-f521-4854-ac0b-8015ae186238.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":11776}}}]},"strict":true,"cookie":134217735,"flow-name":"default.098e0a1a-f521-4854-ac0b-8015ae186238","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"46"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tunf0007d8b600.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.tunf0007d8b600","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.tun434623c4cec.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":4864}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun434623c4cec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.128470671326236: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":7424}}}]},"strict":true,"cookie":134217735,"flow-name":"default.128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.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.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.50914710-9279-4cff-8a99-a9d4cd9c56bd.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.50914710-9279-4cff-8a99-a9d4cd9c56bd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"25"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"128470671326236.220.75fabaad-5a1a-4235-8588-9e7b4420cc1e.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.75fabaad-5a1a-4235-8588-9e7b4420cc1e","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,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_128470671326236_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_128470671326236_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_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_128470671326236_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_128470671326236_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,"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_128470671326236_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_128470671326236_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236","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_128470671326236","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":"Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236","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_128470671326236","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,"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"Fixed_Conntrk_Trk_128470671326236_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_128470671326236_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_128470671326236_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_128470671326236_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":52,"flow":[{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"5060011284706713262362472:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":26488959139840,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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,"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,"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":"12847067132623651l2control01: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":"5160011284706713262362472:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"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":"1284706713262360tunf128d08df5b","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:2"},"strict":false,"cookie":134217729,"flow-name":"tunf128d08df5b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":18691697672193,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tun1b03ffe1e1e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:4"},"strict":false,"cookie":134217729,"flow-name":"tun1b03ffe1e1e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":21990232555521,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tunf0007d8b600","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:1"},"strict":false,"cookie":134217729,"flow-name":"tunf0007d8b600","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":15393162788865,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:128470671326236:128470671326236:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:5","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:128470671326236:128470671326236:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":31885837205505,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1284706713262360tun434623c4cec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:128470671326236:3"},"strict":false,"cookie":134217729,"flow-name":"tun434623c4cec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":20890720927745,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.128470671326236.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"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}}],"watch_port":4294967295}]},"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"}]},{"id":"openflow:80035509521015","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.80035509521015.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.80035509521015.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.80035509521015.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.80035509521015.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.80035509521015.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Trk_80035509521015_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_80035509521015_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":23,"flow":[{"id":"L3.80035509521015.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"80035509521015.220.d09097b6-e58c-4c02-9593-2064fb7ab1af.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.d09097b6-e58c-4c02-9593-2064fb7ab1af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"26"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun495c4e9bfba.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":1792}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun495c4e9bfba","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tunb7e4b3b33f6.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":1536}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":6912}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015: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":"80035509521015.220.80035509521015: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":3355392}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":3355392}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015: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":"80035509521015.220.06c0648a-9238-4cf2-b850-d0a1c123b361.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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.06c0648a-9238-4cf2-b850-d0a1c123b361","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.80035509521015: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":6912}}}]},"strict":true,"cookie":134217735,"flow-name":"default.80035509521015:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun25ad0ecff7f.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.tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.tun131cf19c31c.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":2048}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun131cf19c31c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.70a834e8-fa80-4774-b7f8-43fe564ffd07.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.70a834e8-fa80-4774-b7f8-43fe564ffd07","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"80035509521015.220.59a9e80f-1b18-4751-95c4-f0d2d91a9034.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.59a9e80f-1b18-4751-95c4-f0d2d91a9034","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"49"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_80035509521015_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_80035509521015_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,"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":"Ingress_v4_Broadcast_80035509521015_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_80035509521015_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":"Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015","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_80035509521015","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,"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_80035509521015","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_80035509521015","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_80035509521015_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_80035509521015_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_80035509521015_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_80035509521015_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_80035509521015_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_80035509521015_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":52,"flow":[{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073216,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212002}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"506001800355095210152572:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":27588470767616,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"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,"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,"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,"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":"516001800355095210152572:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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":"8003550952101551l2control01: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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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.13107.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14411298905260032,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13107}},"strict":true,"cookie":142619443,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13107.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13107}},"strict":true,"cookie":142619443,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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,"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":"800355095210150tun131cf19c31c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:2"},"strict":false,"cookie":134217729,"flow-name":"tun131cf19c31c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":8796093022209,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tunb7e4b3b33f6","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:4"},"strict":false,"cookie":134217729,"flow-name":"tunb7e4b3b33f6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":6597069766657,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun495c4e9bfba","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:3"},"strict":false,"cookie":134217729,"flow-name":"tun495c4e9bfba","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":7696581394433,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"800355095210150tun25ad0ecff7f","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:5"},"strict":false,"cookie":134217729,"flow-name":"tun25ad0ecff7f","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":10995116277761,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:80035509521015:80035509521015:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:80035509521015:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:80035509521015:80035509521015:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":29686813949953,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.80035509521015.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212001}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6400,"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":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":212001,"group-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3355392,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"}]},{"id":"openflow:162795856468502","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.162795856468502.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.162795856468502.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.162795856468502.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"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,"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,"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":"L3.162795856468502.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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.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":211,"flow":[{"id":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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,"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,"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,"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.162795856468502.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Trk_162795856468502_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_162795856468502_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.162795856468502.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.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.15539c19-d826-42eb-b384-3f75fb175162","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":3356160}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502: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":"162795856468502.220.162795856468502: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":3356160}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun142c14601dd.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.tun142c14601dd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":9216}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0","priority":6,"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":8960}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2684363520,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun5dab709ae7e.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.tun5dab709ae7e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun1ffb9c80c23.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.tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.162795856468502: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":9216}}}]},"strict":true,"cookie":134217735,"flow-name":"default.162795856468502: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":"162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.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":10240}}}]},"strict":true,"cookie":134217735,"flow-name":"default.370fd344-5fd1-4696-9a07-8327a05474c4","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"162795856468502.220.tun4c2d349f04c.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.tun4c2d349f04c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_162795856468502_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_162795856468502_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502","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_162795856468502","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,"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_162795856468502","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_162795856468502","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_162795856468502_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_162795856468502_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_162795856468502_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_162795856468502_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_162795856468502_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_162795856468502_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":52,"flow":[{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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,"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,"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,"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":"16279585646850251l2control01: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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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.13110.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13110}},"strict":true,"cookie":142619446,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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.13110.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14414597440143360,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13110}},"strict":true,"cookie":142619446,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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,"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":"1627958564685020tun5dab709ae7e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:2"},"strict":false,"cookie":134217729,"flow-name":"tun5dab709ae7e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun142c14601dd","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:5"},"strict":false,"cookie":134217729,"flow-name":"tun142c14601dd","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":13194139533313,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun1ffb9c80c23","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:3"},"strict":false,"cookie":134217729,"flow-name":"tun1ffb9c80c23","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":2199023255553,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1627958564685020tun4c2d349f04c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:4"},"strict":false,"cookie":134217729,"flow-name":"tun4c2d349f04c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":5497558138881,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:162795856468502:162795856468502:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:162795856468502:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:162795856468502:162795856468502:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":39582418599937,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.162795856468502.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":230001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"875532d5-6337-4281-9de3-111790967d92","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356160,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"}]},{"id":"openflow:18536436985111","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.18536436985111.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.18536436985111.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.18536436985111.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.18536436985111.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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,"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_18536436985111_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_18536436985111_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,"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,"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,"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.18536436985111.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.18536436985111.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":23,"flow":[{"id":"L3.18536436985111.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"18536436985111.220.tun214059764a9.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":256}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun214059764a9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":9984}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111: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":"18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.0","priority":6,"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":110100480,"flow-name":"acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":0,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":239}},{"order":2,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2684365056,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.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":10752}}}]},"strict":true,"cookie":134217735,"flow-name":"default.f8099b3d-044f-4969-af22-c79fe84c8eb7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"26"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tuncda06a2d94c.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.tuncda06a2d94c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":3356416}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":3356416}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111: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":"18536436985111.220.tun41ce5f00c8e.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.tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.18536436985111: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":9984}}}]},"strict":true,"cookie":134217735,"flow-name":"default.18536436985111:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.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.3a9cee45-cfe7-40c4-812b-f92bb7e4336e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"18536436985111.220.tun7c2adfb4d8e.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.tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_L2_Broadcast_18536436985111_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_18536436985111_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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_18536436985111_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":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111","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_18536436985111","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,"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_18536436985111","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_18536436985111","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_18536436985111_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_18536436985111_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_18536436985111_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_18536436985111_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":"Fixed_Conntrk_Trk_18536436985111_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_18536436985111_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":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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":"506001185364369851112372:87:E7:76:32:42","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":25389447512064,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551409,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060021853643698511113111FA:16:3E:53:96:EA","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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":"5060021853643698511113111FA:16:3E:07:FE:E5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5060021853643698511113111FA:16:3E:1A:CE:41","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":14415797648621568,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134551410,"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,"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,"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":"516001185364369851112372:87:E7:76:32:42","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"72:87:E7:76:32:42"}},"metadata":{"metadata":100680073216,"metadata-mask":1099494850560}},"strict":true,"cookie":134420337,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","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":"5160021853643698511113111FA:16:3E:53:96:EA","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:53:96:EA"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"1853643698511151l2control01: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":"5160021853643698511113111FA:16:3E:1A:CE:41","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:1A:CE:41"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"5160021853643698511113111FA:16:3E:07:FE:E5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"FA:16:3E:07:FE:E5"}},"metadata":{"metadata":100696850432,"metadata-mask":1099494850560}},"strict":true,"cookie":134420338,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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,"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,"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,"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.13111.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14415696951771136,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13111}},"strict":true,"cookie":142619447,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13111.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13111}},"strict":true,"cookie":142619447,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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,"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":"185364369851110tuncda06a2d94c","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:3"},"strict":false,"cookie":134217729,"flow-name":"tuncda06a2d94c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":4398046511105,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun41ce5f00c8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:5"},"strict":false,"cookie":134217729,"flow-name":"tun41ce5f00c8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":12094627905537,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun214059764a9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:2"},"strict":false,"cookie":134217729,"flow-name":"tun214059764a9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":1099511627777,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"185364369851110tun7c2adfb4d8e","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:4"},"strict":false,"cookie":134217729,"flow-name":"tun7c2adfb4d8e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":9895604649985,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"0:18536436985111:18536436985111:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:18536436985111:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:18536436985111:18536436985111:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":42880953483265,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.18536436985111.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356416,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"}]},{"id":"openflow:194174214523536","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.194174214523536.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":100680285218,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.194174214523536.21.0.0.0.0.106001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.194174214523536.21.0.0.0.0.106001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":230000}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"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,"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.194174214523536.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"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,"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,"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.194174214523536.22.34525.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":134217744,"flow-name":"IPv6 Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":34525,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":75792,"flow-mod-num-bits":128,"src-field":75792}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":212002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.194174214523536.22.2048.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":134217744,"flow-name":"Subnet Route Table Miss","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":22,"cookie":134217744,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2048,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":4100,"flow-mod-num-bits":32,"src-field":4100}},{"flow-mod-add-match-from-field":{"src-ofs":1,"dst-ofs":1,"dst-field":2147484680,"flow-mod-num-bits":23,"src-field":2147484680}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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.194174214523536.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"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,"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":"194174214523536.220.194174214523536: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":3356928}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536: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":"194174214523536.220.194174214523536: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":3356928}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tunc001a0f04f5.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.tunc001a0f04f5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.007fc7cb-a6d6-4c51-9255-8630df514745.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":12288}}}]},"strict":true,"cookie":134217735,"flow-name":"default.007fc7cb-a6d6-4c51-9255-8630df514745","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"48"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.d4e589b2-a375-442e-ba10-cc7ac92f40ed.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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.d4e589b2-a375-442e-ba10-cc7ac92f40ed","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.194174214523536: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":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.194174214523536: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":"194174214523536.220.tunc2ae3f10b8d.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.tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun9ec20f827f9.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":4608}}}]},"strict":true,"cookie":134217735,"flow-name":"default.tun9ec20f827f9","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.tun14aa3b718ec.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.tun14aa3b718ec","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.8251f5f3-63f8-44fb-bebd-78f3bb30c991.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":8192}}}]},"strict":true,"cookie":134217735,"flow-name":"default.8251f5f3-63f8-44fb-bebd-78f3bb30c991","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"194174214523536.220.c91ccd31-28f5-4d96-8208-a3994a6630d5.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":12032}}}]},"strict":true,"cookie":134217735,"flow-name":"default.c91ccd31-28f5-4d96-8208-a3994a6630d5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"23"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"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,"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,"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":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}},{"order":0,"group-action":{"group-id":5500}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}}]}}]},"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,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":195}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":196}},{"order":2,"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,"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":"48.garp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":257}}}]},"strict":false,"cookie":139460608,"flow-name":"GARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48.arp.match","priority":100,"table_id":48,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"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","mask":65535,"value":1}}}]},"strict":false,"cookie":139460608,"flow-name":"ARP learn match flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"nx-reg":"nicira-match:nxm-nx-reg4","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":2,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"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":"Ingress_L2_Broadcast_194174214523536_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_194174214523536_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_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_194174214523536_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_194174214523536_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536","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_194174214523536","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,"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_194174214523536","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_194174214523536","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_194174214523536_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_194174214523536_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":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"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_194174214523536_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_194174214523536_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":"Fixed_Conntrk_Trk_194174214523536_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_194174214523536_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":52,"flow":[{"id":"526002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526001true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100680073217,"metadata-mask":1099494850561}},"strict":false,"cookie":141563761,"flow-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212001}}]}}]},"idle-timeout":0,"barrier":false},{"id":"526002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":100696850433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563762,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":212003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"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,"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,"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,"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":"19417421452353651l2control01: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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"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,"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,"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.13113.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13113}},"strict":true,"cookie":142619449,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356928,"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.13113.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14417895975026688,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13113}},"strict":true,"cookie":142619449,"flow-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","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,"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:194174214523536:194174214523536:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:194174214523536:194174214523536:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461057,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tun14aa3b718ec","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:2"},"strict":false,"cookie":134217729,"flow-name":"tun14aa3b718ec","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":14293651161089,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc001a0f04f5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:4"},"strict":false,"cookie":134217729,"flow-name":"tunc001a0f04f5","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":17592186044417,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tun9ec20f827f9","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:5"},"strict":false,"cookie":134217729,"flow-name":"tun9ec20f827f9","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":19791209299969,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false},{"id":"1941742145235360tunc2ae3f10b8d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:194174214523536:3"},"strict":false,"cookie":134217729,"flow-name":"tunc2ae3f10b8d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":16492674416641,"metadata-mask":1152920405095219201}},{"order":1,"go-to-table":{"table_id":36}}]},"idle-timeout":0,"barrier":false}]},{"id":195,"flow":[{"id":"195.arp.punt","priority":0,"table_id":195,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":2290614272,"flow-name":"arp punt/learn 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":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":195,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8708,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}},{"order":2,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":5,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":196,"cookie":2290614272,"flow-mods":[{"flow-mod-add-match-from-value":{"src-ofs":0,"value":2054,"flow-mod-num-bits":16,"src-field":1538}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":7682,"flow-mod-num-bits":16,"src-field":7682}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":8196,"flow-mod-num-bits":32,"src-field":8708}},{"flow-mod-add-match-from-field":{"src-ofs":24,"dst-ofs":24,"dst-field":2147484680,"flow-mod-num-bits":16,"src-field":2147484680}},{"flow-mod-copy-value-into-field":{"dst-ofs":8,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":10}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.194174214523536.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"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,"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-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":212004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":212003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3356928,"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":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"},{"group-id":212003,"group-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181222 08:01:11.429" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.434" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181222 08:01:11.435" starttime="20181222 08:01:11.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="20181222 08:01:11.441" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6144
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.128470671326236.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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": "Fixed_Conntrk_Classifier_128470671326236_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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_128470671326236_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": 3356672
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf128d08df5b.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": 4352
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun1b03ffe1e1e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 5120
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": 7424
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3356672
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.098e0a1a-f521-4854-ac0b-8015ae186238",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.098e0a1a-f521-4854-ac0b-8015ae186238.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "46"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 11776
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tunf0007d8b600.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": 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.tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.tun434623c4cec.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.128470671326236: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": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7424
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.6bbb82ff-2e6e-4a1e-83d6-e8f3713b1921.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": 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.50914710-9279-4cff-8a99-a9d4cd9c56bd",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.50914710-9279-4cff-8a99-a9d4cd9c56bd.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "25"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.75fabaad-5a1a-4235-8588-9e7b4420cc1e",
                                "hard-timeout": 0,
                                "id": "128470671326236.220.75fabaad-5a1a-4235-8588-9e7b4420cc1e.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": 7168
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_128470671326236_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": "Ingress_v4_Broadcast_128470671326236_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_128470671326236_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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_128470671326236_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_128470671326236_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_128470671326236_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_128470671326236",
                                "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_128470671326236",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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": "Fixed_Conntrk_Trk_128470671326236_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_128470671326236_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_128470671326236_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060011284706713262362472:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 26488959139840,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "12847067132623651l2control01: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": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "5160011284706713262362472:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf128d08df5b",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf128d08df5b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 18691697672193,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1b03ffe1e1e",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun1b03ffe1e1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 21990232555521,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunf0007d8b600",
                                "hard-timeout": 0,
                                "id": "1284706713262360tunf0007d8b600",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 15393162788865,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:1"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:128470671326236:128470671326236:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:128470671326236:128470671326236:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 31885837205505,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:5",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun434623c4cec",
                                "hard-timeout": 0,
                                "id": "1284706713262360tun434623c4cec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 20890720927745,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:128470671326236:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.128470671326236.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:128470671326236"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212001
                                            },
                                            "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": 6400
                                            },
                                            "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": 212002,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212001,
                        "group-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3355392
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.80035509521015.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.80035509521015.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "Fixed_Conntrk_Classifier_80035509521015_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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": "Fixed_Conntrk_Trk_80035509521015_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.d09097b6-e58c-4c02-9593-2064fb7ab1af",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.d09097b6-e58c-4c02-9593-2064fb7ab1af.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": 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.tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun495c4e9bfba.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": 1792
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tunb7e4b3b33f6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1536
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 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.80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 3355392
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 3355392
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.06c0648a-9238-4cf2-b850-d0a1c123b361",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.06c0648a-9238-4cf2-b850-d0a1c123b361.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": 6656
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.80035509521015: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": 6912
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun25ad0ecff7f.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.tun131cf19c31c.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": 2048
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.70a834e8-fa80-4774-b7f8-43fe564ffd07",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.70a834e8-fa80-4774-b7f8-43fe564ffd07.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": 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.59a9e80f-1b18-4751-95c4-f0d2d91a9034",
                                "hard-timeout": 0,
                                "id": "80035509521015.220.59a9e80f-1b18-4751-95c4-f0d2d91a9034.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "49"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_80035509521015_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_80035509521015_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_80035509521015_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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_80035509521015_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_80035509521015_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_80035509521015",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_80035509521015",
                                "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_80035509521015_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_80035509521015_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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_80035509521015_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_80035509521015_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001800355095210152572:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 27588470767616,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001800355095210152572:87:E7:76:32:42",
                                "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": 6400
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "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": "8003550952101551l2control01: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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142619443,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13107.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14411298905260032,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13107
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619443,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13107.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": 3355392
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13107
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun131cf19c31c",
                                "hard-timeout": 0,
                                "id": "800355095210150tun131cf19c31c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 8796093022209,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb7e4b3b33f6",
                                "hard-timeout": 0,
                                "id": "800355095210150tunb7e4b3b33f6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 6597069766657,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun495c4e9bfba",
                                "hard-timeout": 0,
                                "id": "800355095210150tun495c4e9bfba",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 7696581394433,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun25ad0ecff7f",
                                "hard-timeout": 0,
                                "id": "800355095210150tun25ad0ecff7f",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 10995116277761,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:80035509521015:80035509521015:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:80035509521015:80035509521015:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 29686813949953,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:80035509521015: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": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.80035509521015.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:80035509521015"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 230001,
                        "group-name": "875532d5-6337-4281-9de3-111790967d92",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3356160
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.162795856468502.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "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
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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_162795856468502_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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": "Fixed_Conntrk_Trk_162795856468502_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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.162795856468502.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.15539c19-d826-42eb-b384-3f75fb175162",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.15539c19-d826-42eb-b384-3f75fb175162.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": 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.162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 3356160
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.162795856468502:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 3356160
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun142c14601dd.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.d5a58a96-c42d-46ac-bbe0-5d5a1a4d833e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2684363520
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun5dab709ae7e.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": 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.tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun1ffb9c80c23.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": 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.162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.162795856468502: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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.370fd344-5fd1-4696-9a07-8327a05474c4",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.370fd344-5fd1-4696-9a07-8327a05474c4.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": 10240
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "162795856468502.220.tun4c2d349f04c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_162795856468502_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": "Ingress_v4_Broadcast_162795856468502_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_162795856468502_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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": "Fixed_Conntrk_Classifier_162795856468502_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_162795856468502_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_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_162795856468502",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_162795856468502",
                                "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_162795856468502_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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_162795856468502_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            },
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_162795856468502_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_162795856468502_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "16279585646850251l2control01: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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142619446,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13110.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": 3356160
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13110
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619446,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13110.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14414597440143360,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13110
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5dab709ae7e",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun5dab709ae7e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun142c14601dd",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun142c14601dd",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 13194139533313,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1ffb9c80c23",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun1ffb9c80c23",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 2199023255553,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun4c2d349f04c",
                                "hard-timeout": 0,
                                "id": "1627958564685020tun4c2d349f04c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 5497558138881,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:162795856468502:162795856468502:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:162795856468502:162795856468502:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 39582418599937,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:162795856468502: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": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.162795856468502.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:162795856468502"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3356416
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.18536436985111.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.18536436985111.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun214059764a9",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun214059764a9.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": 256
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 9984
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.egressacl.ed11b5b7-4228-423a-b5be-507259737160",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.ed11b5b7-4228-423a-b5be-507259737160.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 239
                                            },
                                            "order": 1
                                        },
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2684365056
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "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": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.f8099b3d-044f-4969-af22-c79fe84c8eb7",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.f8099b3d-044f-4969-af22-c79fe84c8eb7.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": 10752
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tuncda06a2d94c.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": 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.18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 3356416
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.18536436985111:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 3356416
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun41ce5f00c8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.18536436985111: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": 9984
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3a9cee45-cfe7-40c4-812b-f92bb7e4336e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.3a9cee45-cfe7-40c4-812b-f92bb7e4336e.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": 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.tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "18536436985111.220.tun7c2adfb4d8e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_18536436985111_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_18536436985111_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_18536436985111_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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_18536436985111_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_18536436985111_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_18536436985111_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_18536436985111",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_18536436985111",
                                "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_18536436985111_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_18536436985111_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": "Fixed_Conntrk_Trk_18536436985111_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_18536436985111_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": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134551409,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "506001185364369851112372:87:E7:76:32:42",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 25389447512064,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:53:96:EA",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:07:FE:E5",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134551410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "5060021853643698511113111FA:16:3E:1A:CE:41",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14415797648621568,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420337,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "516001185364369851112372:87:E7:76:32:42",
                                "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": "72:87:E7:76:32:42"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100680073216,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:53:96:EA",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:53:96:EA"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "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": "1853643698511151l2control01: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": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:1A:CE:41",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:1A:CE:41"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134420338,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "5160021853643698511113111FA:16:3E:07:FE:E5",
                                "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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "FA:16:3E:07:FE:E5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142619447,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13111.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14415696951771136,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13111
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619447,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13111.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": 3356416
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13111
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncda06a2d94c",
                                "hard-timeout": 0,
                                "id": "185364369851110tuncda06a2d94c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 4398046511105,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun41ce5f00c8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun41ce5f00c8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 12094627905537,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun214059764a9",
                                "hard-timeout": 0,
                                "id": "185364369851110tun214059764a9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 1099511627777,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7c2adfb4d8e",
                                "hard-timeout": 0,
                                "id": "185364369851110tun7c2adfb4d8e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 9895604649985,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:18536436985111:18536436985111:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:18536436985111:18536436985111:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 42880953483265,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:18536436985111: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": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.18536436985111.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:18536436985111"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 212003
                                            },
                                            "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": 3356928
                                            },
                                            "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": 212004,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    },
                    {
                        "group-id": 212003,
                        "group-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.21.efaf0f42-1e23-4906-a1db-f5def9de0dac.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 100680285218,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.0.2.0/24",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "hard-timeout": 0,
                                "id": "SNAT.194174214523536.21.0.0.0.0.106001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 230000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "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
                                        }
                                    ]
                                },
                                "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
                                            }
                                        }
                                    ]
                                },
                                "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.194174214523536.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "IPv6 Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.34525.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 34525
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 75792,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 128,
                                                                        "src-field": 75792,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.efaf0f42-1e23-4906-a1db-f5def9de0dac.42.192.0.2.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.0.2.255/32",
                                    "metadata": {
                                        "metadata": 212002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217744,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.22.2048.0L3.",
                                "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": 134217744,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2048
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 4100,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 4100,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 1,
                                                                        "flow-mod-num-bits": 23,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 22
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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_194174214523536_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "Fixed_Conntrk_Trk_194174214523536_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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.194174214523536.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 3356928
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 3356928
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc001a0f04f5.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "4"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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.007fc7cb-a6d6-4c51-9255-8630df514745",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.007fc7cb-a6d6-4c51-9255-8630df514745.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "48"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12288
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.d4e589b2-a375-442e-ba10-cc7ac92f40ed",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.d4e589b2-a375-442e-ba10-cc7ac92f40ed.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": 7680
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.194174214523536: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": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tunc2ae3f10b8d.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": 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.tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun9ec20f827f9.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "5"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 4608
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.tun14aa3b718ec.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": 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.8251f5f3-63f8-44fb-bebd-78f3bb30c991",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.8251f5f3-63f8-44fb-bebd-78f3bb30c991.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": 8192
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.c91ccd31-28f5-4d96-8208-a3994a6630d5",
                                "hard-timeout": 0,
                                "id": "194174214523536.220.c91ccd31-28f5-4d96-8208-a3994a6630d5.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "23"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12032
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 195
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 196
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "GARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.garp.match",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 257
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            },
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "ARP learn match flow",
                                "hard-timeout": 0,
                                "id": "48.arp.match",
                                "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-reg4",
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 65535,
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_194174214523536_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": "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_194174214523536_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_194174214523536_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "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
                                            }
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_194174214523536_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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_194174214523536_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_194174214523536_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_194174214523536",
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_194174214523536",
                                "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_194174214523536_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_194174214523536_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_194174214523536_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
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563761,
                                "flow-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                                "hard-timeout": 0,
                                "id": "526001true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100680073217,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563762,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "526002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 212003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 100696850433,
                                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "19417421452353651l2control01: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
                            }
                        ],
                        "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142619449,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13113.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": 3356928
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13113
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142619449,
                                "flow-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f",
                                "hard-timeout": 0,
                                "id": "55.13113.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14417895975026688,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13113
                                    }
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:194174214523536:194174214523536:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:194174214523536:194174214523536:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461057,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun14aa3b718ec",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun14aa3b718ec",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 14293651161089,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc001a0f04f5",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc001a0f04f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 17592186044417,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun9ec20f827f9",
                                "hard-timeout": 0,
                                "id": "1941742145235360tun9ec20f827f9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 19791209299969,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunc2ae3f10b8d",
                                "hard-timeout": 0,
                                "id": "1941742145235360tunc2ae3f10b8d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 16492674416641,
                                                "metadata-mask": 1152920405095219201
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 36
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:194174214523536:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 2290614272,
                                "flow-name": "arp punt/learn flow",
                                "hard-timeout": 0,
                                "id": "195.arp.punt",
                                "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": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8708,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 195
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 2290614272,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-value": {
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 1538,
                                                                        "src-ofs": 0,
                                                                        "value": 2054
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 7682,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 7682,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 8196,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 32,
                                                                        "src-field": 8708,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 2147484680,
                                                                        "dst-ofs": 24,
                                                                        "flow-mod-num-bits": 16,
                                                                        "src-field": 2147484680,
                                                                        "src-ofs": 24
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 8,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 5,
                                                            "idle-timeout": 0,
                                                            "priority": 10,
                                                            "table-id": 196
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 195
                            }
                        ],
                        "id": 195
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.194174214523536.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "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
                                        }
                                    ]
                                },
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:194174214523536"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.450" starttime="20181222 08:01:11.435"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.450" starttime="20181222 08:01:11.198"></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="20181222 08:01:11.463" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.464" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.464" starttime="20181222 08:01:11.450"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.465" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"35a392b7-fe37-456b-88d7-72656496677d"},{"elan-instance-name":"9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f","dpn-interfaces":[{"dp-id":80035509521015,"interfaces":["80035509521015:br-ex-patch:1121"]},{"dp-id":162795856468502,"interfaces":["162795856468502:br-ex-patch:1121"]},{"dp-id":18536436985111,"interfaces":["18536436985111:br-ex-patch:1121"]},{"dp-id":194174214523536,"interfaces":["194174214523536:br-ex-patch:1121"]}]}]}} </msg>
<msg timestamp="20181222 08:01:11.465" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.465" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181222 08:01:11.465" starttime="20181222 08:01:11.464"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.465" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "35a392b7-fe37-456b-88d7-72656496677d"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 80035509521015,
                        "interfaces": [
                            "80035509521015:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 162795856468502,
                        "interfaces": [
                            "162795856468502:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 18536436985111,
                        "interfaces": [
                            "18536436985111:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 194174214523536,
                        "interfaces": [
                            "194174214523536:br-ex-patch:1121"
                        ]
                    }
                ],
                "elan-instance-name": "9dab5c4a-9a7f-4564-ba59-9af6d2fbaa6f"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.465" starttime="20181222 08:01:11.465"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.465" starttime="20181222 08:01:11.450"></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="20181222 08:01:11.474" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.474" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.474" starttime="20181222 08:01:11.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="20181222 08:01:11.475" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af"},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181222 08:01:11.476" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.476" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181222 08:01:11.476" starttime="20181222 08:01:11.475"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.477" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.477" starttime="20181222 08:01:11.476"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.477" starttime="20181222 08:01:11.465"></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="20181222 08:01:11.489" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.489" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.489" starttime="20181222 08:01:11.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="20181222 08:01:11.490" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.490" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.490" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.490" starttime="20181222 08:01:11.490"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.491" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.491" starttime="20181222 08:01:11.491"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.491" starttime="20181222 08:01:11.477"></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="20181222 08:01:11.501" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.501" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.501" starttime="20181222 08:01:11.491"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.502" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181222 08:01:11.502" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.502" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.502" starttime="20181222 08:01:11.501"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.502" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.502" starttime="20181222 08:01:11.502"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.502" starttime="20181222 08:01:11.491"></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="20181222 08:01:11.511" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.511" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.511" starttime="20181222 08:01:11.503"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.513" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"194174214523536:br-ex-patch:trunk","lower-layer-if":["openflow:194174214523536:1"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-22T07:51:58.892Z"},"phys-address":"a2:52:d8:5f:e4:34","admin-status":"up","oper-status":"up"},{"name":"128470671326236:br-ex-patch:trunk","lower-layer-if":["openflow:128470671326236:5"],"type":"iana-if-type:l2vlan","if-index":29,"statistics":{"discontinuity-time":"2018-12-22T07:51:56.964Z"},"phys-address":"9a:4a:c1:8b:f1:61","admin-status":"up","oper-status":"up"},{"name":"tun4c2d349f04c","lower-layer-if":["openflow:162795856468502:4"],"type":"iana-if-type:tunnel","if-index":5,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.324Z"},"phys-address":"fe:71:fb:37:ff:5e","admin-status":"up","oper-status":"up"},{"name":"18536436985111:br-ex-patch","lower-layer-if":["openflow:18536436985111:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:47.414Z"},"phys-address":"12:25:ac:d5:14:df","admin-status":"up","oper-status":"up"},{"name":"tuncda06a2d94c","lower-layer-if":["openflow:18536436985111:3"],"type":"iana-if-type:tunnel","if-index":4,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.661Z"},"phys-address":"fe:dd:88:14:87:16","admin-status":"up","oper-status":"up"},{"name":"tun1ffb9c80c23","lower-layer-if":["openflow:162795856468502:3"],"type":"iana-if-type:tunnel","if-index":2,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.660Z"},"phys-address":"8a:1f:8a:16:95:93","admin-status":"up","oper-status":"up"},{"name":"80035509521015:br-ex-patch:trunk","lower-layer-if":["openflow:80035509521015:1"],"type":"iana-if-type:l2vlan","if-index":27,"statistics":{"discontinuity-time":"2018-12-22T07:51:55.866Z"},"phys-address":"96:33:c8:b7:2b:c2","admin-status":"up","oper-status":"up"},{"name":"tunf128d08df5b","lower-layer-if":["openflow:128470671326236:2"],"type":"iana-if-type:tunnel","if-index":17,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.344Z"},"phys-address":"1a:2b:cb:9c:0e:ee","admin-status":"up","oper-status":"up"},{"name":"162795856468502:br-ex-patch","lower-layer-if":["openflow:162795856468502:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.355Z"},"phys-address":"46:a4:9f:99:0e:6b","admin-status":"up","oper-status":"up"},{"name":"tun9ec20f827f9","lower-layer-if":["openflow:194174214523536:5"],"type":"iana-if-type:tunnel","if-index":18,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.404Z"},"phys-address":"f2:41:ea:35:7b:bc","admin-status":"up","oper-status":"up"},{"name":"tunc001a0f04f5","lower-layer-if":["openflow:194174214523536:4"],"type":"iana-if-type:tunnel","if-index":16,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.288Z"},"phys-address":"aa:61:e6:5e:82:50","admin-status":"up","oper-status":"up"},{"name":"162795856468502:br-ex-patch:trunk","lower-layer-if":["openflow:162795856468502:1"],"type":"iana-if-type:l2vlan","if-index":36,"statistics":{"discontinuity-time":"2018-12-22T07:52:45.367Z"},"phys-address":"46:a4:9f:99:0e:6b","admin-status":"up","oper-status":"up"},{"name":"tun1b03ffe1e1e","lower-layer-if":["openflow:128470671326236:4"],"type":"iana-if-type:tunnel","if-index":20,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.586Z"},"phys-address":"5a:62:21:9e:ec:76","admin-status":"up","oper-status":"up"},{"name":"tun7c2adfb4d8e","lower-layer-if":["openflow:18536436985111:4"],"type":"iana-if-type:tunnel","if-index":9,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.564Z"},"phys-address":"f2:97:2b:b4:98:27","admin-status":"up","oper-status":"up"},{"name":"tun434623c4cec","lower-layer-if":["openflow:128470671326236:3"],"type":"iana-if-type:tunnel","if-index":19,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.421Z"},"phys-address":"ae:9f:ad:84:00:84","admin-status":"up","oper-status":"up"},{"name":"tun495c4e9bfba","lower-layer-if":["openflow:80035509521015:3"],"type":"iana-if-type:tunnel","if-index":7,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.308Z"},"phys-address":"5a:84:26:32:ce:54","admin-status":"up","oper-status":"up"},{"name":"128470671326236:br-ex-patch","lower-layer-if":["openflow:128470671326236:5"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:52.111Z"},"phys-address":"9a:4a:c1:8b:f1:61","admin-status":"up","oper-status":"up"},{"name":"18536436985111:br-ex-patch:trunk","lower-layer-if":["openflow:18536436985111:1"],"type":"iana-if-type:l2vlan","if-index":39,"statistics":{"discontinuity-time":"2018-12-22T07:53:06.510Z"},"phys-address":"12:25:ac:d5:14:df","admin-status":"up","oper-status":"up"},{"name":"tun14aa3b718ec","lower-layer-if":["openflow:194174214523536:2"],"type":"iana-if-type:tunnel","if-index":13,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.041Z"},"phys-address":"da:f0:f9:a1:28:7a","admin-status":"up","oper-status":"up"},{"name":"80035509521015:br-ex-patch","lower-layer-if":["openflow:80035509521015:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.233Z"},"phys-address":"96:33:c8:b7:2b:c2","admin-status":"up","oper-status":"up"},{"name":"194174214523536:br-ex-patch","lower-layer-if":["openflow:194174214523536:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-22T07:45:49.155Z"},"phys-address":"a2:52:d8:5f:e4:34","admin-status":"up","oper-status":"up"},{"name":"tunb7e4b3b33f6","lower-layer-if":["openflow:80035509521015:4"],"type":"iana-if-type:tunnel","if-index":6,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.308Z"},"phys-address":"ea:26:6d:54:f2:c8","admin-status":"up","oper-status":"up"},{"name":"tunf0007d8b600","lower-layer-if":["openflow:128470671326236:1"],"type":"iana-if-type:tunnel","if-index":14,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.115Z"},"phys-address":"ae:e3:f5:86:4d:83","admin-status":"up","oper-status":"up"},{"name":"tunc2ae3f10b8d","lower-layer-if":["openflow:194174214523536:3"],"type":"iana-if-type:tunnel","if-index":15,"statistics":{"discontinuity-time":"2018-12-22T07:45:51.188Z"},"phys-address":"96:f4:31:4b:a7:c6","admin-status":"up","oper-status":"up"},{"name":"tun214059764a9","lower-layer-if":["openflow:18536436985111:2"],"type":"iana-if-type:tunnel","if-index":1,"statistics":{"discontinuity-time":"2018-12-22T07:45:47.757Z"},"phys-address":"8e:9b:71:ef:4e:84","admin-status":"up","oper-status":"up"},{"name":"tun131cf19c31c","lower-layer-if":["openflow:80035509521015:2"],"type":"iana-if-type:tunnel","if-index":8,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.328Z"},"phys-address":"c2:19:b0:6e:a5:ef","admin-status":"up","oper-status":"up"},{"name":"tun5dab709ae7e","lower-layer-if":["openflow:162795856468502:2"],"type":"iana-if-type:tunnel","if-index":3,"statistics":{"discontinuity-time":"2018-12-22T07:45:48.660Z"},"phys-address":"72:5d:99:78:c9:a9","admin-status":"up","oper-status":"up"},{"name":"tun41ce5f00c8e","lower-layer-if":["openflow:18536436985111:5"],"type":"iana-if-type:tunnel","if-index":11,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.754Z"},"phys-address":"9e:89:d0:4c:ae:aa","admin-status":"up","oper-status":"up"},{"name":"tun25ad0ecff7f","lower-layer-if":["openflow:80035509521015:5"],"type":"iana-if-type:tunnel","if-index":10,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.749Z"},"phys-address":"16:40:37:9b:2d:a8","admin-status":"up","oper-status":"up"},{"name":"tun142c14601dd","lower-layer-if":["openflow:162795856468502:5"],"type":"iana-if-type:tunnel","if-index":12,"statistics":{"discontinuity-time":"2018-12-22T07:45:50.860Z"},"phys-address":"c2:61:8d:4e:da:03","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181222 08:01:11.514" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.514" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow...</msg>
<status status="PASS" endtime="20181222 08:01:11.514" starttime="20181222 08:01:11.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="20181222 08:01:11.514" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:194174214523536:1"
                ],
                "name": "194174214523536:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "a2:52:d8:5f:e4:34",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:58.892Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 29,
                "lower-layer-if": [
                    "openflow:128470671326236:5"
                ],
                "name": "128470671326236:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "9a:4a:c1:8b:f1:61",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:56.964Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:162795856468502:4"
                ],
                "name": "tun4c2d349f04c",
                "oper-status": "up",
                "phys-address": "fe:71:fb:37:ff:5e",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.324Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:18536436985111:1"
                ],
                "name": "18536436985111:br-ex-patch",
                "oper-status": "up",
                "phys-address": "12:25:ac:d5:14:df",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:47.414Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 4,
                "lower-layer-if": [
                    "openflow:18536436985111:3"
                ],
                "name": "tuncda06a2d94c",
                "oper-status": "up",
                "phys-address": "fe:dd:88:14:87:16",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.661Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 2,
                "lower-layer-if": [
                    "openflow:162795856468502:3"
                ],
                "name": "tun1ffb9c80c23",
                "oper-status": "up",
                "phys-address": "8a:1f:8a:16:95:93",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.660Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 27,
                "lower-layer-if": [
                    "openflow:80035509521015:1"
                ],
                "name": "80035509521015:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "96:33:c8:b7:2b:c2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:51:55.866Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 17,
                "lower-layer-if": [
                    "openflow:128470671326236:2"
                ],
                "name": "tunf128d08df5b",
                "oper-status": "up",
                "phys-address": "1a:2b:cb:9c:0e:ee",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.344Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:162795856468502:1"
                ],
                "name": "162795856468502:br-ex-patch",
                "oper-status": "up",
                "phys-address": "46:a4:9f:99:0e:6b",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.355Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 18,
                "lower-layer-if": [
                    "openflow:194174214523536:5"
                ],
                "name": "tun9ec20f827f9",
                "oper-status": "up",
                "phys-address": "f2:41:ea:35:7b:bc",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.404Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 16,
                "lower-layer-if": [
                    "openflow:194174214523536:4"
                ],
                "name": "tunc001a0f04f5",
                "oper-status": "up",
                "phys-address": "aa:61:e6:5e:82:50",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.288Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 36,
                "lower-layer-if": [
                    "openflow:162795856468502:1"
                ],
                "name": "162795856468502:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "46:a4:9f:99:0e:6b",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:52:45.367Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 20,
                "lower-layer-if": [
                    "openflow:128470671326236:4"
                ],
                "name": "tun1b03ffe1e1e",
                "oper-status": "up",
                "phys-address": "5a:62:21:9e:ec:76",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.586Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 9,
                "lower-layer-if": [
                    "openflow:18536436985111:4"
                ],
                "name": "tun7c2adfb4d8e",
                "oper-status": "up",
                "phys-address": "f2:97:2b:b4:98:27",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.564Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 19,
                "lower-layer-if": [
                    "openflow:128470671326236:3"
                ],
                "name": "tun434623c4cec",
                "oper-status": "up",
                "phys-address": "ae:9f:ad:84:00:84",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.421Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 7,
                "lower-layer-if": [
                    "openflow:80035509521015:3"
                ],
                "name": "tun495c4e9bfba",
                "oper-status": "up",
                "phys-address": "5a:84:26:32:ce:54",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.308Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:128470671326236:5"
                ],
                "name": "128470671326236:br-ex-patch",
                "oper-status": "up",
                "phys-address": "9a:4a:c1:8b:f1:61",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:52.111Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 39,
                "lower-layer-if": [
                    "openflow:18536436985111:1"
                ],
                "name": "18536436985111:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "12:25:ac:d5:14:df",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:53:06.510Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13,
                "lower-layer-if": [
                    "openflow:194174214523536:2"
                ],
                "name": "tun14aa3b718ec",
                "oper-status": "up",
                "phys-address": "da:f0:f9:a1:28:7a",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.041Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:80035509521015:1"
                ],
                "name": "80035509521015:br-ex-patch",
                "oper-status": "up",
                "phys-address": "96:33:c8:b7:2b:c2",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.233Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:194174214523536:1"
                ],
                "name": "194174214523536:br-ex-patch",
                "oper-status": "up",
                "phys-address": "a2:52:d8:5f:e4:34",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:49.155Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6,
                "lower-layer-if": [
                    "openflow:80035509521015:4"
                ],
                "name": "tunb7e4b3b33f6",
                "oper-status": "up",
                "phys-address": "ea:26:6d:54:f2:c8",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.308Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 14,
                "lower-layer-if": [
                    "openflow:128470671326236:1"
                ],
                "name": "tunf0007d8b600",
                "oper-status": "up",
                "phys-address": "ae:e3:f5:86:4d:83",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.115Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 15,
                "lower-layer-if": [
                    "openflow:194174214523536:3"
                ],
                "name": "tunc2ae3f10b8d",
                "oper-status": "up",
                "phys-address": "96:f4:31:4b:a7:c6",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:51.188Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 1,
                "lower-layer-if": [
                    "openflow:18536436985111:2"
                ],
                "name": "tun214059764a9",
                "oper-status": "up",
                "phys-address": "8e:9b:71:ef:4e:84",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:47.757Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 8,
                "lower-layer-if": [
                    "openflow:80035509521015:2"
                ],
                "name": "tun131cf19c31c",
                "oper-status": "up",
                "phys-address": "c2:19:b0:6e:a5:ef",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.328Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:162795856468502:2"
                ],
                "name": "tun5dab709ae7e",
                "oper-status": "up",
                "phys-address": "72:5d:99:78:c9:a9",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:48.660Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 11,
                "lower-layer-if": [
                    "openflow:18536436985111:5"
                ],
                "name": "tun41ce5f00c8e",
                "oper-status": "up",
                "phys-address": "9e:89:d0:4c:ae:aa",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.754Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 10,
                "lower-layer-if": [
                    "openflow:80035509521015:5"
                ],
                "name": "tun25ad0ecff7f",
                "oper-status": "up",
                "phys-address": "16:40:37:9b:2d:a8",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.749Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 12,
                "lower-layer-if": [
                    "openflow:162795856468502:5"
                ],
                "name": "tun142c14601dd",
                "oper-status": "up",
                "phys-address": "c2:61:8d:4e:da:03",
                "statistics": {
                    "discontinuity-time": "2018-12-22T07:45:50.860Z"
                },
                "type": "iana-if-type:tunnel"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.515" starttime="20181222 08:01:11.514"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.515" starttime="20181222 08:01:11.502"></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="20181222 08:01:11.526" 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="20181222 08:01:11.526" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.527" starttime="20181222 08:01:11.515"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.528" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"80035509521015:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":27,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun214059764a9","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":1,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tuncda06a2d94c","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":4,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"18536436985111:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":39,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun1ffb9c80c23","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":2,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun495c4e9bfba","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":7,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun14aa3b718ec","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":13,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"162795856468502:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":36,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunc001a0f04f5","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":16,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"128470671326236:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":29,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun4c2d349f04c","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":5,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun9ec20f827f9","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":18,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun1b03ffe1e1e","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":20,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"194174214523536:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":31,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun5dab709ae7e","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":3,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun434623c4cec","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":19,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunc2ae3f10b8d","service-mode":"interface-service-bindings:service-mode-egress","dpid":194174214523536,"if-index":15,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunf128d08df5b","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":17,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun7c2adfb4d8e","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":9,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunb7e4b3b33f6","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":6,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun131cf19c31c","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":8,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun142c14601dd","service-mode":"interface-service-bindings:service-mode-egress","dpid":162795856468502,"if-index":12,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun25ad0ecff7f","service-mode":"interface-service-bindings:service-mode-egress","dpid":80035509521015,"if-index":10,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunf0007d8b600","service-mode":"interface-service-bindings:service-mode-egress","dpid":128470671326236,"if-index":14,"port-no":1,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun41ce5f00c8e","service-mode":"interface-service-bindings:service-mode-egress","dpid":18536436985111,"if-index":11,"port-no":5,"interface-type":"iana-if-type:tunnel"}]}} </msg>
<msg timestamp="20181222 08:01:11.528" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.528" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 80035509521015,
                "if-index": 27,
                "interface-name": "80035509...</msg>
<status status="PASS" endtime="20181222 08:01:11.528" starttime="20181222 08:01:11.527"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.528" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 80035509521015,
                "if-index": 27,
                "interface-name": "80035509521015:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 1,
                "interface-name": "tun214059764a9",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 4,
                "interface-name": "tuncda06a2d94c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 39,
                "interface-name": "18536436985111:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 2,
                "interface-name": "tun1ffb9c80c23",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 7,
                "interface-name": "tun495c4e9bfba",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 13,
                "interface-name": "tun14aa3b718ec",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 36,
                "interface-name": "162795856468502:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 16,
                "interface-name": "tunc001a0f04f5",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 29,
                "interface-name": "128470671326236:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 5,
                "interface-name": "tun4c2d349f04c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 18,
                "interface-name": "tun9ec20f827f9",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 20,
                "interface-name": "tun1b03ffe1e1e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 31,
                "interface-name": "194174214523536:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 3,
                "interface-name": "tun5dab709ae7e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 19,
                "interface-name": "tun434623c4cec",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 194174214523536,
                "if-index": 15,
                "interface-name": "tunc2ae3f10b8d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 17,
                "interface-name": "tunf128d08df5b",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 9,
                "interface-name": "tun7c2adfb4d8e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 6,
                "interface-name": "tunb7e4b3b33f6",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 8,
                "interface-name": "tun131cf19c31c",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 162795856468502,
                "if-index": 12,
                "interface-name": "tun142c14601dd",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 80035509521015,
                "if-index": 10,
                "interface-name": "tun25ad0ecff7f",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 128470671326236,
                "if-index": 14,
                "interface-name": "tunf0007d8b600",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 18536436985111,
                "if-index": 11,
                "interface-name": "tun41ce5f00c8e",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.528" starttime="20181222 08:01:11.528"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.529" starttime="20181222 08:01:11.515"></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="20181222 08:01:11.541" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.541" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.541" starttime="20181222 08:01:11.529"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.543" level="INFO">To JSON using : content={"tunnels_state":{"state-tunnel-list":[{"tunnel-interface-name":"tun7c2adfb4d8e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tuncda06a2d94c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun1b03ffe1e1e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tun9ec20f827f9","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun5dab709ae7e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tunf0007d8b600","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun142c14601dd","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun25ad0ecff7f","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun131cf19c31c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tun495c4e9bfba","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tun41ce5f00c8e","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"}},{"tunnel-interface-name":"tun4c2d349f04c","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tunc001a0f04f5","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tunb7e4b3b33f6","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"},"dst-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"}},{"tunnel-interface-name":"tun214059764a9","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tunc2ae3f10b8d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tun434623c4cec","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"}},{"tunnel-interface-name":"tunf128d08df5b","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"128470671326236","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.23"},"dst-info":{"tep-device-id":"18536436985111","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.21"}},{"tunnel-interface-name":"tun14aa3b718ec","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"194174214523536","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.15"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}},{"tunnel-interface-name":"tun1ffb9c80c23","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"162795856468502","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.36"},"dst-info":{"tep-device-id":"80035509521015","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.46"}}]}} </msg>
<msg timestamp="20181222 08:01:11.544" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.544" level="INFO">${pretty_output} = {
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-...</msg>
<status status="PASS" endtime="20181222 08:01:11.544" starttime="20181222 08:01:11.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="20181222 08:01:11.545" level="INFO">{
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun7c2adfb4d8e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuncda06a2d94c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1b03ffe1e1e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun9ec20f827f9",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun5dab709ae7e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunf0007d8b600",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun142c14601dd",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun25ad0ecff7f",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun131cf19c31c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun495c4e9bfba",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun41ce5f00c8e",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun4c2d349f04c",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunc001a0f04f5",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb7e4b3b33f6",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun214059764a9",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunc2ae3f10b8d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun434623c4cec",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "18536436985111",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.21"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "128470671326236",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.23"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunf128d08df5b",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "194174214523536",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.15"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun14aa3b718ec",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "80035509521015",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.46"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "162795856468502",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.36"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1ffb9c80c23",
                "tunnel-state": true
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.545" starttime="20181222 08:01:11.544"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.545" starttime="20181222 08:01:11.529"></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="20181222 08:01:11.553" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.553" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.553" starttime="20181222 08:01:11.545"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.554" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.554" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.554" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.555" starttime="20181222 08:01:11.555"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.555" starttime="20181222 08:01:11.545"></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="20181222 08:01:11.565" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.565" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.565" starttime="20181222 08:01:11.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="20181222 08:01:11.566" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.566" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.566" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.566" starttime="20181222 08:01:11.565"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.566" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.567" starttime="20181222 08:01:11.566"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.567" starttime="20181222 08:01:11.555"></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="20181222 08:01:11.600" 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="20181222 08:01:11.600" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.600" starttime="20181222 08:01:11.567"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.619" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:88:0e:78:49:c6"}],"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:88:0e:78:49:c6","ovsdb:bridge-uuid":"81951951-f340-45ae-af97-1bcdc3c4d7b1","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/33f35569-46c6-4971-8228-90d22c203dc2']","termination-point":[{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"829bfb7c-14a6-43df-aca7-b889b272e720","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:88:0e:78:49:c6","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4cb9e72e-5a0c-412b-8de4-967c495a8749","ovsdb:ofport":65534},{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"7139291d-348c-4805-ba39-2cba13422901","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:88:0e:78:49:c6","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"15b8f78b-6022-4788-9c0b-8c67171c206c","ovsdb:ofport":1},{"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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"38d3e618-728a-4dc4-8caa-a7ce080bf38a","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f4fe2cc3-1e3a-4af5-b9e7-c608be5374ac","ovsdb:ifindex":0,"ovsdb:mac-in-use":"de:16:65:4b:63:a2","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.23"}],"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.23","remote-port":53212,"remote-ip":"192.0.2.23","local-port":6640},"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']"}],"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-1.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-1.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"b16347d5-248a-461a-8d57-5f3eaf8c7d96"},{"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:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}],"ovsdb:db-version":"7.15.1"},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.15"}],"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.23","remote-port":48606,"remote-ip":"192.0.2.15","local-port":6640},"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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']"}],"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-2.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-2.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"f12f4061-e04c-44c5-8c0a-91dce7c9c30e"},{"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:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}],"ovsdb:db-version":"7.15.1"},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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":"94:0f:dd:32:1a:16"}],"ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","controller-uuid":"a947bf1d-8b59-4ab9-973a-a2a9686ac50e","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.46:6653","controller-uuid":"ab8e96c8-9353-45c6-a287-596257cc0912","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"b8f8c5a6-dd48-4616-b936-b9beb2bab751","inactivity_probe":180000,"is-connected":true}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"1fc0289a-f8fa-4609-b01b-fbde37fb8ecd","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","ovsdb:datapath-id":"00:00:94:0f:dd:32:1a:16","termination-point":[{"tp-id":"tun9d68704a2cf","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9d68704a2cf']"}],"ovsdb:interface-uuid":"02e44bae-e015-49d1-918d-ea1c75811dad","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9d68704a2cf","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1e5ee3c6-852c-4293-bb41-9e6544960e35"},{"tp-id":"tun95aa800b70c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun95aa800b70c']"}],"ovsdb:interface-uuid":"6c79b50c-0442-4478-93a1-b65023665088","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun95aa800b70c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"907bc252-a461-4eab-9243-fa9054330062"},{"tp-id":"tun5dab709ae7e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5dab709ae7e']"}],"ovsdb:interface-uuid":"5d1dd00d-2caf-4df0-b608-017934905e4b","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun5dab709ae7e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"490255d8-b4c5-4254-b429-f215ebce2fae","ovsdb:ifindex":9,"ovsdb:mac-in-use":"72:5d:99:78:c9:a9","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun6796ead5463","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6796ead5463']"}],"ovsdb:interface-uuid":"5755e0e5-038d-4495-a93a-55d247478e72","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun6796ead5463","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"10fb97be-ed05-4eb0-b96c-615f581f2b03"},{"tp-id":"tun4c2d349f04c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4c2d349f04c']"}],"ovsdb:interface-uuid":"aacc16d4-4030-49c3-81c3-37f2963a0bec","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4c2d349f04c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3f397e71-69c8-4d30-bbfc-d974add7fd07","ovsdb:ifindex":9,"ovsdb:mac-in-use":"fe:71:fb:37:ff:5e","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d1ce1b4f-b4c8-4f85-b1f3-14c6ef008a45","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4eeb2bf3-e81f-427d-bf69-3688f43d2e97","ovsdb:ifindex":0,"ovsdb:mac-in-use":"46:a4:9f:99:0e:6b","ovsdb:ofport":1},{"tp-id":"tun4376af56662","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4376af56662']"}],"ovsdb:interface-uuid":"9d4caf1e-ba32-40d6-a0c7-1b7b59e08bf5","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun4376af56662","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"54e84c20-20ea-40df-895f-53dde388e513"},{"tp-id":"tun142c14601dd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun142c14601dd']"}],"ovsdb:interface-uuid":"7bed02be-b981-4b85-93bf-2f0d0a5c226d","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun142c14601dd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8955cd7c-b120-4271-a252-b7d586e7c74f","ovsdb:ifindex":9,"ovsdb:mac-in-use":"c2:61:8d:4e:da:03","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"141766f5-3eb8-49c1-afdc-0a3600c6831b","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:mac-in-use":"94:0f:dd:32:1a:16","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"02c4ce2b-b06d-41a2-8c05-f6a9485c7b5e","ovsdb:ofport":65534},{"tp-id":"tun1ffb9c80c23","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1ffb9c80c23']"}],"ovsdb:interface-uuid":"81374b1c-e7b8-4b48-9040-b3c0c6542515","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1ffb9c80c23","ovsdb:options":[{"option":"local_ip","value":"192.0.2.36"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6b18e941-608c-41b5-b70e-9a710b0cc5c9","ovsdb:ifindex":9,"ovsdb:mac-in-use":"8a:1f:8a:16:95:93","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]}]},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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/42fb6c2a-596a-4756-be8b-6b22c2426e39/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":"b0:99:b5:14:ca:90"}],"ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","controller-uuid":"80f1cfc6-30da-4a17-bff4-445db8dcb9ba","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.46:6653","controller-uuid":"103a03fd-38ef-4fa4-9c4a-32526ddd7def","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"412be70f-1396-41a4-9c10-cf9fd321ee44","inactivity_probe":180000,"is-connected":true}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"42a5493f-a0e5-4de7-8cfe-ebd42e87a82c","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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","ovsdb:datapath-id":"00:00:b0:99:b5:14:ca:90","termination-point":[{"tp-id":"tundd3af24a1cd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tundd3af24a1cd']"}],"ovsdb:interface-uuid":"d4d2a437-0598-4f22-b52d-24ad4d9ce5b4","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tundd3af24a1cd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a09aaef2-f296-49e5-a012-9fa26dd9f956"},{"tp-id":"tun48bf1ebcdcd","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun48bf1ebcdcd']"}],"ovsdb:interface-uuid":"b74f6baf-7c22-45ed-9fa2-3f4e316b8496","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun48bf1ebcdcd","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4d7c158c-21bd-4759-9055-a48859f7d0e0"},{"tp-id":"tun8da72534092","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun8da72534092']"}],"ovsdb:interface-uuid":"8a8518aa-380c-42e4-8bea-2da577f61d30","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun8da72534092","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"98414d7f-4262-43f0-98a8-64a3d80e6d4d"},{"tp-id":"tunf5f9505fe6a","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf5f9505fe6a']"}],"ovsdb:interface-uuid":"fb7434a9-b72a-4b83-8b09-a311391ab880","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf5f9505fe6a","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"34e3ddef-75d4-475d-bdf0-cd2165a39b0e"},{"tp-id":"tunc001a0f04f5","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc001a0f04f5']"}],"ovsdb:interface-uuid":"168bb1a4-1721-43ed-ae14-44b62684e9f8","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc001a0f04f5","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3861b9b9-1dca-4f72-8b9d-f316867bb85d","ovsdb:ifindex":19,"ovsdb:mac-in-use":"aa:61:e6:5e:82:50","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"3e4b257d-c5fc-4c03-907b-14e551fe715b","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d0641e98-078e-4675-bc3b-88dd9723ed36","ovsdb:ifindex":0,"ovsdb:mac-in-use":"a2:52:d8:5f:e4:34","ovsdb:ofport":1},{"tp-id":"tun9ec20f827f9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9ec20f827f9']"}],"ovsdb:interface-uuid":"afbd383e-f75b-47f6-b778-9b355bde9637","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun9ec20f827f9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a03b1313-761f-47fa-b740-615180cf3538","ovsdb:ifindex":19,"ovsdb:mac-in-use":"f2:41:ea:35:7b:bc","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tunc2ae3f10b8d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc2ae3f10b8d']"}],"ovsdb:interface-uuid":"4fcd5dd7-4e32-4588-9ad7-cc8834b0ce07","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunc2ae3f10b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1ef6870a-30ae-4a94-b615-60d48117ce2c","ovsdb:ifindex":19,"ovsdb:mac-in-use":"96:f4:31:4b:a7:c6","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun14aa3b718ec","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun14aa3b718ec']"}],"ovsdb:interface-uuid":"645eaa9b-fa23-4dc4-968e-e03a90c5df82","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun14aa3b718ec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.15"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"c0bcb6a3-dd77-43d3-a25f-8c4b982a3aef","ovsdb:ifindex":19,"ovsdb:mac-in-use":"da:f0:f9:a1:28:7a","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"75a3a2c9-e8a9-42b8-9f81-981f0f8c7fcc","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"b0:99:b5:14:ca:90","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d146043e-1790-40df-bc3b-ca54d08c5cc8","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:b3:fa:e8:f2:0c"}],"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:b3:fa:e8:f2:0c","ovsdb:bridge-uuid":"42f21f59-0417-4d01-aaf1-c81dd083652d","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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']","termination-point":[{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1cdb7c75-1480-460b-abd7-b3093b2efd3d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:b3:fa:e8:f2:0c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6c18253b-ea1b-4047-9336-a86a4c74e0d6","ovsdb:ofport":65534},{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"25426165-c523-4906-b509-aafe5b78139e","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:b3:fa:e8:f2:0c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e2c03c82-ef35-4908-b160-cf1694256d1d","ovsdb:ofport":1},{"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"9d0e977d-40e8-45d9-8636-10bc1a20ab02","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3e823c28-cc11-46c0-b3e7-8d8f55d56d38","ovsdb:ifindex":0,"ovsdb:mac-in-use":"7a:1f:05:94:6f:d5","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.21"}],"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.15","remote-port":53106,"remote-ip":"192.0.2.21","local-port":6640},"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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']"}],"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-novacompute-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-novacompute-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"2a491103-4f22-4eb7-a853-00b75135392d"},{"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:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}],"ovsdb:db-version":"7.15.1"},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:4e:c6:6b:4d:6e"}],"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:4e:c6:6b:4d:6e","ovsdb:bridge-uuid":"23c02569-e847-459f-8570-866a3ccd282f","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","termination-point":[{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"3ae2df0a-2476-4df1-b6da-ba355e59fb33","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:4e:c6:6b:4d:6e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"87505d8e-f5aa-4bbd-a64c-c1e061b70692","ovsdb:ofport":65534},{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"957cfa86-7672-444a-a699-66f343a0a366","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:4e:c6:6b:4d:6e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"dd69cb18-2802-4081-b0ca-6a5381000305","ovsdb:ofport":1},{"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"69bd3827-2921-4cb3-9c17-d4acc5b0ad81","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8dcdb21f-7810-4aaa-ad54-5f5f12130df1","ovsdb:ifindex":0,"ovsdb:mac-in-use":"da:6f:6d:ea:73:ce","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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/33f35569-46c6-4971-8228-90d22c203dc2/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":"10:db:d9:bd:ed:17"}],"ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","controller-uuid":"34d3bb4d-c554-4115-9997-bcb2f578c73f","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.46:6653","controller-uuid":"3ea7c596-061b-4ec9-b2b5-69bec8285e73","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"ffc6e525-5de1-4117-9961-cf5b8aa87b11","inactivity_probe":180000,"is-connected":true}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"401882a1-3883-42d2-9d72-345e615f423d","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/33f35569-46c6-4971-8228-90d22c203dc2']","ovsdb:datapath-id":"00:00:10:db:d9:bd:ed:17","termination-point":[{"tp-id":"tune5a40d192ef","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune5a40d192ef']"}],"ovsdb:interface-uuid":"c3443d5e-dd25-4900-a64b-fe8c3235395a","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune5a40d192ef","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f3b56cc1-de9b-4305-a10e-70d5360d7bb8"},{"tp-id":"tun7c2adfb4d8e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7c2adfb4d8e']"}],"ovsdb:interface-uuid":"1b2312a3-c761-4a30-b4ca-9035c4848225","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7c2adfb4d8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"bd3c6efa-7d6a-49b5-9ec2-c9735230da7a","ovsdb:ifindex":9,"ovsdb:mac-in-use":"f2:97:2b:b4:98:27","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun41ce5f00c8e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun41ce5f00c8e']"}],"ovsdb:interface-uuid":"eae576dc-2291-4fa7-87fc-a3ff699a4d3b","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun41ce5f00c8e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9e7fd44b-319d-4609-8a29-e466dd77cb93","ovsdb:ifindex":9,"ovsdb:mac-in-use":"9e:89:d0:4c:ae:aa","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tuncda06a2d94c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncda06a2d94c']"}],"ovsdb:interface-uuid":"65e9412e-9f61-4707-b785-3ff842b2671d","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncda06a2d94c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ad715818-9644-4bed-81e6-29a0bb74878d","ovsdb:ifindex":9,"ovsdb:mac-in-use":"fe:dd:88:14:87:16","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tune2e97121c6e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune2e97121c6e']"}],"ovsdb:interface-uuid":"8927d0b2-42fc-4ce1-a2b6-372d03d43345","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tune2e97121c6e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a1b372d3-ea8e-4c4d-ae0f-287a79887a8a"},{"tp-id":"tun56da96f6079","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun56da96f6079']"}],"ovsdb:interface-uuid":"cf58a9ca-cc90-4959-8c72-240898175d52","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun56da96f6079","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1056f5cc-1286-4c8d-9f4f-e4b0debb413f"},{"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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"72f22f84-a5e1-483e-bd81-7b52d149be85","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f7c234c8-f697-4d60-b5c0-3dc8e42149cc","ovsdb:ifindex":0,"ovsdb:mac-in-use":"12:25:ac:d5:14:df","ovsdb:ofport":1},{"tp-id":"tun214059764a9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun214059764a9']"}],"ovsdb:interface-uuid":"deb40b79-6a23-438d-a07f-c9e54c703aaa","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun214059764a9","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"2d394dec-99e7-465e-ad26-56f2a6ab7be7","ovsdb:ifindex":9,"ovsdb:mac-in-use":"8e:9b:71:ef:4e:84","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"c84f8496-62dd-4671-ae51-c1c4184672da","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:mac-in-use":"10:db:d9:bd:ed:17","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b8597d0f-e156-490b-b36b-80fd695d9339","ovsdb:ofport":65534},{"tp-id":"tun2e4e5b7e21c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun2e4e5b7e21c']"}],"ovsdb:interface-uuid":"12dd22fc-865b-4fc2-9880-3ec5ade5870e","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun2e4e5b7e21c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.21"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"448f17d7-f3dd-4e63-9e7b-445efcce69f5"}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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":"74:d7:e8:ba:7c:1c"}],"ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","controller-uuid":"8199f557-fbd2-4afe-8447-c3f65b42fda1","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.46:6653","controller-uuid":"a12077da-ecbb-461c-9630-dd730e8a4765","inactivity_probe":180000,"is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"45b9508e-5c1e-4455-9385-5ae0c78b6b77","inactivity_probe":180000,"is-connected":true}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"a2548b4c-257f-4226-9a35-16d252631174","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","ovsdb:datapath-id":"00:00:74:d7:e8:ba:7c:1c","termination-point":[{"tp-id":"tuneedc7a64b44","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuneedc7a64b44']"}],"ovsdb:interface-uuid":"0be7fe50-baa1-4e81-ac5f-b430549f4b1c","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuneedc7a64b44","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"38feba52-59e1-4622-8063-059de288fc12"},{"tp-id":"tun60754c97d27","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun60754c97d27']"}],"ovsdb:interface-uuid":"916c1d2d-714e-4177-a45d-7c6df3a2ef54","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun60754c97d27","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3460025a-b23e-49a2-8700-a60a18b52662"},{"tp-id":"tun1b03ffe1e1e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1b03ffe1e1e']"}],"ovsdb:interface-uuid":"a9c4bbc8-696a-4847-aaf3-cdce680b8a72","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun1b03ffe1e1e","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3ae04167-0f70-4622-b42f-0d22f1e6673a","ovsdb:ifindex":19,"ovsdb:mac-in-use":"5a:62:21:9e:ec:76","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d5f77f9e-af8f-4689-a585-fea7635dbdea","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"2ad6f232-538c-436f-812f-d048edb933b3","ovsdb:ifindex":0,"ovsdb:mac-in-use":"9a:4a:c1:8b:f1:61","ovsdb:ofport":5},{"tp-id":"tunf0007d8b600","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf0007d8b600']"}],"ovsdb:interface-uuid":"6431f648-4d15-4042-9ee3-9219ad767205","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf0007d8b600","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.46"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d541ca21-c153-45c6-baee-d518062d0ffb","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ae:e3:f5:86:4d:83","ovsdb:ofport":1,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tuncf6e7cbb4d8","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncf6e7cbb4d8']"}],"ovsdb:interface-uuid":"61318389-8a2c-41f9-bb5b-01acdc520dce","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tuncf6e7cbb4d8","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"eb5adc4f-9e01-4405-b876-91fd8b38c71d"},{"tp-id":"tun434623c4cec","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun434623c4cec']"}],"ovsdb:interface-uuid":"760e93c8-f965-4fcc-9c36-cbf223beae17","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun434623c4cec","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b6376ca5-165a-430a-a76b-95db606dc11b","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ae:9f:ad:84:00:84","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tunf128d08df5b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf128d08df5b']"}],"ovsdb:interface-uuid":"6a253913-18ab-464d-bbbc-d044b586b002","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunf128d08df5b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5aa49278-87e5-4204-b0c5-d2e5b9892a43","ovsdb:ifindex":19,"ovsdb:mac-in-use":"1a:2b:cb:9c:0e:ee","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun3fc0c40c07b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3fc0c40c07b']"}],"ovsdb:interface-uuid":"cd194ef7-9c5d-444d-9a6a-59dddaa9d84a","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun3fc0c40c07b","ovsdb:options":[{"option":"local_ip","value":"192.0.2.23"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"77e10d94-824d-4a88-ae65-60d120184999"},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"68548fd0-f1f1-473e-aff8-10e9a5c930bc","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"74:d7:e8:ba:7c:1c","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a39fd866-3e50-4222-b00c-21ebc9f7dd77","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:59:b3:11:74:42"}],"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:59:b3:11:74:42","ovsdb:bridge-uuid":"f3717493-bab1-40d8-87c1-9053ff6caa53","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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']","termination-point":[{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"798865b5-0dc9-4579-bfe9-bee7b1058821","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:59:b3:11:74:42","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"75575c16-f724-44a5-a73f-a0014b032bd2","ovsdb:ofport":65534},{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"f346eb5c-09ea-44dc-b101-405f9e03311f","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:59:b3:11:74:42","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"7c0469f8-9775-4105-83ce-05a491139378","ovsdb:ofport":1},{"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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"f698c575-5398-49ca-ace0-9f5f5f61b85c","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5b229b83-5c53-4a6d-87eb-15d22b42824b","ovsdb:ifindex":0,"ovsdb:mac-in-use":"0a:f4:ea:12:fe:f5","ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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":"48:ca:b8:1d:4a:77"}],"ovsdb:controller-entry":[{"target":"tcp:192.0.2.15:6653","controller-uuid":"db3d2ed2-ad06-4418-a202-34ed5fe0cd11","is-connected":true},{"target":"tcp:192.0.2.46:6653","controller-uuid":"dbda7a9f-9c24-4dc1-b25c-efcce518dfa9","is-connected":true},{"target":"tcp:192.0.2.23:6653","controller-uuid":"71fafbaa-f318-4b70-9d56-61dcc2bae5fc","is-connected":true}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"6519d61d-77dd-4598-8cc1-82ed8238873b","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']","ovsdb:datapath-id":"00:00:48:ca:b8:1d:4a:77","termination-point":[{"tp-id":"tun495c4e9bfba","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun495c4e9bfba']"}],"ovsdb:interface-uuid":"4f316e4f-547e-42dd-91b7-9205d451706f","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun495c4e9bfba","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"040f226f-8606-42e8-a560-9277248ce3a8","ovsdb:ifindex":19,"ovsdb:mac-in-use":"5a:84:26:32:ce:54","ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tunad39fbf7b8d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunad39fbf7b8d']"}],"ovsdb:interface-uuid":"f498b0a7-50c6-4228-844c-c8731463fd35","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunad39fbf7b8d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74ac9c7e-23f1-45df-b99c-97be2c2ed97d"},{"tp-id":"tun131cf19c31c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun131cf19c31c']"}],"ovsdb:interface-uuid":"a8026ed6-a8f4-4268-a7c7-863122c697a8","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun131cf19c31c","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.21"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ba545d0a-9cc1-482f-90b1-cb7bd3abc95f","ovsdb:ifindex":19,"ovsdb:mac-in-use":"c2:19:b0:6e:a5:ef","ovsdb:ofport":2,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun7786f63e80f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7786f63e80f']"}],"ovsdb:interface-uuid":"dbd4d0c2-6b02-4d4e-ad75-1cfb0b16ff69","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7786f63e80f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5ee52a5d-ddd9-4030-a8dc-d484bf927dea"},{"tp-id":"tun7ef15be3800","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7ef15be3800']"}],"ovsdb:interface-uuid":"9898e33b-8842-41a9-b59c-2732f02b159f","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun7ef15be3800","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8c2a7ff5-5b1a-482c-95f5-bfcb3e60f3c5"},{"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"f6fa513a-9d48-4288-93ce-40a6ba226d5c","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9486a683-b7ba-43b1-ade1-ff69132c0990","ovsdb:ifindex":0,"ovsdb:mac-in-use":"96:33:c8:b7:2b:c2","ovsdb:ofport":1},{"tp-id":"tunb7e4b3b33f6","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb7e4b3b33f6']"}],"ovsdb:interface-uuid":"34e308a7-715e-4880-8fcd-20fe4d81836a","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tunb7e4b3b33f6","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.15"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ad1250c5-e909-46a7-8247-0081b5da3c42","ovsdb:ifindex":19,"ovsdb:mac-in-use":"ea:26:6d:54:f2:c8","ovsdb:ofport":4,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]},{"tp-id":"tun977f8a1ccf4","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun977f8a1ccf4']"}],"ovsdb:interface-uuid":"67e30cf0-c9a0-4db3-883a-1addd91f80b0","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun977f8a1ccf4","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.36"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8461a3ac-7be8-4c9d-b66b-37ecb59b4be6"},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"4f6c9a26-c486-4af2-8ce4-ae6a64be638a","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:mac-in-use":"48:ca:b8:1d:4a:77","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"7293fd3c-f564-468d-b68a-39cafda0daaa","ovsdb:ofport":65534},{"tp-id":"tun25ad0ecff7f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-vxlan","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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun25ad0ecff7f']"}],"ovsdb:interface-uuid":"e9d1cf05-4e40-49f3-a241-3e031c133f3c","ovsdb:interface-bfd":[{"bfd-key":"enable","bfd-value":"true"},{"bfd-key":"min_tx","bfd-value":"1000"},{"bfd-key":"forwarding_if_rx","bfd-value":"true"}],"ovsdb:name":"tun25ad0ecff7f","ovsdb:options":[{"option":"local_ip","value":"192.0.2.46"},{"option":"remote_ip","value":"192.0.2.23"},{"option":"key","value":"flow"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ef01ed68-e122-4c7d-ab80-6acd480203a9","ovsdb:ifindex":19,"ovsdb:mac-in-use":"16:40:37:9b:2d:a8","ovsdb:ofport":5,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"1"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"true"},{"bfd-status-key":"remote_state","bfd-status-value":"up"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"up"}]}]},{"node-id":"ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.46"}],"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.15","remote-port":47708,"remote-ip":"192.0.2.46","local-port":6640},"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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']"}],"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":"e54e4b73-37b1-497b-a068-a64eec5b0ab2"},{"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:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}],"ovsdb:db-version":"7.15.1"},{"node-id":"ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.2","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.36"}],"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.15","remote-port":48818,"remote-ip":"192.0.2.36","local-port":6640},"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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']"}],"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-novacompute-1.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-novacompute-1.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"f0ee6271-c14d-4b85-8a06-4701386c93f5"},{"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:manager-entry":[{"target":"tcp:192.0.2.15:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.23:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0},{"target":"tcp:192.0.2.46:6640","connected":true,"number_of_connections":1}],"ovsdb:db-version":"7.15.1"},{"node-id":"ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:53:2a:d2:fb:8e"}],"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:53:2a:d2:fb:8e","ovsdb:bridge-uuid":"7743ec20-8b70-420d-81c6-fc56841d9628","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/42fb6c2a-596a-4756-be8b-6b22c2426e39']","termination-point":[{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"84fa8873-4a77-4a24-be48-28a6346f5fe3","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:mac-in-use":"00:53:2a:d2:fb:8e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4eb4bd97-9479-4a20-931a-a4db40cf900a","ovsdb:ofport":65534},{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"fca5a85d-f25e-43cc-a0ab-fe3aa162873c","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:mac-in-use":"00:53:2a:d2:fb:8e","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6e90499e-46ef-49eb-8c1a-b401daa22aca","ovsdb:ofport":1},{"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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"6a4ec5e6-4c5d-4c7b-8e2a-e01ad07496ef","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"c99ef76c-f8d4-4e2e-8521-a0dc574f4cd8","ovsdb:ifindex":0,"ovsdb:mac-in-use":"3a:40:af:bd:0f:57","ovsdb:ofport":2}]}]}]} </msg>
<msg timestamp="20181222 08:01:11.620" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.621" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181222 08:01:11.621" starttime="20181222 08:01:11.601"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.622" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:88:0e:78:49:c6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "81951951-f340-45ae-af97-1bcdc3c4d7b1",
                    "ovsdb:datapath-id": "00:00:00:88:0e:78:49:c6",
                    "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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "829bfb7c-14a6-43df-aca7-b889b272e720",
                            "ovsdb:mac-in-use": "00:88:0e:78:49:c6",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "4cb9e72e-5a0c-412b-8de4-967c495a8749",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "7139291d-348c-4805-ba39-2cba13422901",
                            "ovsdb:mac-in-use": "00:88:0e:78:49:c6",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "15b8f78b-6022-4788-9c0b-8c67171c206c",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "38d3e618-728a-4dc4-8caa-a7ce080bf38a",
                            "ovsdb:mac-in-use": "de:16:65:4b:63:a2",
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f4fe2cc3-1e3a-4af5-b9e7-c608be5374ac",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.23",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.23",
                        "remote-port": 53212
                    },
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "b16347d5-248a-461a-8d57-5f3eaf8c7d96"
                        },
                        {
                            "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": "192.0.2.23"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.23",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.15",
                        "remote-port": 48606
                    },
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-2.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-2.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "f12f4061-e04c-44c5-8c0a-91dce7c9c30e"
                        },
                        {
                            "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": "192.0.2.15"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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": "94:0f:dd:32:1a:16"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1fc0289a-f8fa-4609-b01b-fbde37fb8ecd",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a947bf1d-8b59-4ab9-973a-a2a9686ac50e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "ab8e96c8-9353-45c6-a287-596257cc0912",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "b8f8c5a6-dd48-4616-b936-b9beb2bab751",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:94:0f:dd:32:1a:16",
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "02e44bae-e015-49d1-918d-ea1c75811dad",
                            "ovsdb:name": "tun9d68704a2cf",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9d68704a2cf']"
                                }
                            ],
                            "ovsdb:port-uuid": "1e5ee3c6-852c-4293-bb41-9e6544960e35",
                            "tp-id": "tun9d68704a2cf"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6c79b50c-0442-4478-93a1-b65023665088",
                            "ovsdb:name": "tun95aa800b70c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun95aa800b70c']"
                                }
                            ],
                            "ovsdb:port-uuid": "907bc252-a461-4eab-9243-fa9054330062",
                            "tp-id": "tun95aa800b70c"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "5d1dd00d-2caf-4df0-b608-017934905e4b",
                            "ovsdb:mac-in-use": "72:5d:99:78:c9:a9",
                            "ovsdb:name": "tun5dab709ae7e",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5dab709ae7e']"
                                }
                            ],
                            "ovsdb:port-uuid": "490255d8-b4c5-4254-b429-f215ebce2fae",
                            "tp-id": "tun5dab709ae7e"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "5755e0e5-038d-4495-a93a-55d247478e72",
                            "ovsdb:name": "tun6796ead5463",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6796ead5463']"
                                }
                            ],
                            "ovsdb:port-uuid": "10fb97be-ed05-4eb0-b96c-615f581f2b03",
                            "tp-id": "tun6796ead5463"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "aacc16d4-4030-49c3-81c3-37f2963a0bec",
                            "ovsdb:mac-in-use": "fe:71:fb:37:ff:5e",
                            "ovsdb:name": "tun4c2d349f04c",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4c2d349f04c']"
                                }
                            ],
                            "ovsdb:port-uuid": "3f397e71-69c8-4d30-bbfc-d974add7fd07",
                            "tp-id": "tun4c2d349f04c"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d1ce1b4f-b4c8-4f85-b1f3-14c6ef008a45",
                            "ovsdb:mac-in-use": "46:a4:9f:99:0e:6b",
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "4eeb2bf3-e81f-427d-bf69-3688f43d2e97",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "9d4caf1e-ba32-40d6-a0c7-1b7b59e08bf5",
                            "ovsdb:name": "tun4376af56662",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun4376af56662']"
                                }
                            ],
                            "ovsdb:port-uuid": "54e84c20-20ea-40df-895f-53dde388e513",
                            "tp-id": "tun4376af56662"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "7bed02be-b981-4b85-93bf-2f0d0a5c226d",
                            "ovsdb:mac-in-use": "c2:61:8d:4e:da:03",
                            "ovsdb:name": "tun142c14601dd",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun142c14601dd']"
                                }
                            ],
                            "ovsdb:port-uuid": "8955cd7c-b120-4271-a252-b7d586e7c74f",
                            "tp-id": "tun142c14601dd"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "141766f5-3eb8-49c1-afdc-0a3600c6831b",
                            "ovsdb:mac-in-use": "94:0f:dd:32:1a:16",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "02c4ce2b-b06d-41a2-8c05-f6a9485c7b5e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "81374b1c-e7b8-4b48-9040-b3c0c6542515",
                            "ovsdb:mac-in-use": "8a:1f:8a:16:95:93",
                            "ovsdb:name": "tun1ffb9c80c23",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1ffb9c80c23']"
                                }
                            ],
                            "ovsdb:port-uuid": "6b18e941-608c-41b5-b70e-9a710b0cc5c9",
                            "tp-id": "tun1ffb9c80c23"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/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/42fb6c2a-596a-4756-be8b-6b22c2426e39/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": "b0:99:b5:14:ca:90"
                        }
                    ],
                    "ovsdb:bridge-uuid": "42a5493f-a0e5-4de7-8cfe-ebd42e87a82c",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "80f1cfc6-30da-4a17-bff4-445db8dcb9ba",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "103a03fd-38ef-4fa4-9c4a-32526ddd7def",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "412be70f-1396-41a4-9c10-cf9fd321ee44",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:b0:99:b5:14:ca:90",
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "d4d2a437-0598-4f22-b52d-24ad4d9ce5b4",
                            "ovsdb:name": "tundd3af24a1cd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tundd3af24a1cd']"
                                }
                            ],
                            "ovsdb:port-uuid": "a09aaef2-f296-49e5-a012-9fa26dd9f956",
                            "tp-id": "tundd3af24a1cd"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "b74f6baf-7c22-45ed-9fa2-3f4e316b8496",
                            "ovsdb:name": "tun48bf1ebcdcd",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun48bf1ebcdcd']"
                                }
                            ],
                            "ovsdb:port-uuid": "4d7c158c-21bd-4759-9055-a48859f7d0e0",
                            "tp-id": "tun48bf1ebcdcd"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "8a8518aa-380c-42e4-8bea-2da577f61d30",
                            "ovsdb:name": "tun8da72534092",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun8da72534092']"
                                }
                            ],
                            "ovsdb:port-uuid": "98414d7f-4262-43f0-98a8-64a3d80e6d4d",
                            "tp-id": "tun8da72534092"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "fb7434a9-b72a-4b83-8b09-a311391ab880",
                            "ovsdb:name": "tunf5f9505fe6a",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf5f9505fe6a']"
                                }
                            ],
                            "ovsdb:port-uuid": "34e3ddef-75d4-475d-bdf0-cd2165a39b0e",
                            "tp-id": "tunf5f9505fe6a"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "168bb1a4-1721-43ed-ae14-44b62684e9f8",
                            "ovsdb:mac-in-use": "aa:61:e6:5e:82:50",
                            "ovsdb:name": "tunc001a0f04f5",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc001a0f04f5']"
                                }
                            ],
                            "ovsdb:port-uuid": "3861b9b9-1dca-4f72-8b9d-f316867bb85d",
                            "tp-id": "tunc001a0f04f5"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "3e4b257d-c5fc-4c03-907b-14e551fe715b",
                            "ovsdb:mac-in-use": "a2:52:d8:5f:e4:34",
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "d0641e98-078e-4675-bc3b-88dd9723ed36",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "afbd383e-f75b-47f6-b778-9b355bde9637",
                            "ovsdb:mac-in-use": "f2:41:ea:35:7b:bc",
                            "ovsdb:name": "tun9ec20f827f9",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun9ec20f827f9']"
                                }
                            ],
                            "ovsdb:port-uuid": "a03b1313-761f-47fa-b740-615180cf3538",
                            "tp-id": "tun9ec20f827f9"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "4fcd5dd7-4e32-4588-9ad7-cc8834b0ce07",
                            "ovsdb:mac-in-use": "96:f4:31:4b:a7:c6",
                            "ovsdb:name": "tunc2ae3f10b8d",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunc2ae3f10b8d']"
                                }
                            ],
                            "ovsdb:port-uuid": "1ef6870a-30ae-4a94-b615-60d48117ce2c",
                            "tp-id": "tunc2ae3f10b8d"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "645eaa9b-fa23-4dc4-968e-e03a90c5df82",
                            "ovsdb:mac-in-use": "da:f0:f9:a1:28:7a",
                            "ovsdb:name": "tun14aa3b718ec",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun14aa3b718ec']"
                                }
                            ],
                            "ovsdb:port-uuid": "c0bcb6a3-dd77-43d3-a25f-8c4b982a3aef",
                            "tp-id": "tun14aa3b718ec"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "75a3a2c9-e8a9-42b8-9f81-981f0f8c7fcc",
                            "ovsdb:mac-in-use": "b0:99:b5:14:ca:90",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "d146043e-1790-40df-bc3b-ca54d08c5cc8",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:b3:fa:e8:f2:0c"
                        }
                    ],
                    "ovsdb:bridge-uuid": "42f21f59-0417-4d01-aaf1-c81dd083652d",
                    "ovsdb:datapath-id": "00:00:00:b3:fa:e8:f2:0c",
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1cdb7c75-1480-460b-abd7-b3093b2efd3d",
                            "ovsdb:mac-in-use": "00:b3:fa:e8:f2:0c",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "6c18253b-ea1b-4047-9336-a86a4c74e0d6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "25426165-c523-4906-b509-aafe5b78139e",
                            "ovsdb:mac-in-use": "00:b3:fa:e8:f2:0c",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e2c03c82-ef35-4908-b160-cf1694256d1d",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "9d0e977d-40e8-45d9-8636-10bc1a20ab02",
                            "ovsdb:mac-in-use": "7a:1f:05:94:6f:d5",
                            "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "3e823c28-cc11-46c0-b3e7-8d8f55d56d38",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.21",
                        "remote-port": 53106
                    },
                    "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-ex']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-novacompute-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-novacompute-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "2a491103-4f22-4eb7-a853-00b75135392d"
                        },
                        {
                            "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": "192.0.2.21"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:4e:c6:6b:4d:6e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "23c02569-e847-459f-8570-866a3ccd282f",
                    "ovsdb:datapath-id": "00:00:00:4e:c6:6b:4d:6e",
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "3ae2df0a-2476-4df1-b6da-ba355e59fb33",
                            "ovsdb:mac-in-use": "00:4e:c6:6b:4d:6e",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "87505d8e-f5aa-4bbd-a64c-c1e061b70692",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "957cfa86-7672-444a-a699-66f343a0a366",
                            "ovsdb:mac-in-use": "00:4e:c6:6b:4d:6e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "dd69cb18-2802-4081-b0ca-6a5381000305",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "69bd3827-2921-4cb3-9c17-d4acc5b0ad81",
                            "ovsdb:mac-in-use": "da:6f:6d:ea:73:ce",
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "8dcdb21f-7810-4aaa-ad54-5f5f12130df1",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/33f35569-46c6-4971-8228-90d22c203dc2/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/33f35569-46c6-4971-8228-90d22c203dc2/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": "10:db:d9:bd:ed:17"
                        }
                    ],
                    "ovsdb:bridge-uuid": "401882a1-3883-42d2-9d72-345e615f423d",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "34d3bb4d-c554-4115-9997-bcb2f578c73f",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "3ea7c596-061b-4ec9-b2b5-69bec8285e73",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "ffc6e525-5de1-4117-9961-cf5b8aa87b11",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:10:db:d9:bd:ed:17",
                    "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/33f35569-46c6-4971-8228-90d22c203dc2']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "c3443d5e-dd25-4900-a64b-fe8c3235395a",
                            "ovsdb:name": "tune5a40d192ef",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune5a40d192ef']"
                                }
                            ],
                            "ovsdb:port-uuid": "f3b56cc1-de9b-4305-a10e-70d5360d7bb8",
                            "tp-id": "tune5a40d192ef"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "1b2312a3-c761-4a30-b4ca-9035c4848225",
                            "ovsdb:mac-in-use": "f2:97:2b:b4:98:27",
                            "ovsdb:name": "tun7c2adfb4d8e",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7c2adfb4d8e']"
                                }
                            ],
                            "ovsdb:port-uuid": "bd3c6efa-7d6a-49b5-9ec2-c9735230da7a",
                            "tp-id": "tun7c2adfb4d8e"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "eae576dc-2291-4fa7-87fc-a3ff699a4d3b",
                            "ovsdb:mac-in-use": "9e:89:d0:4c:ae:aa",
                            "ovsdb:name": "tun41ce5f00c8e",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun41ce5f00c8e']"
                                }
                            ],
                            "ovsdb:port-uuid": "9e7fd44b-319d-4609-8a29-e466dd77cb93",
                            "tp-id": "tun41ce5f00c8e"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "65e9412e-9f61-4707-b785-3ff842b2671d",
                            "ovsdb:mac-in-use": "fe:dd:88:14:87:16",
                            "ovsdb:name": "tuncda06a2d94c",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncda06a2d94c']"
                                }
                            ],
                            "ovsdb:port-uuid": "ad715818-9644-4bed-81e6-29a0bb74878d",
                            "tp-id": "tuncda06a2d94c"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "8927d0b2-42fc-4ce1-a2b6-372d03d43345",
                            "ovsdb:name": "tune2e97121c6e",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tune2e97121c6e']"
                                }
                            ],
                            "ovsdb:port-uuid": "a1b372d3-ea8e-4c4d-ae0f-287a79887a8a",
                            "tp-id": "tune2e97121c6e"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "cf58a9ca-cc90-4959-8c72-240898175d52",
                            "ovsdb:name": "tun56da96f6079",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun56da96f6079']"
                                }
                            ],
                            "ovsdb:port-uuid": "1056f5cc-1286-4c8d-9f4f-e4b0debb413f",
                            "tp-id": "tun56da96f6079"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "72f22f84-a5e1-483e-bd81-7b52d149be85",
                            "ovsdb:mac-in-use": "12:25:ac:d5:14:df",
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f7c234c8-f697-4d60-b5c0-3dc8e42149cc",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 9,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "deb40b79-6a23-438d-a07f-c9e54c703aaa",
                            "ovsdb:mac-in-use": "8e:9b:71:ef:4e:84",
                            "ovsdb:name": "tun214059764a9",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun214059764a9']"
                                }
                            ],
                            "ovsdb:port-uuid": "2d394dec-99e7-465e-ad26-56f2a6ab7be7",
                            "tp-id": "tun214059764a9"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "c84f8496-62dd-4671-ae51-c1c4184672da",
                            "ovsdb:mac-in-use": "10:db:d9:bd:ed:17",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "b8597d0f-e156-490b-b36b-80fd695d9339",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "12dd22fc-865b-4fc2-9880-3ec5ade5870e",
                            "ovsdb:name": "tun2e4e5b7e21c",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/33f35569-46c6-4971-8228-90d22c203dc2/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun2e4e5b7e21c']"
                                }
                            ],
                            "ovsdb:port-uuid": "448f17d7-f3dd-4e63-9e7b-445efcce69f5",
                            "tp-id": "tun2e4e5b7e21c"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/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": "74:d7:e8:ba:7c:1c"
                        }
                    ],
                    "ovsdb:bridge-uuid": "a2548b4c-257f-4226-9a35-16d252631174",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "8199f557-fbd2-4afe-8447-c3f65b42fda1",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "a12077da-ecbb-461c-9630-dd730e8a4765",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "45b9508e-5c1e-4455-9385-5ae0c78b6b77",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:74:d7:e8:ba:7c:1c",
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "0be7fe50-baa1-4e81-ac5f-b430549f4b1c",
                            "ovsdb:name": "tuneedc7a64b44",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuneedc7a64b44']"
                                }
                            ],
                            "ovsdb:port-uuid": "38feba52-59e1-4622-8063-059de288fc12",
                            "tp-id": "tuneedc7a64b44"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "916c1d2d-714e-4177-a45d-7c6df3a2ef54",
                            "ovsdb:name": "tun60754c97d27",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun60754c97d27']"
                                }
                            ],
                            "ovsdb:port-uuid": "3460025a-b23e-49a2-8700-a60a18b52662",
                            "tp-id": "tun60754c97d27"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "a9c4bbc8-696a-4847-aaf3-cdce680b8a72",
                            "ovsdb:mac-in-use": "5a:62:21:9e:ec:76",
                            "ovsdb:name": "tun1b03ffe1e1e",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1b03ffe1e1e']"
                                }
                            ],
                            "ovsdb:port-uuid": "3ae04167-0f70-4622-b42f-0d22f1e6673a",
                            "tp-id": "tun1b03ffe1e1e"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d5f77f9e-af8f-4689-a585-fea7635dbdea",
                            "ovsdb:mac-in-use": "9a:4a:c1:8b:f1:61",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 5,
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "2ad6f232-538c-436f-812f-d048edb933b3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6431f648-4d15-4042-9ee3-9219ad767205",
                            "ovsdb:mac-in-use": "ae:e3:f5:86:4d:83",
                            "ovsdb:name": "tunf0007d8b600",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf0007d8b600']"
                                }
                            ],
                            "ovsdb:port-uuid": "d541ca21-c153-45c6-baee-d518062d0ffb",
                            "tp-id": "tunf0007d8b600"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "61318389-8a2c-41f9-bb5b-01acdc520dce",
                            "ovsdb:name": "tuncf6e7cbb4d8",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncf6e7cbb4d8']"
                                }
                            ],
                            "ovsdb:port-uuid": "eb5adc4f-9e01-4405-b876-91fd8b38c71d",
                            "tp-id": "tuncf6e7cbb4d8"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "760e93c8-f965-4fcc-9c36-cbf223beae17",
                            "ovsdb:mac-in-use": "ae:9f:ad:84:00:84",
                            "ovsdb:name": "tun434623c4cec",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun434623c4cec']"
                                }
                            ],
                            "ovsdb:port-uuid": "b6376ca5-165a-430a-a76b-95db606dc11b",
                            "tp-id": "tun434623c4cec"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "6a253913-18ab-464d-bbbc-d044b586b002",
                            "ovsdb:mac-in-use": "1a:2b:cb:9c:0e:ee",
                            "ovsdb:name": "tunf128d08df5b",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunf128d08df5b']"
                                }
                            ],
                            "ovsdb:port-uuid": "5aa49278-87e5-4204-b0c5-d2e5b9892a43",
                            "tp-id": "tunf128d08df5b"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "cd194ef7-9c5d-444d-9a6a-59dddaa9d84a",
                            "ovsdb:name": "tun3fc0c40c07b",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3fc0c40c07b']"
                                }
                            ],
                            "ovsdb:port-uuid": "77e10d94-824d-4a88-ae65-60d120184999",
                            "tp-id": "tun3fc0c40c07b"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "68548fd0-f1f1-473e-aff8-10e9a5c930bc",
                            "ovsdb:mac-in-use": "74:d7:e8:ba:7c:1c",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "a39fd866-3e50-4222-b00c-21ebc9f7dd77",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:59:b3:11:74:42"
                        }
                    ],
                    "ovsdb:bridge-uuid": "f3717493-bab1-40d8-87c1-9053ff6caa53",
                    "ovsdb:datapath-id": "00:00:00:59:b3:11:74:42",
                    "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "798865b5-0dc9-4579-bfe9-bee7b1058821",
                            "ovsdb:mac-in-use": "00:59:b3:11:74:42",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "75575c16-f724-44a5-a73f-a0014b032bd2",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "f346eb5c-09ea-44dc-b101-405f9e03311f",
                            "ovsdb:mac-in-use": "00:59:b3:11:74:42",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "7c0469f8-9775-4105-83ce-05a491139378",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "f698c575-5398-49ca-ace0-9f5f5f61b85c",
                            "ovsdb:mac-in-use": "0a:f4:ea:12:fe:f5",
                            "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/c7eee845-2299-4a7b-ae6b-f7f18e9091f9/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "5b229b83-5c53-4a6d-87eb-15d22b42824b",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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": "48:ca:b8:1d:4a:77"
                        }
                    ],
                    "ovsdb:bridge-uuid": "6519d61d-77dd-4598-8cc1-82ed8238873b",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "db3d2ed2-ad06-4418-a202-34ed5fe0cd11",
                            "is-connected": true,
                            "target": "tcp:192.0.2.15:6653"
                        },
                        {
                            "controller-uuid": "dbda7a9f-9c24-4dc1-b25c-efcce518dfa9",
                            "is-connected": true,
                            "target": "tcp:192.0.2.46:6653"
                        },
                        {
                            "controller-uuid": "71fafbaa-f318-4b70-9d56-61dcc2bae5fc",
                            "is-connected": true,
                            "target": "tcp:192.0.2.23:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:48:ca:b8:1d:4a:77",
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "4f316e4f-547e-42dd-91b7-9205d451706f",
                            "ovsdb:mac-in-use": "5a:84:26:32:ce:54",
                            "ovsdb:name": "tun495c4e9bfba",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun495c4e9bfba']"
                                }
                            ],
                            "ovsdb:port-uuid": "040f226f-8606-42e8-a560-9277248ce3a8",
                            "tp-id": "tun495c4e9bfba"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "f498b0a7-50c6-4228-844c-c8731463fd35",
                            "ovsdb:name": "tunad39fbf7b8d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunad39fbf7b8d']"
                                }
                            ],
                            "ovsdb:port-uuid": "74ac9c7e-23f1-45df-b99c-97be2c2ed97d",
                            "tp-id": "tunad39fbf7b8d"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "a8026ed6-a8f4-4268-a7c7-863122c697a8",
                            "ovsdb:mac-in-use": "c2:19:b0:6e:a5:ef",
                            "ovsdb:name": "tun131cf19c31c",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.21"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun131cf19c31c']"
                                }
                            ],
                            "ovsdb:port-uuid": "ba545d0a-9cc1-482f-90b1-cb7bd3abc95f",
                            "tp-id": "tun131cf19c31c"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "dbd4d0c2-6b02-4d4e-ad75-1cfb0b16ff69",
                            "ovsdb:name": "tun7786f63e80f",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7786f63e80f']"
                                }
                            ],
                            "ovsdb:port-uuid": "5ee52a5d-ddd9-4030-a8dc-d484bf927dea",
                            "tp-id": "tun7786f63e80f"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "9898e33b-8842-41a9-b59c-2732f02b159f",
                            "ovsdb:name": "tun7ef15be3800",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7ef15be3800']"
                                }
                            ],
                            "ovsdb:port-uuid": "8c2a7ff5-5b1a-482c-95f5-bfcb3e60f3c5",
                            "tp-id": "tun7ef15be3800"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "f6fa513a-9d48-4288-93ce-40a6ba226d5c",
                            "ovsdb:mac-in-use": "96:33:c8:b7:2b:c2",
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "9486a683-b7ba-43b1-ade1-ff69132c0990",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "34e308a7-715e-4880-8fcd-20fe4d81836a",
                            "ovsdb:mac-in-use": "ea:26:6d:54:f2:c8",
                            "ovsdb:name": "tunb7e4b3b33f6",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.15"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb7e4b3b33f6']"
                                }
                            ],
                            "ovsdb:port-uuid": "ad1250c5-e909-46a7-8247-0081b5da3c42",
                            "tp-id": "tunb7e4b3b33f6"
                        },
                        {
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "67e30cf0-c9a0-4db3-883a-1addd91f80b0",
                            "ovsdb:name": "tun977f8a1ccf4",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.36"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun977f8a1ccf4']"
                                }
                            ],
                            "ovsdb:port-uuid": "8461a3ac-7be8-4c9d-b66b-37ecb59b4be6",
                            "tp-id": "tun977f8a1ccf4"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "4f6c9a26-c486-4af2-8ce4-ae6a64be638a",
                            "ovsdb:mac-in-use": "48:ca:b8:1d:4a:77",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "7293fd3c-f564-468d-b68a-39cafda0daaa",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 19,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-bfd": [
                                {
                                    "bfd-key": "enable",
                                    "bfd-value": "true"
                                },
                                {
                                    "bfd-key": "min_tx",
                                    "bfd-value": "1000"
                                },
                                {
                                    "bfd-key": "forwarding_if_rx",
                                    "bfd-value": "true"
                                }
                            ],
                            "ovsdb:interface-bfd-status": [
                                {
                                    "bfd-status-key": "flap_count",
                                    "bfd-status-value": "1"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "true"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "up"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "up"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "e9d1cf05-4e40-49f3-a241-3e031c133f3c",
                            "ovsdb:mac-in-use": "16:40:37:9b:2d:a8",
                            "ovsdb:name": "tun25ad0ecff7f",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.46"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.23"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun25ad0ecff7f']"
                                }
                            ],
                            "ovsdb:port-uuid": "ef01ed68-e122-4c7d-ab80-6acd480203a9",
                            "tp-id": "tun25ad0ecff7f"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/56f154d1-487e-4377-9f45-7ba94e1bd6f5",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.46",
                        "remote-port": 47708
                    },
                    "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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/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/56f154d1-487e-4377-9f45-7ba94e1bd6f5/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46: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": "e54e4b73-37b1-497b-a068-a64eec5b0ab2"
                        },
                        {
                            "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": "192.0.2.46"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.15",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.36",
                        "remote-port": 48818
                    },
                    "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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/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/ed5dc199-8a5e-4c6f-9834-cbb4d4e00a79/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.15:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.23:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.46:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-novacompute-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-novacompute-1.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "f0ee6271-c14d-4b85-8a06-4701386c93f5"
                        },
                        {
                            "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": "192.0.2.36"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.2"
                },
                {
                    "node-id": "ovsdb://uuid/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:53:2a:d2:fb:8e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "7743ec20-8b70-420d-81c6-fc56841d9628",
                    "ovsdb:datapath-id": "00:00:00:53:2a:d2:fb:8e",
                    "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/42fb6c2a-596a-4756-be8b-6b22c2426e39']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "84fa8873-4a77-4a24-be48-28a6346f5fe3",
                            "ovsdb:mac-in-use": "00:53:2a:d2:fb:8e",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "4eb4bd97-9479-4a20-931a-a4db40cf900a",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "fca5a85d-f25e-43cc-a0ab-fe3aa162873c",
                            "ovsdb:mac-in-use": "00:53:2a:d2:fb:8e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "6e90499e-46ef-49eb-8c1a-b401daa22aca",
                            "tp-id": "eth0"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "6a4ec5e6-4c5d-4c7b-8e2a-e01ad07496ef",
                            "ovsdb:mac-in-use": "3a:40:af:bd:0f:57",
                            "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/42fb6c2a-596a-4756-be8b-6b22c2426e39/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "c99ef76c-f8d4-4e2e-8521-a0dc574f4cd8",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181222 08:01:11.624" starttime="20181222 08:01:11.621"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.624" starttime="20181222 08:01:11.567"></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="20181222 08:01:11.632" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.632" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.632" starttime="20181222 08:01:11.624"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.633" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.634" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.634" starttime="20181222 08:01:11.634"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.634" starttime="20181222 08:01:11.624"></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="20181222 08:01:11.646" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.646" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.646" starttime="20181222 08:01:11.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="20181222 08:01:11.647" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.647" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.647" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.647" starttime="20181222 08:01:11.647"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.648" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.648" starttime="20181222 08:01:11.648"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.648" starttime="20181222 08:01:11.634"></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="20181222 08:01:11.660" 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="20181222 08:01:11.660" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.660" starttime="20181222 08:01:11.648"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.662" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":18,"interface-name":"tun9ec20f827f9"},{"if-index":17,"interface-name":"tunf128d08df5b"},{"if-index":16,"interface-name":"tunc001a0f04f5"},{"if-index":15,"interface-name":"tunc2ae3f10b8d"},{"if-index":14,"interface-name":"tunf0007d8b600"},{"if-index":13,"interface-name":"tun14aa3b718ec"},{"if-index":12,"interface-name":"tun142c14601dd"},{"if-index":11,"interface-name":"tun41ce5f00c8e"},{"if-index":20,"interface-name":"tun1b03ffe1e1e"},{"if-index":19,"interface-name":"tun434623c4cec"},{"if-index":31,"interface-name":"194174214523536:br-ex-patch:trunk"},{"if-index":29,"interface-name":"128470671326236:br-ex-patch:trunk"},{"if-index":27,"interface-name":"80035509521015:br-ex-patch:trunk"},{"if-index":39,"interface-name":"18536436985111:br-ex-patch:trunk"},{"if-index":36,"interface-name":"162795856468502:br-ex-patch:trunk"},{"if-index":2,"interface-name":"tun1ffb9c80c23"},{"if-index":1,"interface-name":"tun214059764a9"},{"if-index":10,"interface-name":"tun25ad0ecff7f"},{"if-index":9,"interface-name":"tun7c2adfb4d8e"},{"if-index":8,"interface-name":"tun131cf19c31c"},{"if-index":7,"interface-name":"tun495c4e9bfba"},{"if-index":6,"interface-name":"tunb7e4b3b33f6"},{"if-index":5,"interface-name":"tun4c2d349f04c"},{"if-index":4,"interface-name":"tuncda06a2d94c"},{"if-index":3,"interface-name":"tun5dab709ae7e"}]}} </msg>
<msg timestamp="20181222 08:01:11.662" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.662" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun9ec20f827f9"
            },
            {
      ...</msg>
<status status="PASS" endtime="20181222 08:01:11.662" starttime="20181222 08:01:11.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="20181222 08:01:11.662" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun9ec20f827f9"
            },
            {
                "if-index": 17,
                "interface-name": "tunf128d08df5b"
            },
            {
                "if-index": 16,
                "interface-name": "tunc001a0f04f5"
            },
            {
                "if-index": 15,
                "interface-name": "tunc2ae3f10b8d"
            },
            {
                "if-index": 14,
                "interface-name": "tunf0007d8b600"
            },
            {
                "if-index": 13,
                "interface-name": "tun14aa3b718ec"
            },
            {
                "if-index": 12,
                "interface-name": "tun142c14601dd"
            },
            {
                "if-index": 11,
                "interface-name": "tun41ce5f00c8e"
            },
            {
                "if-index": 20,
                "interface-name": "tun1b03ffe1e1e"
            },
            {
                "if-index": 19,
                "interface-name": "tun434623c4cec"
            },
            {
                "if-index": 31,
                "interface-name": "194174214523536:br-ex-patch:trunk"
            },
            {
                "if-index": 29,
                "interface-name": "128470671326236:br-ex-patch:trunk"
            },
            {
                "if-index": 27,
                "interface-name": "80035509521015:br-ex-patch:trunk"
            },
            {
                "if-index": 39,
                "interface-name": "18536436985111:br-ex-patch:trunk"
            },
            {
                "if-index": 36,
                "interface-name": "162795856468502:br-ex-patch:trunk"
            },
            {
                "if-index": 2,
                "interface-name": "tun1ffb9c80c23"
            },
            {
                "if-index": 1,
                "interface-name": "tun214059764a9"
            },
            {
                "if-index": 10,
                "interface-name": "tun25ad0ecff7f"
            },
            {
                "if-index": 9,
                "interface-name": "tun7c2adfb4d8e"
            },
            {
                "if-index": 8,
                "interface-name": "tun131cf19c31c"
            },
            {
                "if-index": 7,
                "interface-name": "tun495c4e9bfba"
            },
            {
                "if-index": 6,
                "interface-name": "tunb7e4b3b33f6"
            },
            {
                "if-index": 5,
                "interface-name": "tun4c2d349f04c"
            },
            {
                "if-index": 4,
                "interface-name": "tuncda06a2d94c"
            },
            {
                "if-index": 3,
                "interface-name": "tun5dab709ae7e"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.663" starttime="20181222 08:01:11.662"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.663" starttime="20181222 08:01:11.648"></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="20181222 08:01:11.671" 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="20181222 08:01:11.671" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.671" starttime="20181222 08:01:11.663"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.672" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.672" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.672" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.672" starttime="20181222 08:01:11.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="20181222 08:01:11.673" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.673" starttime="20181222 08:01:11.672"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.673" starttime="20181222 08:01:11.663"></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="20181222 08:01:11.683" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.684" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.684" starttime="20181222 08:01:11.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="20181222 08:01:11.685" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.685" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.685" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.685" starttime="20181222 08:01:11.684"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.686" starttime="20181222 08:01:11.685"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.686" starttime="20181222 08:01:11.673"></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="20181222 08:01:11.697" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.697" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.697" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.698" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.698" starttime="20181222 08:01:11.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="20181222 08:01:11.699" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.699" starttime="20181222 08:01:11.699"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.699" starttime="20181222 08:01:11.686"></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="20181222 08:01:11.708" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.708" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.708" starttime="20181222 08:01:11.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="20181222 08:01:11.709" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.709" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.709" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.709" starttime="20181222 08:01:11.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="20181222 08:01:11.710" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.710" starttime="20181222 08:01:11.710"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.710" starttime="20181222 08:01:11.699"></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="20181222 08:01:11.721" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.722" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.722" starttime="20181222 08:01:11.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="20181222 08:01:11.723" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"efaf0f42-1e23-4906-a1db-f5def9de0dac","route-adv-state":"advertised","vrf-id":"efaf0f42-1e23-4906-a1db-f5def9de0dac","label":106002,"elan-tag":6001,"subnet-cidr":"192.0.2.0/24","vpn-name":"efaf0f42-1e23-4906-a1db-f5def9de0dac"}]}} </msg>
<msg timestamp="20181222 08:01:11.723" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.723" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 6001,
                "label": 106002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181222 08:01:11.723" starttime="20181222 08:01:11.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="20181222 08:01:11.724" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 6001,
                "label": 106002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.0.2.0/24",
                "subnet-id": "efaf0f42-1e23-4906-a1db-f5def9de0dac",
                "vpn-name": "efaf0f42-1e23-4906-a1db-f5def9de0dac",
                "vrf-id": "efaf0f42-1e23-4906-a1db-f5def9de0dac"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.724" starttime="20181222 08:01:11.724"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.724" starttime="20181222 08:01:11.710"></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="20181222 08:01:11.734" 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="20181222 08:01:11.734" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.734" starttime="20181222 08:01:11.725"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181222 08:01:11.735" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"fabaf5e5-91e8-452d-951f-4a659655a5af","vpn-id":106000,"vpn-instance-name":"fabaf5e5-91e8-452d-951f-4a659655a5af","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":128470671326236,"dpn-state":"inactive"},{"dpnId":18536436985111,"dpn-state":"inactive"},{"dpnId":194174214523536,"dpn-state":"inactive"},{"dpnId":80035509521015,"dpn-state":"inactive"},{"dpnId":162795856468502,"dpn-state":"inactive"}]}]}} </msg>
<msg timestamp="20181222 08:01:11.735" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.735" 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="20181222 08:01:11.735" starttime="20181222 08:01:11.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="20181222 08:01:11.736" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 106000,
                "vpn-instance-name": "fabaf5e5-91e8-452d-951f-4a659655a5af",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "inactive",
                        "dpnId": 128470671326236
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 18536436985111
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 194174214523536
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 80035509521015
                    },
                    {
                        "dpn-state": "inactive",
                        "dpnId": 162795856468502
                    }
                ],
                "vrf-id": "fabaf5e5-91e8-452d-951f-4a659655a5af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.736" starttime="20181222 08:01:11.736"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.736" starttime="20181222 08:01:11.724"></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="20181222 08:01:11.744" 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="20181222 08:01:11.744" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.744" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.745" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.745" starttime="20181222 08:01:11.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="20181222 08:01:11.746" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.746" starttime="20181222 08:01:11.745"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.746" starttime="20181222 08:01:11.736"></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="20181222 08:01:11.754" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.754" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.754" starttime="20181222 08:01:11.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="20181222 08:01:11.755" 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="20181222 08:01:11.755" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.755" 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="20181222 08:01:11.755" starttime="20181222 08:01:11.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="20181222 08:01:11.756" 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="20181222 08:01:11.756" starttime="20181222 08:01:11.755"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.756" starttime="20181222 08:01:11.746"></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="20181222 08:01:11.768" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.769" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.769" starttime="20181222 08:01:11.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="20181222 08:01:11.770" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.770" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.770" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.770" starttime="20181222 08:01:11.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="20181222 08:01:11.770" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.770" starttime="20181222 08:01:11.770"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.771" starttime="20181222 08:01:11.756"></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="20181222 08:01:11.779" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.779" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.779" starttime="20181222 08:01:11.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="20181222 08:01:11.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="20181222 08:01:11.780" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.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="20181222 08:01:11.781" starttime="20181222 08:01:11.780"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181222 08:01:11.781" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.781" starttime="20181222 08:01:11.781"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.781" starttime="20181222 08:01:11.771"></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="20181222 08:01:11.791" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.791" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.791" starttime="20181222 08:01:11.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="20181222 08:01:11.792" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist"}]}} </msg>
<msg timestamp="20181222 08:01:11.792" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.793" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag"...</msg>
<status status="PASS" endtime="20181222 08:01:11.793" starttime="20181222 08:01:11.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="20181222 08:01:11.793" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181222 08:01:11.793" starttime="20181222 08:01:11.793"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.793" starttime="20181222 08:01:11.781"></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="20181222 08:01:11.832" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181222 08:01:11.832" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181222 08:01:11.832" starttime="20181222 08:01:11.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="20181222 08:01:11.848" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:128470671326236","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":56584,"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.2","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.23","node-connector":[{"id":"openflow:128470671326236:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunf128d08df5b","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"1a:2b:cb:9c:0e:ee","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun434623c4cec","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"ae:9f:ad:84:00:84","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1b03ffe1e1e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"5a:62:21:9e:ec:76","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"9a:4a:c1:8b:f1:61","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:128470671326236: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":"74:d7:e8:ba:7c:1c","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:128470671326236:1","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunf0007d8b600","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:hardware-address":"ae:e3:f5:86:4d:83","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"}]},{"id":"openflow:80035509521015","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":46534,"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.2","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.46","node-connector":[{"id":"openflow:80035509521015: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":"48:ca:b8:1d:4a:77","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:80035509521015:3","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"5a:84:26:32:ce:54","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":"tun495c4e9bfba","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:2","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"c2:19:b0:6e:a5:ef","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":"tun131cf19c31c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:5","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"16:40:37:9b:2d:a8","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":"tun25ad0ecff7f","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015:4","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ea:26:6d:54:f2:c8","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":"tunb7e4b3b33f6","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:80035509521015: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":"96:33:c8:b7:2b:c2","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:162795856468502","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":32830,"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.2","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.36","node-connector":[{"id":"openflow:162795856468502:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun5dab709ae7e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"72:5d:99:78:c9:a9","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502: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":"94:0f:dd:32:1a:16","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:162795856468502:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1ffb9c80c23","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"8a:1f:8a:16:95:93","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun4c2d349f04c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"fe:71:fb:37:ff:5e","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun142c14601dd","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"c2:61:8d:4e:da:03","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:162795856468502: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":"46:a4:9f:99:0e:6b","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:18536436985111","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":35450,"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.2","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.21","node-connector":[{"id":"openflow:18536436985111: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":"12:25:ac:d5:14:df","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:18536436985111:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun214059764a9","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"8e:9b:71:ef:4e:84","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuncda06a2d94c","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"fe:dd:88:14:87:16","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun7c2adfb4d8e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"f2:97:2b:b4:98:27","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun41ce5f00c8e","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"9e:89:d0:4c:ae:aa","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:18536436985111: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":"10:db:d9:bd:ed:17","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:194174214523536","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":34468,"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.2","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.15","node-connector":[{"id":"openflow:194174214523536:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun14aa3b718ec","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"da:f0:f9:a1:28:7a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:1","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:hardware-address":"a2:52:d8:5f:e4:34","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunc001a0f04f5","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4,"flow-node-inventory:hardware-address":"aa:61:e6:5e:82:50","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunc2ae3f10b8d","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"96:f4:31:4b:a7:c6","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun9ec20f827f9","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":5,"flow-node-inventory:hardware-address":"f2:41:ea:35:7b:bc","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:194174214523536: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":"b0:99:b5:14:ca:90","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}}]}]}} </msg>
<msg timestamp="20181222 08:01:11.848" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181222 08:01:11.849" 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="20181222 08:01:11.849" starttime="20181222 08:01:11.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="20181222 08:01:11.851" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.23",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 56584,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:128470671326236",
                "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": "1a:2b:cb:9c:0e:ee",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunf128d08df5b",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:2"
                    },
                    {
                        "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:9f:ad:84:00:84",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun434623c4cec",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236: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": "5a:62:21:9e:ec:76",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1b03ffe1e1e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:4"
                    },
                    {
                        "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": "9a:4a:c1:8b:f1:61",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236:5"
                    },
                    {
                        "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": "74:d7:e8:ba:7c:1c",
                        "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:128470671326236: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:e3:f5:86:4d:83",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunf0007d8b600",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:128470671326236: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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.46",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 46534,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:80035509521015",
                "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": "48:ca:b8:1d:4a:77",
                        "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:80035509521015: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": "5a:84:26:32:ce:54",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun495c4e9bfba",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015: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": "c2:19:b0:6e:a5:ef",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun131cf19c31c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:2"
                    },
                    {
                        "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": "16:40:37:9b:2d:a8",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun25ad0ecff7f",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:5"
                    },
                    {
                        "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": "ea:26:6d:54:f2:c8",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb7e4b3b33f6",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:80035509521015:4"
                    },
                    {
                        "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": "96:33:c8:b7:2b:c2",
                        "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:80035509521015: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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.36",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 32830,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:162795856468502",
                "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": "72:5d:99:78:c9:a9",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun5dab709ae7e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502: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": "94:0f:dd:32:1a:16",
                        "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:162795856468502: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": "8a:1f:8a:16:95:93",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1ffb9c80c23",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502: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": "fe:71:fb:37:ff:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun4c2d349f04c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:4"
                    },
                    {
                        "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": "c2:61:8d:4e:da:03",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun142c14601dd",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:162795856468502:5"
                    },
                    {
                        "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": "46:a4:9f:99:0e:6b",
                        "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:162795856468502: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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.21",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 35450,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:18536436985111",
                "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": "12:25:ac:d5:14:df",
                        "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:18536436985111:1"
                    },
                    {
                        "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": "8e:9b:71:ef:4e:84",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun214059764a9",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:2"
                    },
                    {
                        "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": "fe:dd:88:14:87:16",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuncda06a2d94c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111: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": "f2:97:2b:b4:98:27",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun7c2adfb4d8e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:4"
                    },
                    {
                        "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": "9e:89:d0:4c:ae:aa",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun41ce5f00c8e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:18536436985111:5"
                    },
                    {
                        "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": "10:db:d9:bd:ed:17",
                        "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:18536436985111:LOCAL"
                    }
                ],
                "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
                    ]
                }
            },
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.15",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 34468,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.2",
                "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:194174214523536",
                "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": "da:f0:f9:a1:28:7a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun14aa3b718ec",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:2"
                    },
                    {
                        "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": "a2:52:d8:5f:e4:34",
                        "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:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:1"
                    },
                    {
                        "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": "aa:61:e6:5e:82:50",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunc001a0f04f5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:4"
                    },
                    {
                        "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": "96:f4:31:4b:a7:c6",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunc2ae3f10b8d",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536: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": "f2:41:ea:35:7b:bc",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun9ec20f827f9",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:194174214523536:5"
                    },
                    {
                        "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": "b0:99:b5:14:ca:90",
                        "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:194174214523536:LOCAL"
                    }
                ],
                "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="20181222 08:01:11.852" starttime="20181222 08:01:11.850"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.852" starttime="20181222 08:01:11.793"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.852" starttime="20181222 08:01:10.693"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.853" starttime="20181222 08:01:10.690"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:11.853" starttime="20181222 08:01:10.678"></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="20181222 08:01:11.855" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 08:01:11.855" starttime="20181222 08:01:11.854"></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="20181222 08:01:11.867" starttime="20181222 08:01:11.866"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:01:11.867" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:01:11.868" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:01:11.868" starttime="20181222 08:01:11.867"></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="20181222 08:01:11.868" 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.15" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:01:11.869" starttime="20181222 08:01:11.868"></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="20181222 08:01:11.869" level="INFO">${conn_id} = 43</msg>
<status status="PASS" endtime="20181222 08:01:11.870" starttime="20181222 08:01:11.869"></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="20181222 08:01:11.871" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:11.871" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:01:11.871" starttime="20181222 08:01:11.871"></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="20181222 08:01:11.872" starttime="20181222 08:01:11.871"></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="20181222 08:01:11.873" level="INFO">Logging into '192.0.2.15:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:01:12.314" level="INFO">Read output: Last login: Sat Dec 22 08:00:27 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:12.314" starttime="20181222 08:01:11.872"></status>
</kw>
<msg timestamp="20181222 08:01:12.314" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:12.314" starttime="20181222 08:01:11.872"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.315" starttime="20181222 08:01:11.870"></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="20181222 08:01:12.316" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 08:01:12.361" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 08:01:12.361" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:12.362" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:12.362" starttime="20181222 08:01:12.315"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:12.427" starttime="20181222 08:01:12.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:12.428" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:12.428" starttime="20181222 08:01:12.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:12.430" starttime="20181222 08:01:12.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>"${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="20181222 08:01:12.432" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:12.432" starttime="20181222 08:01:12.431"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.432" starttime="20181222 08:01:12.430"></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="20181222 08:01:12.437" starttime="20181222 08:01:12.436"></status>
</kw>
<msg timestamp="20181222 08:01:12.437" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:12.437" starttime="20181222 08:01:12.435"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.437" starttime="20181222 08:01:12.433"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.438" starttime="20181222 08:01:11.865"></status>
</kw>
<msg timestamp="20181222 08:01:12.438" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:12.438" starttime="20181222 08:01:11.865"></status>
</kw>
<msg timestamp="20181222 08:01:12.439" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:12.439" starttime="20181222 08:01:11.864"></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="20181222 08:01:12.440" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 08:01:12.440" starttime="20181222 08:01:12.439"></status>
</kw>
<msg timestamp="20181222 08:01:12.441" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 08:01:12.441" starttime="20181222 08:01:11.863"></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="20181222 08:01:12.442" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 08:01:12.442" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 08:01:12.442" starttime="20181222 08:01:12.441"></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="20181222 08:01:12.444" starttime="20181222 08:01:12.443"></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="20181222 08:01:12.445" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:12.445" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 08:01:12.445" starttime="20181222 08:01:12.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>"${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="20181222 08:01:12.447" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 08:01:12.448" starttime="20181222 08:01:12.447"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.448" starttime="20181222 08:01:12.446"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.448" starttime="20181222 08:01:11.854"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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="20181222 08:01:12.449" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 08:01:12.449" starttime="20181222 08:01:12.448"></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="20181222 08:01:12.475" starttime="20181222 08:01:12.474"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:01:12.477" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:01:12.477" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:01:12.477" starttime="20181222 08:01:12.476"></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="20181222 08:01:12.478" 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.23" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:01:12.478" starttime="20181222 08:01:12.477"></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="20181222 08:01:12.480" level="INFO">${conn_id} = 44</msg>
<status status="PASS" endtime="20181222 08:01:12.480" starttime="20181222 08:01:12.479"></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="20181222 08:01:12.482" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:12.482" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:01:12.482" starttime="20181222 08:01:12.481"></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="20181222 08:01:12.483" starttime="20181222 08:01:12.483"></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="20181222 08:01:12.486" level="INFO">Logging into '192.0.2.23:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:01:12.927" level="INFO">Read output: Last login: Sat Dec 22 08:00:06 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:12.927" starttime="20181222 08:01:12.485"></status>
</kw>
<msg timestamp="20181222 08:01:12.927" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:12.928" starttime="20181222 08:01:12.484"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:12.928" starttime="20181222 08:01:12.480"></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="20181222 08:01:12.928" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 08:01:12.973" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 08:01:12.973" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:12.973" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:12.973" starttime="20181222 08:01:12.928"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:13.039" starttime="20181222 08:01:12.974"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:13.040" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:13.040" starttime="20181222 08:01:13.040"></status>
</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="20181222 08:01:13.041" starttime="20181222 08:01:13.040"></status>
</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="20181222 08:01:13.042" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.042" starttime="20181222 08:01:13.042"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.042" starttime="20181222 08:01:13.041"></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="20181222 08:01:13.044" starttime="20181222 08:01:13.044"></status>
</kw>
<msg timestamp="20181222 08:01:13.044" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.044" starttime="20181222 08:01:13.043"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.045" starttime="20181222 08:01:13.043"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.045" starttime="20181222 08:01:12.471"></status>
</kw>
<msg timestamp="20181222 08:01:13.045" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.045" starttime="20181222 08:01:12.470"></status>
</kw>
<msg timestamp="20181222 08:01:13.045" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:13.045" starttime="20181222 08:01:12.468"></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="20181222 08:01:13.046" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 08:01:13.046" starttime="20181222 08:01:13.046"></status>
</kw>
<msg timestamp="20181222 08:01:13.046" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 08:01:13.046" starttime="20181222 08:01:12.466"></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="20181222 08:01:13.047" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 08:01:13.047" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 08:01:13.047" starttime="20181222 08:01:13.047"></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="20181222 08:01:13.048" starttime="20181222 08:01:13.047"></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="20181222 08:01:13.048" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:13.049" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 08:01:13.049" starttime="20181222 08:01:13.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>"${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="20181222 08:01:13.050" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 08:01:13.050" starttime="20181222 08:01:13.049"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.050" starttime="20181222 08:01:13.049"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.050" starttime="20181222 08:01:12.448"></status>
</kw>
<kw type="foritem" name="${i} = 3">
<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="20181222 08:01:13.051" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181222 08:01:13.051" starttime="20181222 08:01:13.050"></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="20181222 08:01:13.062" starttime="20181222 08:01:13.062"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181222 08:01:13.062" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181222 08:01:13.063" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.21
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181222 08:01:13.063" starttime="20181222 08:01:13.062"></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="20181222 08:01:13.063" 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.46" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181222 08:01:13.063" starttime="20181222 08:01:13.063"></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="20181222 08:01:13.064" level="INFO">${conn_id} = 45</msg>
<status status="PASS" endtime="20181222 08:01:13.064" starttime="20181222 08:01:13.064"></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="20181222 08:01:13.065" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:13.066" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181222 08:01:13.066" starttime="20181222 08:01:13.065"></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="20181222 08:01:13.066" starttime="20181222 08:01:13.066"></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="20181222 08:01:13.068" level="INFO">Logging into '192.0.2.46:22' as 'heat-admin'.</msg>
<msg timestamp="20181222 08:01:13.584" level="INFO">Read output: Last login: Sat Dec 22 08:00:07 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181222 08:01:13.585" starttime="20181222 08:01:13.067"></status>
</kw>
<msg timestamp="20181222 08:01:13.585" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.585" starttime="20181222 08:01:13.067"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.585" starttime="20181222 08:01:13.064"></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="20181222 08:01:13.586" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181222 08:01:13.631" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181222 08:01:13.631" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:13.631" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:13.631" starttime="20181222 08:01:13.586"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:13.665" starttime="20181222 08:01:13.632"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:13.666" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181222 08:01:13.666" starttime="20181222 08:01:13.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:13.668" starttime="20181222 08:01:13.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>"${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="20181222 08:01:13.671" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.671" starttime="20181222 08:01:13.671"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.672" starttime="20181222 08:01:13.669"></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="20181222 08:01:13.677" starttime="20181222 08:01:13.677"></status>
</kw>
<msg timestamp="20181222 08:01:13.678" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.678" starttime="20181222 08:01:13.675"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.679" starttime="20181222 08:01:13.673"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.679" starttime="20181222 08:01:13.061"></status>
</kw>
<msg timestamp="20181222 08:01:13.679" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181222 08:01:13.680" starttime="20181222 08:01:13.060"></status>
</kw>
<msg timestamp="20181222 08:01:13.680" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:13.681" starttime="20181222 08:01:13.060"></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="20181222 08:01:13.683" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181222 08:01:13.683" starttime="20181222 08:01:13.682"></status>
</kw>
<msg timestamp="20181222 08:01:13.684" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181222 08:01:13.684" starttime="20181222 08:01:13.059"></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="20181222 08:01:13.686" level="INFO">${exlist} = []</msg>
<msg timestamp="20181222 08:01:13.686" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181222 08:01:13.686" starttime="20181222 08:01:13.685"></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="20181222 08:01:13.689" starttime="20181222 08:01:13.687"></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="20181222 08:01:13.690" level="INFO">Length is 0</msg>
<msg timestamp="20181222 08:01:13.690" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181222 08:01:13.690" starttime="20181222 08:01:13.689"></status>
</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="20181222 08:01:13.694" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181222 08:01:13.694" starttime="20181222 08:01:13.693"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.694" starttime="20181222 08:01:13.691"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.694" starttime="20181222 08:01:13.050"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.694" starttime="20181222 08:01:11.854"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.695" starttime="20181222 08:01:11.853"></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.15</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="20181222 08:01:13.716" starttime="20181222 08:01:13.715"></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="20181222 08:01:13.717" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:13.878" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:13.878" starttime="20181222 08:01:13.716"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:13.904" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 08:01:13.904" starttime="20181222 08:01:13.879"></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="20181222 08:01:13.908" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:13.908" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 08:01:13.908" starttime="20181222 08:01:13.905"></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="20181222 08:01:13.952" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:13.953" starttime="20181222 08:01:13.908"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:13.955" starttime="20181222 08:01:13.953"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:13.956" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:13.956" starttime="20181222 08:01:13.955"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.956" starttime="20181222 08:01:13.714"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.956" starttime="20181222 08:01:13.696"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:13.956" starttime="20181222 08:01:13.696"></status>
</kw>
<kw type="foritem" name="${i} = 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>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.15</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="20181222 08:01:13.970" starttime="20181222 08:01:13.969"></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="20181222 08:01:13.971" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:14.137" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:14.138" starttime="20181222 08:01:13.970"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:14.160" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 08:01:14.160" starttime="20181222 08:01:14.138"></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="20181222 08:01:14.165" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:14.165" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 08:01:14.166" starttime="20181222 08:01:14.161"></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="20181222 08:01:14.210" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:14.211" starttime="20181222 08:01:14.166"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:14.213" starttime="20181222 08:01:14.211"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:14.213" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:14.213" starttime="20181222 08:01:14.213"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.214" starttime="20181222 08:01:13.968"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.214" starttime="20181222 08:01:13.957"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.214" starttime="20181222 08:01:13.956"></status>
</kw>
<kw type="foritem" name="${i} = 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>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.15</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="20181222 08:01:14.226" starttime="20181222 08:01:14.225"></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="20181222 08:01:14.227" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:14.509" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:14.509" starttime="20181222 08:01:14.226"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:14.533" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181222 08:01:14.533" starttime="20181222 08:01:14.510"></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="20181222 08:01:14.537" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:14.537" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@ro...</msg>
<status status="PASS" endtime="20181222 08:01:14.537" starttime="20181222 08:01:14.534"></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="20181222 08:01:14.581" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:14.582" starttime="20181222 08:01:14.537"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:14.584" starttime="20181222 08:01:14.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:14.584" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:14.584" starttime="20181222 08:01:14.584"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:14.225"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:14.214"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:14.214"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:13.695"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:07.045"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:14.585" starttime="20181222 08:01:07.044"></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="20181222 08:01:14.587" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:14.587" starttime="20181222 08:01:14.586"></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="20181222 08:01:14.588" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181222 08:01:14.610" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:17.132" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:17.132" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:17.132" starttime="20181222 08:01:14.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="20181222 08:01:17.134" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:17.134" starttime="20181222 08:01:17.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="20181222 08:01:17.134" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:17.134" starttime="20181222 08:01:17.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="20181222 08:01:17.135" starttime="20181222 08:01:17.135"></status>
</kw>
<msg timestamp="20181222 08:01:17.136" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:01:17.136" starttime="20181222 08:01:14.587"></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="20181222 08:01:17.136" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:01:17.136" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:17.137" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:17.137" starttime="20181222 08:01:17.136"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:17.137" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:17.137" starttime="20181222 08:01:17.137"></status>
</kw>
<msg timestamp="20181222 08:01:17.137" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:17.137" starttime="20181222 08:01:14.586"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181222 08:01:17.138" starttime="20181222 08:01:17.137"></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="20181222 08:01:17.139" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:17.139" starttime="20181222 08:01:17.138"></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="20181222 08:01:17.140" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181222 08:01:17.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:20.480" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:20.480" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:20.480" starttime="20181222 08:01:17.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="20181222 08:01:20.482" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:20.482" starttime="20181222 08:01:20.481"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:20.483" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:20.483" starttime="20181222 08:01:20.482"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:20.483" starttime="20181222 08:01:20.483"></status>
</kw>
<msg timestamp="20181222 08:01:20.484" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:01:20.484" starttime="20181222 08:01:17.139"></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="20181222 08:01:20.484" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:01:20.484" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:20.485" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:20.485" starttime="20181222 08:01:20.484"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:20.485" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:20.485" starttime="20181222 08:01:20.485"></status>
</kw>
<msg timestamp="20181222 08:01:20.485" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:20.485" starttime="20181222 08:01:17.138"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181222 08:01:20.485" starttime="20181222 08:01:20.485"></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="20181222 08:01:20.486" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:20.486" starttime="20181222 08:01:20.486"></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="20181222 08:01:20.487" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181222 08:01:20.525" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:23.013" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:23.014" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:23.014" starttime="20181222 08:01:20.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="20181222 08:01:23.015" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:23.015" starttime="20181222 08:01:23.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="20181222 08:01:23.016" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:23.016" starttime="20181222 08:01:23.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="20181222 08:01:23.017" starttime="20181222 08:01:23.016"></status>
</kw>
<msg timestamp="20181222 08:01:23.018" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:01:23.018" starttime="20181222 08:01:20.487"></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="20181222 08:01:23.018" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:01:23.018" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:23.019" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:23.019" starttime="20181222 08:01:23.018"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:23.019" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:23.019" starttime="20181222 08:01:23.019"></status>
</kw>
<msg timestamp="20181222 08:01:23.020" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:23.020" starttime="20181222 08:01:20.486"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181222 08:01:23.020" starttime="20181222 08:01:23.020"></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="20181222 08:01:23.021" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:23.021" starttime="20181222 08:01:23.021"></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="20181222 08:01:23.022" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181222 08:01:23.044" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:25.282" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:25.282" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:25.282" starttime="20181222 08:01:23.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="20181222 08:01:25.283" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:25.283" starttime="20181222 08:01:25.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="20181222 08:01:25.284" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:25.284" starttime="20181222 08:01:25.283"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:25.285" starttime="20181222 08:01:25.284"></status>
</kw>
<msg timestamp="20181222 08:01:25.285" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:01:25.285" starttime="20181222 08:01:23.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="20181222 08:01:25.286" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:01:25.286" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:25.286" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:25.286" starttime="20181222 08:01:25.285"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:25.286" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:25.286" starttime="20181222 08:01:25.286"></status>
</kw>
<msg timestamp="20181222 08:01:25.286" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:25.286" starttime="20181222 08:01:23.020"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181222 08:01:25.287" starttime="20181222 08:01:25.287"></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="20181222 08:01:25.288" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:25.288" starttime="20181222 08:01:25.287"></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="20181222 08:01:25.289" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181222 08:01:25.321" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:27.581" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:27.581" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:27.582" starttime="20181222 08:01:25.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="20181222 08:01:27.583" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:27.583" starttime="20181222 08:01:27.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="20181222 08:01:27.584" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:27.584" starttime="20181222 08:01:27.584"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:27.585" starttime="20181222 08:01:27.584"></status>
</kw>
<msg timestamp="20181222 08:01:27.585" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181222 08:01:27.585" starttime="20181222 08:01:25.288"></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="20181222 08:01:27.586" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181222 08:01:27.586" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:27.586" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:27.586" starttime="20181222 08:01:27.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:27.587" level="INFO">[]</msg>
<status status="PASS" endtime="20181222 08:01:27.587" starttime="20181222 08:01:27.586"></status>
</kw>
<msg timestamp="20181222 08:01:27.587" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:27.587" starttime="20181222 08:01:25.287"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181222 08:01:27.587" starttime="20181222 08:01:27.587"></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="20181222 08:01:27.588" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181222 08:01:27.588" starttime="20181222 08:01:27.588"></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="20181222 08:01:27.589" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181222 08:01:27.610" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:30.111" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:30.111" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:30.111" starttime="20181222 08:01:27.589"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:30.113" level="INFO">[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181222 08:01:30.113" starttime="20181222 08:01:30.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="20181222 08:01:30.114" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:30.114" starttime="20181222 08:01:30.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="20181222 08:01:30.115" starttime="20181222 08:01:30.114"></status>
</kw>
<msg timestamp="20181222 08:01:30.115" level="INFO">${json} = [
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181222 08:01:30.116" starttime="20181222 08:01:27.589"></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="20181222 08:01:30.117" level="INFO">To JSON using : content=[
  {
    "Project": "43d5250bf1cc4643bdce886e771097cb", 
    "Description": "Default security group", 
    "ID": "4a2f90af-d183-47be-9bb6-34a424df6ca6", 
    "Name": "default"
  }, 
  {
    "Project": "2d1119acee4b4132b2e8b4b404322ee5", 
    "Description": "Default security group", 
    "ID": "85374a30-1fb2-4159-9221-eeb3c09bd09d", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181222 08:01:30.117" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181222 08:01:30.117" level="INFO">@{list} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 08:01:30.117" starttime="20181222 08:01:30.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181222 08:01:30.118" level="INFO">[{u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}, {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}]</msg>
<status status="PASS" endtime="20181222 08:01:30.118" starttime="20181222 08:01:30.117"></status>
</kw>
<msg timestamp="20181222 08:01:30.118" level="INFO">@{security_groups} = [ {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'} | {u'Project': u'2d1119acee4b4132b2e...</msg>
<status status="PASS" endtime="20181222 08:01:30.118" starttime="20181222 08:01:27.588"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'43d5250bf1cc4643bdce886e771097cb', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4a2f90af-d183-47be-9bb6-34a424df6ca6'}">
<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="20181222 08:01:30.120" starttime="20181222 08:01:30.119"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:30.120" starttime="20181222 08:01:30.119"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'2d1119acee4b4132b2e8b4b404322ee5', u'Name': u'default', u'Description': u'Default security group', u'ID': u'85374a30-1fb2-4159-9221-eeb3c09bd09d'}">
<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="20181222 08:01:30.121" starttime="20181222 08:01:30.120"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:30.121" starttime="20181222 08:01:30.120"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:30.121" starttime="20181222 08:01:30.118"></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="20181222 08:01:30.123" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181222 08:01:30.123" starttime="20181222 08:01:30.123"></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="20181222 08:01:30.137" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181222 08:01:30.166" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:33.746" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:33.746" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:33.746" starttime="20181222 08:01:30.136"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:33.748" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:33.748" starttime="20181222 08:01:33.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="20181222 08:01:33.749" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:33.749" starttime="20181222 08:01:33.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="20181222 08:01:33.750" starttime="20181222 08:01:33.749"></status>
</kw>
<msg timestamp="20181222 08:01:33.750" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:33.750" starttime="20181222 08:01:30.136"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:33.750" starttime="20181222 08:01:30.124"></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="20181222 08:01:33.761" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181222 08:01:33.783" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:36.117" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:36.117" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:36.117" starttime="20181222 08:01:33.761"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:36.118" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:36.118" starttime="20181222 08:01:36.118"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:36.119" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:36.119" starttime="20181222 08:01:36.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="20181222 08:01:36.119" starttime="20181222 08:01:36.119"></status>
</kw>
<msg timestamp="20181222 08:01:36.120" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:36.120" starttime="20181222 08:01:33.760"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:36.120" starttime="20181222 08:01:33.750"></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="20181222 08:01:36.129" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181222 08:01:36.150" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:38.431" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:38.431" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:38.431" starttime="20181222 08:01:36.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:38.433" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:38.433" starttime="20181222 08:01:38.432"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:38.434" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:38.434" starttime="20181222 08:01:38.433"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:38.435" starttime="20181222 08:01:38.434"></status>
</kw>
<msg timestamp="20181222 08:01:38.436" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:38.436" starttime="20181222 08:01:36.128"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:38.436" starttime="20181222 08:01:36.120"></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="20181222 08:01:38.449" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181222 08:01:38.487" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:40.923" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:40.923" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:40.923" starttime="20181222 08:01:38.448"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:40.925" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:40.925" starttime="20181222 08:01:40.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="20181222 08:01:40.926" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:40.926" starttime="20181222 08:01:40.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="20181222 08:01:40.928" starttime="20181222 08:01:40.927"></status>
</kw>
<msg timestamp="20181222 08:01:40.928" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:40.928" starttime="20181222 08:01:38.447"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:40.928" starttime="20181222 08:01:38.436"></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="20181222 08:01:40.944" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181222 08:01:40.984" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:43.705" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:43.705" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:43.705" starttime="20181222 08:01:40.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="20181222 08:01:43.706" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 4a2f90af-d183-47be-9bb6-34a424df6ca6 | default | Default security group | 43d5250bf1cc4643bdce886e771097cb |
| 85374a30-1fb2-4159-9221-eeb3c09bd09d | default | Default security group | 2d1119acee4b4132b2e8b4b404322ee5 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181222 08:01:43.707" starttime="20181222 08:01:43.706"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:43.707" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:43.707" starttime="20181222 08:01:43.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="20181222 08:01:43.708" starttime="20181222 08:01:43.707"></status>
</kw>
<msg timestamp="20181222 08:01:43.708" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181222 08:01:43.708" starttime="20181222 08:01:40.942"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:43.708" starttime="20181222 08:01:40.929"></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="20181222 08:01:43.716" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181222 08:01:43.756" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:46.126" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:46.126" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:46.126" starttime="20181222 08:01:43.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="20181222 08:01:46.127" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 07f08b69-dea3-456b-993e-1dd2eac28834 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 08eb08bf-68ad-4d2a-a064-9f5f8376dd65 | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| 27717a38-3a11-4963-b299-3674f9bbebd8 | None        | None     |            | None                                 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| 4e56f9ce-ddbf-4155-a1af-7a7206b6d62f | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
| a4737060-e6fb-4f26-b3fc-4106db5694b1 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| d0304e8a-7f0f-4514-8a12-45d41d77dfbe | None        | None     |            | 85374a30-1fb2-4159-9221-eeb3c09bd09d | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e25007ba-b679-4260-91ea-544bf1e68680 | None        | None     |            | None                                 | 85374a30-1fb2-4159-9221-eeb3c09bd09d |
| e4f55e48-f31e-4732-be83-7f86cbeb1b6e | None        | None     |            | 4a2f90af-d183-47be-9bb6-34a424df6ca6 | 4a2f90af-d183-47be-9bb6-34a424df6ca6 |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181222 08:01:46.127" starttime="20181222 08:01:46.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="20181222 08:01:46.128" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:46.128" starttime="20181222 08:01:46.127"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181222 08:01:46.128" starttime="20181222 08:01:46.128"></status>
</kw>
<msg timestamp="20181222 08:01:46.129" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181222 08:01:46.129" starttime="20181222 08:01:43.716"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:46.129" starttime="20181222 08:01:43.708"></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="20181222 08:01:46.137" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181222 08:01:46.167" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:48.832" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:48.833" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:48.833" starttime="20181222 08:01:46.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:48.834" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:48.834" starttime="20181222 08:01:48.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="20181222 08:01:48.835" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:48.835" starttime="20181222 08:01:48.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="20181222 08:01:48.835" starttime="20181222 08:01:48.835"></status>
</kw>
<msg timestamp="20181222 08:01:48.836" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:48.836" starttime="20181222 08:01:46.136"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:48.836" starttime="20181222 08:01:46.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="20181222 08:01:48.845" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181222 08:01:48.866" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181222 08:01:50.921" level="INFO">Process completed.</msg>
<msg timestamp="20181222 08:01:50.921" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181222 08:01:50.921" starttime="20181222 08:01:48.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="20181222 08:01:50.922" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:50.922" starttime="20181222 08:01:50.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="20181222 08:01:50.923" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:50.923" starttime="20181222 08:01:50.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="20181222 08:01:50.923" starttime="20181222 08:01:50.923"></status>
</kw>
<msg timestamp="20181222 08:01:50.924" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181222 08:01:50.924" starttime="20181222 08:01:48.844"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:50.924" starttime="20181222 08:01:48.836"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:50.924" starttime="20181222 08:01:30.124"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:50.924" starttime="20181222 08:01:30.122"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:50.924" starttime="20181222 08:01:14.585"></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} = 37">
<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="20181222 08:01:50.926" starttime="20181222 08:01:50.926"></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="20181222 08:01:50.927" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:01:51.053" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.053" level="INFO">${stdout} = 4 S root      146935  146912  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap
4 S tcpdump   146948  ...</msg>
<status status="PASS" endtime="20181222 08:01:51.053" starttime="20181222 08:01:50.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="20181222 08:01:51.054" level="INFO">4 S root      146935  146912  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap
4 S tcpdump   146948  146935  0  80   0 -  8196 poll_s 08:00 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap
0 S heat-ad+  153922  146912  0  80   0 - 28294 do_wai 08:01 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  153935  153922  0  80   0 - 28177 pipe_w 08:01 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:01:51.054" starttime="20181222 08:01:51.054"></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="20181222 08:01:51.054" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:01:51.191" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.191" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:51.191" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:01:51.191" starttime="20181222 08:01:51.054"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.192" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.192" starttime="20181222 08:01:51.192"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.193" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.193" starttime="20181222 08:01:51.192"></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="20181222 08:01:51.193" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:01:51.350" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181222 08:01:51.350" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:01:51.350" starttime="20181222 08:01:51.193"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.351" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.351" starttime="20181222 08:01:51.351"></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="20181222 08:01:51.352" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:01:51.479" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.480" level="INFO">${stdout} = total 1048
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31...</msg>
<status status="PASS" endtime="20181222 08:01:51.480" starttime="20181222 08:01:51.352"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.481" level="INFO">total 1048
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-1ee74201a0614456a3091043092dad61-ntpd.service-Ui6jmL
308 -rw-r--r--. 1 tcpdump tcpdump 311672 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap
 44 -rw-r--r--. 1 tcpdump tcpdump  42476 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.15.pcap.xz
 24 -rw-r--r--. 1 tcpdump tcpdump  20604 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap
  4 -rw-r--r--. 1 tcpdump tcpdump   3732 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.15.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:29 tmp.QWiEWexsid</msg>
<status status="PASS" endtime="20181222 08:01:51.481" starttime="20181222 08:01:51.481"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:51.481" starttime="20181222 08:01:50.925"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:51.481" starttime="20181222 08:01:50.925"></status>
</kw>
<kw type="foritem" name="${conn_id} = 38">
<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="20181222 08:01:51.483" starttime="20181222 08:01:51.483"></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="20181222 08:01:51.484" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:01:51.570" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.570" level="INFO">${stdout} = 4 S root       29899   29876  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap
4 S tcpdump    29912  ...</msg>
<status status="PASS" endtime="20181222 08:01:51.570" starttime="20181222 08:01:51.483"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.571" level="INFO">4 S root       29899   29876  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap
4 S tcpdump    29912   29899  0  80   0 -  8196 poll_s 08:00 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap
0 S heat-ad+   30269   29876  0  80   0 - 28294 do_wai 08:01 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   30282   30269  0  80   0 - 28177 pipe_w 08:01 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:01:51.571" starttime="20181222 08:01:51.571"></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="20181222 08:01:51.572" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:01:51.690" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.690" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:51.690" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:01:51.691" starttime="20181222 08:01:51.572"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.692" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.692" starttime="20181222 08:01:51.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.692" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.692" starttime="20181222 08:01:51.692"></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="20181222 08:01:51.693" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:01:51.832" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181222 08:01:51.833" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:01:51.833" starttime="20181222 08:01:51.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="20181222 08:01:51.834" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:51.834" starttime="20181222 08:01:51.833"></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="20181222 08:01:51.835" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:01:51.942" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:51.942" level="INFO">${stdout} = total 868
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 ...</msg>
<status status="PASS" endtime="20181222 08:01:51.942" starttime="20181222 08:01:51.834"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:51.943" level="INFO">total 868
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-601b3442bbd848a2a1f36d81cb5fd56d-ntpd.service-eBFiPP
160 -rw-r--r--. 1 tcpdump tcpdump 159958 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap
 24 -rw-r--r--. 1 tcpdump tcpdump  20824 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.36.pcap.xz
 12 -rw-r--r--. 1 tcpdump tcpdump   9988 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap
  4 -rw-r--r--. 1 tcpdump tcpdump   1964 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.36.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:30 tmp.9pgj4Euv3j</msg>
<status status="PASS" endtime="20181222 08:01:51.943" starttime="20181222 08:01:51.942"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:51.943" starttime="20181222 08:01:51.482"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:51.943" starttime="20181222 08:01:51.482"></status>
</kw>
<kw type="foritem" name="${conn_id} = 39">
<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="20181222 08:01:51.945" starttime="20181222 08:01:51.944"></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="20181222 08:01:51.945" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181222 08:01:52.032" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:52.032" level="INFO">${stdout} = 4 S root       29909   29886  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap
4 S tcpdump    29922  ...</msg>
<status status="PASS" endtime="20181222 08:01:52.032" starttime="20181222 08:01:51.945"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:52.033" level="INFO">4 S root       29909   29886  0  80   0 - 60787 poll_s 08:00 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap
4 S tcpdump    29922   29909  0  80   0 -  8196 poll_s 08:00 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap
0 S heat-ad+   30283   29886  0  80   0 - 28294 do_wai 08:01 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   30296   30283  0  80   0 - 28177 pipe_w 08:01 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181222 08:01:52.033" starttime="20181222 08:01:52.033"></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="20181222 08:01:52.033" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181222 08:01:52.150" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:52.150" level="INFO">${stdout} = </msg>
<msg timestamp="20181222 08:01:52.150" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181222 08:01:52.150" starttime="20181222 08:01:52.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181222 08:01:52.151" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:52.151" starttime="20181222 08:01:52.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="20181222 08:01:52.151" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:52.152" starttime="20181222 08:01:52.151"></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="20181222 08:01:52.152" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181222 08:01:52.273" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181222 08:01:52.273" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181222 08:01:52.273" starttime="20181222 08:01:52.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:52.274" level="INFO"></msg>
<status status="PASS" endtime="20181222 08:01:52.274" starttime="20181222 08:01:52.274"></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="20181222 08:01:52.275" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181222 08:01:52.391" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181222 08:01:52.392" level="INFO">${stdout} = total 852
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 ...</msg>
<status status="PASS" endtime="20181222 08:01:52.392" starttime="20181222 08:01:52.274"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181222 08:01:52.392" level="INFO">total 852
668 -rw-r--r--. 1 root    root    681285 Dec 22 06:57 builder.log
  0 drwxr-xr-x. 2 root    root         6 Dec 22 07:46 hsperfdata_root
  0 drwx------. 3 root    root        17 Dec 22 07:31 systemd-private-31147fa8a8b84b9ba71d01ae5c99250d-ntpd.service-bPR9zf
148 -rw-r--r--. 1 tcpdump tcpdump 150348 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap
 20 -rw-r--r--. 1 tcpdump tcpdump  19540 Dec 22 08:00 tcpdump_port_6653__CSIT_L2__192.0.2.21.pcap.xz
 12 -rw-r--r--. 1 tcpdump tcpdump   9628 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap
  4 -rw-r--r--. 1 tcpdump tcpdump   1916 Dec 22 08:01 tcpdump_port_6653__CSIT_L3__192.0.2.21.pcap.xz
  0 drwx------. 2 root    root         6 Dec 22 07:30 tmp.JMsQz7IKui</msg>
<status status="PASS" endtime="20181222 08:01:52.392" starttime="20181222 08:01:52.392"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:52.392" starttime="20181222 08:01:51.944"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:52.393" starttime="20181222 08:01:51.943"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:52.393" starttime="20181222 08:01:50.925"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:52.393" starttime="20181222 08:01:50.925"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:52.393" starttime="20181222 08:01:50.924"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181222 08:01:52.789" starttime="20181222 08:01:52.393"></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.15</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="20181222 08:01:52.800" starttime="20181222 08:01:52.799"></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="20181222 08:01:52.800" level="INFO">Logging into '192.0.2.15:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:52.947" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:52.947" starttime="20181222 08:01:52.800"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:53.015" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:01:53.015" starttime="20181222 08:01:52.948"></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="20181222 08:01:53.249" level="INFO">[?1l&gt;[?2004l     256    256
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:53.249" level="INFO">${output} = [?1l&gt;[?2004l     256    256
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:53.249" starttime="20181222 08:01:53.016"></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="20181222 08:01:53.295" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:53.295" starttime="20181222 08:01:53.250"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:53.297" starttime="20181222 08:01:53.295"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:53.297" level="INFO">[?1l&gt;[?2004l     256    256
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:53.297" starttime="20181222 08:01:53.297"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:53.297" starttime="20181222 08:01:52.798"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:53.298" starttime="20181222 08:01:52.790"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<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.15</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="20181222 08:01:53.306" starttime="20181222 08:01:53.306"></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="20181222 08:01:53.307" level="INFO">Logging into '192.0.2.23:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:53.483" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:53.483" starttime="20181222 08:01:53.307"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:53.550" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:01:53.550" starttime="20181222 08:01:53.483"></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="20181222 08:01:53.961" level="INFO">[?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:53.961" level="INFO">${output} = [?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:53.961" starttime="20181222 08:01:53.550"></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="20181222 08:01:54.006" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:54.006" starttime="20181222 08:01:53.962"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:54.008" starttime="20181222 08:01:54.007"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:54.009" level="INFO">[?1l&gt;[?2004l     255    255
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:54.009" starttime="20181222 08:01:54.009"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.009" starttime="20181222 08:01:53.305"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.009" starttime="20181222 08:01:53.298"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<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.15</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="20181222 08:01:54.019" starttime="20181222 08:01:54.019"></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="20181222 08:01:54.020" level="INFO">Logging into '192.0.2.46:8101' as 'karaf'.</msg>
<msg timestamp="20181222 08:01:54.244" 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=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181222 08:01:54.244" starttime="20181222 08:01:54.019"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181222 08:01:54.323" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181222 08:01:54.323" starttime="20181222 08:01:54.245"></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="20181222 08:01:54.866" level="INFO">[?1l&gt;[?2004l     238    238
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181222 08:01:54.866" level="INFO">${output} = [?1l&gt;[?2004l     238    238
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:54.866" starttime="20181222 08:01:54.323"></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="20181222 08:01:54.910" level="INFO">logout</msg>
<status status="PASS" endtime="20181222 08:01:54.910" starttime="20181222 08:01:54.866"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181222 08:01:54.912" starttime="20181222 08:01:54.911"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181222 08:01:54.913" level="INFO">[?1l&gt;[?2004l     238    238
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181222 08:01:54.913" starttime="20181222 08:01:54.913"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.913" starttime="20181222 08:01:54.018"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.913" starttime="20181222 08:01:54.009"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.913" starttime="20181222 08:01:52.789"></status>
</kw>
<status status="PASS" endtime="20181222 08:01:54.914" starttime="20181222 08:01:07.044"></status>
</kw>
<doc>Test suite to check connectivity in L3 using routers.</doc>
<status status="FAIL" endtime="20181222 08:01:54.914" starttime="20181222 08:00:05.733">Suite setup failed:
AssertionError</status>
</suite>
<status status="FAIL" endtime="20181222 08:01:54.919" starttime="20181222 07:50:28.707"></status>
</suite>
<statistics>
<total>
<stat fail="41" pass="0">Critical Tests</stat>
<stat fail="41" pass="0">All Tests</stat>
</total>
<tag>
<stat fail="14" pass="0">NON_GATE</stat>
</tag>
<suite>
<stat fail="41" id="s1" name="CSIT" pass="0">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>
</suite>
</statistics>
<errors>
</errors>
</robot>
